Configure Gateway Internet sharing.
1- check with cat /proc/sys/net/ipv4/ip_forward
if there is a 0 it is off - there should be a 1 to ON.
this you can change as su with:
2- echo 1 >/proc/sys/net/ipv4/ip_forward
3- configure startup setting. Cari fail rc.local.
Edit fail rc.local dengan menaip vi /etc/rc.d/rc.ocal.
tambah line conf "echo 1 >/proc/sys/net/ipv4/ip_forward "
cat rc.local
echo 1 >/proc/sys/net/ipv4/ip_forward
touch var/lock/subsys/local
1- check with cat /proc/sys/net/ipv4/ip_forward
if there is a 0 it is off - there should be a 1 to ON.
this you can change as su with:
2- echo 1 >/proc/sys/net/ipv4/ip_forward
3- configure startup setting. Cari fail rc.local.
Edit fail rc.local dengan menaip vi /etc/rc.d/rc.ocal.
tambah line conf "echo 1 >/proc/sys/net/ipv4/ip_forward "
cat rc.local
echo 1 >/proc/sys/net/ipv4/ip_forward
touch var/lock/subsys/local