From owner-freebsd-questions@FreeBSD.ORG Sat Aug 23 19:05:59 2003 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 A7EB216A4BF for ; Sat, 23 Aug 2003 19:05:59 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55A343FB1 for ; Sat, 23 Aug 2003 19:05:58 -0700 (PDT) (envelope-from sandshrimp@comcast.net) Received: from comcast.net (12-231-125-23.client.attbi.com[12.231.125.23](untrusted sender)) by comcast.net (sccrmhc11) with SMTP id <2003082402055701100c60dje> (Authid: sandshrimp); Sun, 24 Aug 2003 02:05:57 +0000 Message-ID: <3F481D75.4060005@comcast.net> Date: Sat, 23 Aug 2003 19:05:41 -0700 From: Ryan Merrick User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don References: <5.2.1.1.0.20030822184653.00ba3590@mail.comcast.net> In-Reply-To: <5.2.1.1.0.20030822184653.00ba3590@mail.comcast.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: DHClient with Multiple ip's 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: Sun, 24 Aug 2003 02:05:59 -0000 Don wrote: > I am attempting to have dhclient grab two ip's from comcast. I already > have them allowing me two ip's for my account and dhclient is working so > far grabbing the one ip. I know I have to set up the dhclient.conf with > the pseudo section, but I am lost as what to do with the > dhclient-script. It has to be different as to not drop the main > interface ip configuration, but everything I do seems to just assign the > same ip to the iface twice. Does it have to alias the second ip? Are > there any suggestions you can give me? > > FreeBSD 4.7-RELEASE-p13 #22 > isc-dhcp3-3.0.1.r11 > > > Thank you for any help you can give, > > Don > Hello, I tried this a year ago with Attbi. The second IP has to be aliased to interface with a netmask of 255.255.255.255 . One problem I had was that DHCP would not assign two IP addresses to one MAC address. I was able to get two addresses but I could only use one at a time. -Ryan Merrick