I\'m running Ubuntu 11.10 and have run sudo apt-get install jenkins to install Jenkins on this system.
sudo apt-get install jenkins
I\'ve seen some tutorials on how to setup a rever
the firewalld way to forward port 8080 to 80:
yum install firewalld systemctl start firewalld chkconfig firewalld on firewall-cmd --permanent --zone=external --change-interface=eth0 firewall-cmd --permanent --zone=external --add-forward-port=port=80:proto=tcp:toport=8080