linux-packet-forwarding
This is an old revision of the document!
Linux Packet Forwarding
#!/bin/bash network=192.168.3.0/24 ext_if=eth0 echo 1 > /proc/net/sys/ipv4/ip_forward iptables -t nat -A POSTROUTING -s $network -o $ext_if -J MASQUERADE
linux-packet-forwarding.1503381708.txt.gz · Last modified: 2017/08/22 08:01 by baumi