CentOS 5.5 上的 IP 伪装/转发
我希望能够使用我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你真正应该使用的是 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