Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 8080 上运行 Nginx,而 Varnish 在 80 端口上运行。我可以
wget localhost:8080
在 shell 中并得到响应,但如果我运行
wget localhost
我得到连接被拒绝。作为参考,我正在尝试从外部访问它,但遇到了同样的问题。希望我能先解决从 localhost 的访问!
提前致谢!
netstat -tulnp向您展示正在运行的每个端口和服务
netstat -tulnp
iptables -L显示端口是否打开或阻塞
iptables -L
干杯