数据包过滤和转发
我们可以过滤所有从 *:Port_B 到达 Host1:Port_A 的数据包并将它们转发到 Host1:Port_C 吗?
我想将来自我的机器端口 22 上的任何主机的端口 9875 的所有数据包转发到我的机器的端口 5432。与此相对应的 iptable 规则应该是什么?
Can we filter all the packets coming to Host1:Port_A from *:Port_B and forward them to say Host1:Port_C.
I want to forward all the packets coming from port 9875 of any host at port 22 of my machine to port 5432 of my machine. What should be iptable rules corresponding to this ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
不要忘记更改目的地地址:)
Try this one:
Don't forget to change address in destination :)