Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2001 10:28:06 -0500 (EST)
From:      Brent B.Powers <powers@b2pi.com>
To:        P.van Donselaar <p.van.donselaar@quicknet.nl>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re:network problem
Message-ID:  <14931.17670.149720.308105@Max.B2Pi.com>
In-Reply-To: <01010316153704.00499@dj.donselaar>
References:  <01010316153704.00499@dj.donselaar>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "P.van Donselaar" == P van Donselaar <p.van.donselaar@quicknet.nl> writes:

    P.van Donselaar> I posted this message to newbies but got no
    P.van Donselaar> reaction I can't connect to mygateway computer
    P.van Donselaar> and thus not to the internet. I'm using two
    P.van Donselaar> computers,both with FreeBSD 3.3 installed, the
    P.van Donselaar> gateway is configured as follows:

<snip>

Two solutions. FIrst, your netmask for de0 is wrong, and should be
255.255.0.0. That might not do it however.

You're probably getting a 192.168/16 address from the dhcp server that
you're dealing with.  Try switching your addresses to the 10/8 or
172/16/12. In other words, change

ifconfig_de0="inet 192.168.0.1 netmask 255.255.255.0"

to

ifconfig_de0="inet 10.168.0.1 netmask 255.0.0.0"

and do the same thing for any other machines that you have.




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?14931.17670.149720.308105>