Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 11:35:27 -0800 (PST)
From:      "W. J. Williams" <will@willardjwilliams.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: five networks
Message-ID:  <20030315193528.27396.qmail@web13509.mail.yahoo.com>
In-Reply-To: <1047741849.3e734599e297b@ra.dweebsoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Dax, thx...I will give this a try again...

--- Daxbert <daxbert@dweebsoft.com> wrote:
> 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


=====
Will Williams

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?20030315193528.27396.qmail>