Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Mar 2003 12:43:46 -0700
From:      Nigel Soon <ns@sundive.homeunix.net>
To:        Martyn Hill <m.hill@stjamessengirls.org.uk>
Cc:        FreeBSD-questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: IP Aliasing in rc.conf
Message-ID:  <20030306194346.GA45444@sundive.homeunix.net>
In-Reply-To: <005301c2e417$3ba78410$6f00000a@SJMOBILE11>
References:  <005301c2e417$3ba78410$6f00000a@SJMOBILE11>

next in thread | previous in thread | raw e-mail | index | archive | help
I think you want this instead:

ifconfig_fxp0="inet 10.0.0.201 netmask 255.0.0.0"
ifconfig_fxp0_alias0="inet 10.0.0.211 netmask 255.255.255.255"

On Thu, 06 Mar 2003, Martyn Hill wrote:

> Hi all
> 
> Can someone confirm that the following is the correct way to implement one
> IP alias (same subnet) on a single fxp NIC in rc.conf (for the purposes of
> running a "dual samba/samba-tng" installation):
> 
> ipconfig_fxp0="inet 10.0.0.201 netmask 255.0.0.0"
> ipconfig_fxp0_alias0="inet 10.0.0.211 netmask 255.255.255.255"
> 
> Regards
> Martyn Hill
> Network Administrator
> St James Independent School
> London
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

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?20030306194346.GA45444>