add route entries in freebsd os.

2007-06-01 Thread bsenthil
Hi, I want to add route entries in freebsd os. route [-n] command [-net | -host] destination gateway [netmask] route add -net 192.168.11.2 192.168.5.1 255.255.255.0 Problem :: I have two interface ,I want to specify device xlo or xl1 to route . -bsenthil

Re: add route entries in freebsd os.

2007-06-01 Thread Jonathan Horne
On Friday 01 June 2007 13:36:42 bsenthil wrote: Hi, I want to add route entries in freebsd os. route [-n] command [-net | -host] destination gateway [netmask] route add -net 192.168.11.2 192.168.5.1 255.255.255.0 Problem :: I have two interface ,I want to specify device xlo or xl1

Re: add route entries in freebsd os.

2007-06-01 Thread bsenthil
) Problem : How the freebsd os handle the first router entries. - bsenthil Jonathan Horne wrote: On Friday 01 June 2007 13:36:42 bsenthil wrote: Hi, I want to add route entries in freebsd os. route [-n] command [-net | -host] destination gateway [netmask] route add -net 192.168.11.2 192.168.5.1

Re: add route entries in freebsd os.

2007-06-01 Thread Reid Linnemann
Written by bsenthil on 06/01/07 15:03 Thanks Horne, I have two interfaces eth0 - 192.168.1.5 (gateway - 192.168.1.2) eth1 -192.168.2.5 (gatwway - 192.168.2.2) and i try to add router entries in below order ... route add -net 192.168.100.5 192.168.4.2 255.255.255.0 (??? inteligent not enough

Re: add route entries in freebsd os.

2007-06-01 Thread Bill Moran
In response to bsenthil [EMAIL PROTECTED]: Thanks Horne, I have two interfaces eth0 - 192.168.1.5 (gateway - 192.168.1.2) eth1 -192.168.2.5 (gatwway - 192.168.2.2) and i try to add router entries in below order ... route add -net 192.168.100.5 192.168.4.2 255.255.255.0 (??? inteligent