Re: Setting up routes correctly for FBSD box to access WAN

2005-09-18 Thread Kelly D. Grills
On Sun, Sep 18, 2005 at 11:24:36AM -0700, Garrett Cooper wrote:

 So my question is, how do I properly set the value for gateway  
 for the FBSD machine or use the route command to create a static  
 route for all IP values not 192.168.1.0/20?

You need set the default router in /etc/rc.conf :

defaultrouter=NO  # Set to default gateway (or NO).

See rc.conf(5)

-- 
Kelly D. Grills
[EMAIL PROTECTED]


pgpIadPkkeq3j.pgp
Description: PGP signature


Re: Setting up routes correctly for FBSD box to access WAN

2005-09-18 Thread Garrett Cooper

On Sep 18, 2005, at 3:14 PM, Kelly D. Grills wrote:


On Sun, Sep 18, 2005 at 11:24:36AM -0700, Garrett Cooper wrote:



So my question is, how do I properly set the value for gateway
for the FBSD machine or use the route command to create a static
route for all IP values not 192.168.1.0/20?



You need set the default router in /etc/rc.conf :

defaultrouter=NO  # Set to default gateway (or NO).

See rc.conf(5)

--
Kelly D. Grills
[EMAIL PROTECTED]



Excellent, that's just what I needed. Thanks!
-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]