From owner-freebsd-questions Mon Mar 4 11:18: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from tninet.se (sheridan.tninet.se [195.100.94.102]) by hub.freebsd.org (Postfix) with ESMTP id C948237B416 for ; Mon, 4 Mar 2002 11:17:52 -0800 (PST) Received: from cs.umu.se (h12n1c1o1023.bredband.skanova.com [213.64.164.12]) by sheridan.tninet.se (BMR ErlangTM/OTP 3.0) with ESMTP id 462975.269469.1015.0s2229773sheridan ; Mon, 04 Mar 2002 20:17:49 +0100 Message-ID: <3C83C85D.9C51F201@cs.umu.se> Date: Mon, 04 Mar 2002 20:17:49 +0100 From: Paul Everlund X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: sv,en MIME-Version: 1.0 To: Manuel Hendel Cc: FreeBSD Questions Subject: Re: after upgrade ifconfig_xl0_alias0 in rc.conf didn't work anymore References: <20020304180611.GA607@he0.easygolucky.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 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? I had a similar error, for the interface on my own internal network. On 4.4 my /etc/rc.conf was set up like this: ifconfig_ed1="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_ed1_alias0="inet 192.168.0.2 netmask 255.255.255.0" and that did work ok. In 4.5 I had to change it to: ifconfig_ed1="inet 192.168.0.1 netmask 255.255.255.0" ifconfig_ed1_alias0="inet 192.168.0.2 netmask 255.255.255.255" (Look at the differences in the netmasks.) As you did not send any lines from your rc.conf I can't tell if this is the problem, but it might be. I hope this was of any help. :-) Best regards, Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message