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
[EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to