Experimental topology map p> Experimental requirements 1. Intranet users of the company need to share the Internet through the gateway server
2. Internet users need to access the web server
3. O
Tag: FireWalld
CentOS6-CentOS7 Firewall Set Port NAT Forward
Background:
In the iptables environment of centos6 system:
iptables -t nat -A PREROUTING -p tcp- m tcp –dport 8080 -j DNAT –to destination 192.168.1.163:80
iptables -t nat -A POS