记号一下用iptables做的端口转发
摘要:
iptables -t nat -I PREROUTING -p tcp -m tcp --dport 83 -j DNAT --to-destination 192.168.1.55:443iptables -t nat -I POSTROUTING -d 192.168.1.55 -p tcp 阅读全文
posted @ 2020-02-28 13:31 9394952 阅读(177) 评论(0) 推荐(0) 编辑