Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 21:32:36 -0500 (EST)
From:      Peter Leftwich <Hostmaster@Video2Video.Com>
To:        Manuel Hendel <Manuel.Hendel@easygolucky.de>
Cc:        FreeBSD Questions <FreeBSD-Questions@FreeBSD.Org>
Subject:   Re: after upgrade ifconfig_xl0_alias0 in rc.conf didn't work anymore
Message-ID:  <20020308213047.P68770-100000@earl-grey.cloud9.net>
In-Reply-To: <20020304165210.GA43131@habana.easygolucky.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020308213047.P68770-100000>