iptables nat 端口重定向

iptables -t nat -A PREROUTING -d 192.168.6.125 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.6.124

posted on 2022-03-13 19:14  lydstory  阅读(111)  评论(0)    收藏  举报

导航