9
11
2010
iptables 端口转发
bigCat Posted in Linux - Comment.isNotBlankJohnmy 10:03:02
把本机的8080端口转发到53端口规则怎么写啊?
-A PREROUTING -i eth1 -p tcp -m tcp -d 121.192.19.137 --dport 8080 -j DNAT --to-destination 192.168.0.20:80
Johnmy 10:03:02
把本机的8080端口转发到53端口规则怎么写啊?
-A PREROUTING -i eth1 -p tcp -m tcp -d 121.192.19.137 --dport 8080 -j DNAT --to-destination 192.168.0.20:80
[...] iptables 端口转发: ” [...]