From owner-freebsd-questions@FreeBSD.ORG Sat Jun 5 13:42:03 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 C1BE516A4CE for ; Sat, 5 Jun 2004 13:42:03 -0700 (PDT) Received: from grog.secure-computing.net (grog.secure-computing.net [63.228.14.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C66343D2D for ; Sat, 5 Jun 2004 13:42:03 -0700 (PDT) (envelope-from ecrist@secure-computing.net) Received: from Nomad (nat-server.secure-computing.net [63.228.14.245]) i55KdgFY006614; Sat, 5 Jun 2004 15:39:43 -0500 (CDT) (envelope-from ecrist@secure-computing.net) From: "Eric Crist" To: , Date: Sat, 5 Jun 2004 15:11:05 -0500 Message-ID: <009501c44b39$3c7c61a0$6601a8c0@Nomad> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20040605121943.T37084@pemaquid.safeport.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal Subject: RE: routing question 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, 05 Jun 2004 20:42:03 -0000 You need to kill all the running dhclient processes, then try again. Usually, this can be done with: #killall -9 dhclient HTH Eric F Crist President AdTech Integrated Systems, Inc (612) 998-3588 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > doug@safeport.com > Sent: Saturday, June 05, 2004 11:29 AM > To: freebsd-questions@freebsd.org > Subject: routing question > > > I am trying to configure a wireless router so I am redefining > routes and IP address of my system. After booting dhclient > ep0 works fine. After messing around with the wireless router > I was just going back to my ethernet connection so I did: > > ifconfig ep0 192.168.0.3 remove > arp -da > route flush > dhclient ep0 > > This returned immediatly without assigning an IP or route so > I just connected manually using ifconfig and route. There > must be something I did not clear out, but I can not figure > it out. Thanks for any ideas. This is on 4.10 if that makes > any difference. > > _____ > Douglas Denault > http://www.safeport.com > doug@safeport.com > Voice: 301-469-8766 > Fax: 301-469-0601 _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >