From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 14:35:51 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 75A6816A4CE for ; Mon, 8 Mar 2004 14:35:51 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4376443D41 for ; Mon, 8 Mar 2004 14:35:51 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Mon, 8 Mar 2004 16:36:14 -0600 Message-ID: <404CF544.3090705@daleco.biz> Date: Mon, 08 Mar 2004 16:35:48 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040212 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Richard Uhlman References: <000a01c40542$57383ba0$50873c44@ruqj09femoiz14> In-Reply-To: <000a01c40542$57383ba0$50873c44@ruqj09femoiz14> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Mar 2004 22:36:14.0968 (UTC) FILETIME=[C3E1F780:01C4055D] cc: freebsd-questions@freebsd.org Subject: Re: DHCP issue with comcast (FreeBSD router). 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: Mon, 08 Mar 2004 22:35:51 -0000 Richard Uhlman wrote: >Hello, > >I am new to using FreeBSD, and I am trying to use a FreeBSD box as a >firewall/router. I am trying to get the router working correctly first. >My issue is that my box will not receive an IP address from Comcast when >the dhclient starts. I commented out all of the firewall commands in my >rc.conf file, but left the ifconfig_ep0="DHCP". The machine is running >2 NIC's and I have verified that the correct one has the cable plugged >into it. I am running release 5.2.1. > > No expert answer, just more questions. Maybe they'll help? What error messages can you find in /var/log/messages and or /var/log/dmesg.boot? What else (if anything) is in rc.conf? Does ep0 show up in dmesg(8)? What is the output of ifconfig(8)? Can you assign an address with ifconfig(8)? Have you tried dhclient(8)? Maybe with the -v switch, might give us some meaningful error messages. Grasping at straws, HTH, Kevin Kinsey DaleCo, S.P.