Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 07:24:09 -0800
From:      Daxbert <daxbert@dweebsoft.com>
To:        Daxbert <daxbert_news@dweebsoft.com>
Cc:        "W. J. Williams" <willardjwilliams@yahoo.com>, "" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: five networks
Message-ID:  <1047741849.3e734599e297b@ra.dweebsoft.com>

next in thread | raw e-mail | index | archive | help
Quoting Daxbert <daxbert_news@dweebsoft.com>:

> 
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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