我已经安装了Jenkins并在Ubuntu 12.04服务器上打开了端口8080但仍无法远程访问Jenkins.以下是我采取的程序.
原文链接:https://www.f2er.com/ubuntu/347991.html# Install Jenkins,enable UFW and open port 8080 sudo apt-get install jenkins sudo ufw enable sudo ufw allow 8080 sudo ufw reload # Check the status sudo ufw status 8080 ALLOW Anywhere 8080 ALLOW Anywhere (v6) # Locally curl -I localhost:8080 HTTP/1.1 200 OK Server: Winstone Servlet Engine v0.9.10 ... # On an external machine curl -I [ip]:8080 couldn't connect to host