iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
其中eth0为外网网卡名称
iptables命令用法:http://man.linuxde.net/iptables
2022-05-14 06:43:30
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
其中eth0为外网网卡名称
iptables命令用法:http://man.linuxde.net/iptables