【发布时间】:2010-12-31 03:30:35
【问题描述】:
我在 ubuntu Lucid 服务器上运行 8080 上的 tomcat。我可以从本地机器访问它。但是我无法从外面的任何机器访问 tomcat。 是不是因为防火墙限制。 我需要做什么才能从远程机器访问 tomcat。 尝试将此规则添加到 iptables 但没有解决 iptables --table nat --append PREROUTING --protocol tcp --destination-port 80 \ --in-interface eth0 --jump REDIRECT --to-port 8080
任何帮助将不胜感激
谢谢 巴拉蒂鲁帕南巴卡姆
【问题讨论】: