简体   繁体   English

我无法远程访问 jenkins

[英]I can't access jenkins remotely

I have installed jenkins on a Debian remote computer but it can't be accessed remotely.我已经在 Debian 远程计算机上安装了 jenkins,但无法远程访问它。

Below is my port when I execute the command netstat -tulpn :以下是我执行命令netstat -tulpn时的端口:

tcp6   0   0 :::8080        :::*         LISTEN      41417/java

Also this what i get when i try to wget on the port:这也是我尝试在端口上 wget 时得到的:

Resolving localhost (localhost)... 127.0.0.1, 127.0.1.1, ::1 Connecting to localhost (localhost)|127.0.0.1|:8080... connected.正在解析 localhost (localhost)... 127.0.0.1, 127.0.1.1, ::1 正在连接到 localhost (localhost)|127.0.0.1|:8080... 已连接。 HTTP request sent, awaiting response... 403 Forbidden 2019-11-12 20:15:45 ERROR 403: Forbidden. HTTP 请求已发送,正在等待响应... 403 禁止 2019-11-12 20:15:45 错误 403:禁止。

can you access your server, if can, try to change port of the jenkins你能访问你的服务器吗,如果可以的话,试着改变jenkins的端口

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM