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.
我正在尝试从我的 Java 应用程序连接到关闭了用于 RMI 的端口 8088 的开发服务器。我感谢有关如何打开该端口的任何帮助。
假设
那么你可以尝试运行
iptables -I INPUT -i eth0 -p tcp --dport 8088 -j ACCEPT
作为根。
Slicehost 有一些关于在 Ubuntu 上设置 iptables 的很好的文档: