Quoting Daxbert <[EMAIL PROTECTED]>:

> 
> example: tl0 and fxp0 as interfaces...
> 
> ifconfig_tl0="inet 192.168.1.10 netmask 255.255.255.0"
> ifconfig_fxp0="inet 192.168.2.1 netmask 255.255.255.0"
> defaultrouter="192.168.1.1"
> gateway_enable="YES"
> router_enable="NO"
> 

*-- Correction -- *
 
I usually avoid the '0' networks, and so... 
I mistakenly specified .1 as your DSL network.
 
> ifconfig_tl0="inet 192.168.1.10 netmask 255.255.255.0"

should be
ifconfig_tl0="inet 192.168.0.10 netmask 255.255.255.0"

> defaultrouter="192.168.1.1"

should be
defaultrouter="192.168.0.1"

--daxbert

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to