gpt4 book ai didi

networking - 无法使用端口 8080 访问在 Raspberry Pi 上运行的 Jenkins

转载 作者:行者123 更新时间:2023-12-04 14:56:29 26 4
gpt4 key购买 nike

我正在尝试通过本地网络访问在端口 8080 上运行的 jenkins 服务,但由于某种原因它不允许我连接。我可以远程访问 pi 并启动 Web 浏览器并输入 localhost:8080,它工作正常。

这是 raspbian 的基本安装,我没有在上面安装防火墙,所以不知道为什么我不能在本地网络上访问 jenkins。

最佳答案

如果这是真的,

I can remote into the pi and launch a web browser and type in localhost:8080 and it seems to work fine.



您可以专注于防火墙/iptables/路由/ip 配置问题,所以让我们继续。

假设您的 Raspberry Pi 有 ip 192.168.0.10/24并且您正在从同一网络上的设备访问。

防火墙

你说它是禁用的,所以我们可以忘记它。

iptables

检查你有什么规则
iptables -L
冲洗所有这些以进行测试,以防万一
iptables -F
路由

你在同一个网络上,所以这里应该没有问题。

ip配置
ping 192.168.0.10
不工作?然后检查你的配置
route -n
ifconfig

一切都应该如此? ping再次执行时
tcpdump -i eth0 -n #(or use whireshark if possible)
在两台机器上。你将能够看到那里发生了什么。您可以在那里看到的内容:
  • 请求未发送 => most lickely missconfiguration on source
  • 正在发送请求但未应答 => most lickely missconfiguration on dest
  • 两者都已发送,但未收到答复 => missconfiguration of firewall on source or routing problem (probably not your case)


  • 如果上述一切正常并且正常,那么您必须专注于在 Pi 上运行的服务。它是否监听每个 IP 并接受来自任何地方(或至少是您的网络)的连接?

    如果没有,请更改您的配置,您应该可以正常运行。

    关于networking - 无法使用端口 8080 访问在 Raspberry Pi 上运行的 Jenkins,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36926764/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com