From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 06:06:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B0C16A4E3 for ; Sat, 28 Feb 2004 06:06:40 -0800 (PST) Received: from smtp01.mrf.mail.rcn.net (smtp01.mrf.mail.rcn.net [207.172.4.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46CEF43D39 for ; Sat, 28 Feb 2004 06:06:40 -0800 (PST) (envelope-from gerard-seibert@rcn.com) Received: from 207-237-110-41.c3-0.crm-ubr4.crm.ny.cable.rcn.com ([207.237.110.41] helo=localhost) by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4) id 1Ax571-0001ro-00 for freebsd-questions@freebsd.org; Sat, 28 Feb 2004 09:06:39 -0500 Date: Sat, 28 Feb 2004 09:06:35 -0500 (Eastern Standard Time) From: Gerard Seibert To: freebsd-questions@freebsd.org Message-ID: X-X-Sender: beerstud@spamcop.net@mail.cesmail.net MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Properly Configuring For Internet Access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 14:06:41 -0000 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