CentOS 5.5 上的 IP 伪装/转发

发布于 2024-10-20 01:51:00 字数 143 浏览 2 评论 0原文

我希望能够使用我的 Web 服务器作为 Usenet“代理”,如何配置 iptables 来正确转发数据包?

我的 Usenet 客户端将连接到我的 Web 服务器,而 Web 服务器将连接到 Usenet。

谢谢,

卢克。

I would like to be able to use my web server as a Usenet 'proxy', how would I configure iptables to forward the packets correctly?

My Usenet client will connect to my web server and the web server would make the connection to usenet.

Thanks,

Luke.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生寂 2024-10-27 01:51:00

我认为你真正应该使用的是 ssh 隧道,而不是代理。它将执行您想要的操作(当您想要连接到 nntp 服务器时在您的网络服务器之间反弹流量),而无需在您的网络服务器上安装任何特殊软件。 iptables 在这里并不能真正帮助你。

http://www.rzg.mpg.de/networkservices/ssh-tunnelling -端口转发

I think what you really should be using is an ssh tunnel, not a proxy. It will do what you want (bounce traffic between your webserver when you want to connect to an nntp server) without installing any special software on your webserver. Iptables isn't really going to help you here.

http://www.rzg.mpg.de/networkservices/ssh-tunnelling-port-forwarding

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文