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.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Installing WICD for wireless connection User interface in CentOS 5.6Installing WICD for wireless connection User interface in CentOS 5.6

First download the package from website : wget http://downloads.wicd.net/pkgs/stable/1.6.x/1.6.2/CentOS_5/wicd-1.6.2-2.1.x86_64.rpm rpm -ivh wicd-1.6.2-2.1.x86_64.rpm then install the dependencies for this .. as it require python-urwid .. assume you have install rpmforge repo.