Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2001 02:23:15 +0200
From:      Erik Trulsson <ertr1013@student.uu.se>
To:        Teo Carlsson <dyn_dns_sweden@hotmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: IFCONFIG ALIAS
Message-ID:  <20010902022315.A15586@student.uu.se>
In-Reply-To: <F108hDtgvux74kd45M40000226c@hotmail.com>
References:  <F108hDtgvux74kd45M40000226c@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 02, 2001 at 02:00:10AM +0200, Teo Carlsson wrote:
> What is the best thing to do in /etc/rc.conf
> 
> ifconfig_vr0_alias0="inet 111.111.111.111"
> 
> or
> 
> ifconfig_vr0_alias0="inet 111.111.111.111 netmask 255.255.252.0"
> 

Neither probably. As I understand it aliases must have a netmask of
255.255.255.255, so you should use
ifconfig_vr0_alias0="inet 111.111.111.111 netmask 255.255.255.255"



-- 
<Insert your favourite quote here.>
Erik Trulsson
ertr1013@student.uu.se


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?20010902022315.A15586>