Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jun 2007 01:33:24 +0530
From:      bsenthil <bsenthil@adventnet.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: add route entries in freebsd os.
Message-ID:  <46607B8C.4080508@adventnet.com>
In-Reply-To: <200706011416.02148.freebsd@dfwlp.com>
References:  <4660673A.6080203@adventnet.com> <200706011416.02148.freebsd@dfwlp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 to decide which network goes to which 
interface. which one it take eth0 / eth1)


route add -net 192.168.3.5 192.168.1.2 255.255.255.0 (inteligent enough to decide which network goes to which 
interface)


route add -net 192.168.4.5 192.168.2.2 255.255.255.0 (inteligent enough to decide which network goes to which 
interface)


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 255.255.255.0
>>
>>Problem :: I have two interface ,I want to specify device "xlo" or "xl1"
>>to route .
>>
>>-bsenthil.
>>
>>
>>
>>_______________________________________________
>>freebsd-questions@freebsd.org mailing list
>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>To unsubscribe, send any mail to
>>"freebsd-questions-unsubscribe@freebsd.org"
>>    
>>
>
>i believe its already inteligent enough to decide which network goes to which 
>interface...  unless you mean that you have 2 nics on the same subnet in the 
>same switch?
>
>cheers,
>  
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46607B8C.4080508>