Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2004 09:06:35 -0500 (Eastern Standard Time)
From:      Gerard Seibert <gerard-seibert@rcn.com>
To:        freebsd-questions@freebsd.org
Subject:   Properly Configuring For Internet Access
Message-ID:  <Pine.WNT.4.58.0402280901140.1924@Treneq>

next in thread | raw e-mail | index | archive | help

I am running FreeBSD 5.2.1

I am forever having problems getting my computer to connect with the
internet and each other correctly.

I have three computers - two running WinXP Pro and one running FreeBSD
5.2.1. They are connected to a Netgear Hub, onto a Netgear Router and then
to my cable modem. The two Win XP machines have no problems networking
with each other or connecting to the internet through this configuration.
It seems that my FreeBSD machine does suffer problems from time to time
however with this setup.

In my resolv.conf file, I have the following:

domain		rcn.com
nameserver	207.172.3.8
nameserver	207.172.3.9

My rc.conf file has the following pertinent entries:

Ifconfig_rl0="DHCP"
rpcbind_enable"YES"

The FreeBSD installation program inserted those entries.

I have the following in my dhclient.conf file:

interface "rl0" {
prepend domain-name-servers 207.172.3.8;
prepend domain-name-servers 207.172.3.9;
request subnet-mask, broadcast-address, routers, domain-name-servers;
require subnet-mask, broadcast-address, routers;
}

What I am interested in knowing, is if this is the most efficient way of
setting up my connecting to the internet on this machine. Once I get that
cleared up, I will proceed to try to get the other two machines to
recognize this one and vice-versa.

Thanks for any assistance offered.

Gerard Seibert
gerard-seibert@rcn.com



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