Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2009 14:47:33 +0100
From:      "Patrick M. Hausen" <hausen@punkt.de>
To:        Wendell Martins Borges <wendell@ramenzoni.com.br>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: aliases not working in em0
Message-ID:  <20090120134733.GB22114@hugo10.ka.punkt.de>
In-Reply-To: <5F259223-D531-4E25-9814-C0C90250707D@ramenzoni.com.br>
References:  <5F259223-D531-4E25-9814-C0C90250707D@ramenzoni.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

On Tue, Jan 20, 2009 at 11:12:45AM -0200, Wendell Martins Borges wrote:

> ifconfig_em0="inet 192.168.112.1 netmask 255.255.255.0"
> ifconfig_em0_alias0="inet 192.168.112.181 netmask 255.255.255.255"

I don't know if this can be the cause of your problem, but
the /32 netmask for aliases has been deprecated quite a while
ago.

Try:

ipv4_addrs_em0="192.168.112.1/24 192.168.112.181/24"


Kind regards,
Patrick
-- 
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info@punkt.de       http://www.punkt.de
Gf: Jürgen Egeling      AG Mannheim 108285



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