|
PuTTY to 192.168.65.5 iptables -t mangle -L -v -n iptables -t mangle -A POSTROUTING -d 192.168.65.0/24 -j ROUTE –tee –gw 192.168.65.100 iptables -t mangle -A PREROUTING -s 192.168.65.0/24 -j ROUTE –tee –gw 192.168.65.100 iptables -t mangle -L -v -n iptables -t mangle -D POSTROUTING 1 iptables -t mangle -D PREROUTING 1 |