Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Jan 2003 10:20:44 -0600
From:      Stephen Hilton <nospam@hiltonbsd.com>
To:        freebsd-questions@FreeBSD.ORG
Cc:        user@mail.econolodgetulsa.com
Subject:   Re: adding some new IPs from a different subnet
Message-ID:  <20030111102044.0c3d8b2d.nospam@hiltonbsd.com>
In-Reply-To: <20030110213621.W78856-100000@mail.econolodgetulsa.com>
References:  <20030110213621.W78856-100000@mail.econolodgetulsa.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Jan 2003 21:43:53 -0800 (PST)
Josh Brooks <user@mail.econolodgetulsa.com> wrote:

> 
> Hi,
> 
> I have a rc.conf that looks like:
> 
> defaultrouter="10.10.10.1"
> ifconfig_fxp0="inet 10.10.10.2 netmask 255.255.255.0"
> ifconfig_fxp0_alias0="inet 10.10.10.3 netmask 255.255.255.0"

Aliases on the same subnet should be netmasked 
at 255.255.255.255

ifconfig_fxp0="inet 10.10.10.2 netmask 255.255.255.0"
ifconfig_fxp0_alias0="inet 10.10.10.3 netmask 255.255.255.255"


Regards,

Stephen Hilton
nospam@hiltonbsd.com

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?20030111102044.0c3d8b2d.nospam>