Setting up openSUSE as router is not too difficult. The setup process only needed a few step to completed, as shown in the following wizard :
Configuration :
eth0 IP Address : 197.187.87.0/28 eth1 IP Address : 165.155.121.0/24 Gateway : 197.187.87.1 DNS 1 : 215.155.200.45 DNS 2 : 215.155.200.46
echo 1>/proc/sys/net/ipv4/ipforward
route add -net 168.155.121.0/24 gw 165.155.121.1
iptables -t nat -A POSTROUTING -s 165.155.121.0/24 -j MASQUERADE
iptables-save > /etc/sysconfig/iptables-net
vi /etc/init.d/network
iptables-restore < /etc/sysconfig/iptables-net
Reference (Indonesian) :
If you enjoyed this post, make sure you subscribe to my RSS feed!