From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 01:04:11 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4244116A420 for ; Sat, 4 Feb 2006 01:04:11 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9528F43D58 for ; Sat, 4 Feb 2006 01:04:08 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip02.eastlink.ca ([24.222.10.10]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IU500GE01LOU0N0@mta01.eastlink.ca> for freebsd-questions@freebsd.org; Fri, 03 Feb 2006 21:03:24 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.101]) ([24.224.199.230]) by ip02.eastlink.ca with ESMTP; Fri, 03 Feb 2006 21:04:08 -0400 Date: Fri, 03 Feb 2006 21:04:00 -0400 From: Duane Whitty In-reply-to: <61418.24.90.33.115.1139004207.squirrel@mail.el.net> To: kalin@el.net Message-id: <43E3FD80.4080006@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 8BIT X-Accept-Language: en-us, en X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <52993.24.90.33.115.1138913403.squirrel@mail.el.net> <59391.24.90.33.115.1138965018.squirrel@mail.el.net> <20060203124325.5f512537.lists@yazzy.org> <57854.24.90.33.115.1138967941.squirrel@mail.el.net> <54176.24.90.33.115.1138971301.squirrel@mail.el.net> <20060203130241.GJ44469@pegasus.dyndns.info> <60155.24.90.33.115.1138981486.squirrel@mail.el.net> <61418.24.90.33.115.1139004207.squirrel@mail.el.net> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060120 Cc: freebsd-questions@freebsd.org Subject: Re: dhclient in 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 01:04:11 -0000 kalin mintchev wrote: >>>try install /usr/ports/net/isc-dhcp3-client >>>and edit your rc.conf: >>>dhclient_program="/usr/local/sbin/dhclient" >>>dhclient_flags= see manual for isc-dhcp3-client >> >> ok.. this sounds reasonable... >> but how do i tell the dhcp server what number am i assigning to fxp0? >> now ifconfig shows exactly the same as on the other laptop except the IP >>of course. >> >> route get 192.168.1.1 shows also the same output except expire is a >>negative number. how do i make the dhcp sever aware of the IP i assigned >>to fxp0? > > > anybody?! > i lost too much time on this... i mean it's dhclient its not even > trying to make RAID work... sorry to say i'm going back to 5.4... > unless somebody has a quick workaround... > > thanks to the people that tried to help.. > > >> thanks.... >> >> >> >> >>>2006/2/3, Frank Altpeter : >>> >>>>Hi there, >>>> >>>>kalin mintchev wrote on 2006-02-03 at 13:55:01 CET: >>>> >>>>>>2006/2/3, make stuff up : >>>>>> >>>>>> >>>>>>> thank you... does that mean back to 5.4 for now? >>>>>> >>>>>>Try install /usr/ports/net/isc-dhcp3-client/ >>>>> >>>>> without a connection? >>>> >>>>try to manually ifconfig your fxp0 - this should work. >>>> >>>> >>>>Le deagh dhùraghd, >>>> >>>> Frank Altpeter >>>> >>>>-- >>>>*** FA-RIPE *** http://blog.foxalpha.de/ *** SIG at 11 *** >>>>| I'm always ravenous when I'm about to take a long journey. >>>>| Rygel - DNA Mad Scientist >>>>_______________________________________________ Hi, In 5.4 I had these a dhclient.conf that had these options: option router-discovery 1 option perform-mask-discovery 1 It was the only way my notebook would get a dhcp address. It seems I don't need these settings anylonger in 6.0 but maybe making them explicit will help your cause. Hope this helps. --Duane Whitty