Namran Hussin Linux Routing tutorial

Routing tutorial

from one end.(host1)

route add -host 10.8.0.238 gw nb-namran

..

and the other end(host2).

route add -host 192.168.88.19 gw nb-namran
and at nb-namran

echo “1” >  /proc/sys/net/ipv4/ip_forward
.. should

then.

can ping host1 from host2 and vice versa.

Related Post

fedora core 8 to fedora core 9 using iso DVD image.fedora core 8 to fedora core 9 using iso DVD image.

start with obtaining Fedora-9-i386-DVD.iso and mkdir -p /media/fedora mount -o loop Fedora-9-i386-DVD.iso /media/fedora then cd /media/fedora/Packages [root@fedora Packages]# rpm -Uvh fedora-release-9-2.noarch.rpm  fedora-release-notes-9.0.0-1.noarch.rpm then  tweak the /etc/yum.repos.d/fedora.repo to have something as