Connecting the piecesClean start:iptables -F INPUT Transmit all packets:iptables -P INPUT ACCEPT Masquerade private addresses:iptables -t nat -A POSTROUTING -o eth0 -s 192.168.1.0/24 -j SNAT --to-source 1.2.3.4 |
||
| back |
Advanced
Firewalls and Routing using Linux |
next |