From owner-freebsd-questions Fri Mar 8 18:32:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from russian-caravan.cloud9.net (russian-caravan.cloud9.net [168.100.1.4]) by hub.freebsd.org (Postfix) with ESMTP id 221FB37B41C for ; Fri, 8 Mar 2002 18:32:37 -0800 (PST) Received: from earl-grey.cloud9.net (earl-grey.cloud9.net [168.100.1.1]) by russian-caravan.cloud9.net (Postfix) with ESMTP id 9B76628CC1; Fri, 8 Mar 2002 21:32:36 -0500 (EST) Date: Fri, 8 Mar 2002 21:32:36 -0500 (EST) From: Peter Leftwich X-X-Sender: To: Manuel Hendel Cc: FreeBSD Questions Subject: Re: after upgrade ifconfig_xl0_alias0 in rc.conf didn't work anymore In-Reply-To: <20020304165210.GA43131@habana.easygolucky.de> Message-ID: <20020308213047.P68770-100000@earl-grey.cloud9.net> Organization: Video2Video Services - http://Www.Video2Video.Com MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 4 Mar 2002, Manuel Hendel wrote: > Today I upgraded 4.5, after reboot the before defined xl0_alias? interfaces didn't came up again. What's up here? > Manuel > -- > If loving you is wrong, I don't want to be right. I solved a similar issue by commenting out a bunch of lines in my /etc/rc.conf and changing the xl0_alias as such: network_interfaces="xl0" # List of network interfaces (or "auto"). #cloned_interfaces="" # List of cloned network interfaces to create. #cloned_interfaces="gif0 gif1 gif2 gif3" # Pre-cloning GENERIC config. #ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_xl0="DHCP" #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. #ifconfig_ed0_ipx="ipx 0x00010010" # Sample IPX address family entry. This works with dhclient -- Hope this helps you, Manuel. -- Peter Leftwich President & Founder Video2Video Services Box 13692, La Jolla, CA, 92039 USA +1-413-403-9555 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message