Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2001 17:06:31 -0500
From:      Bill Fumerola <billf@mu.org>
To:        Peter Warrick <peter@guest-tek.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Routing. :)
Message-ID:  <20010716170631.O2759@elvis.mu.org>
In-Reply-To: <200107162141.PAA27335@mail.guest-tek.com>; from peter@guest-tek.com on Mon, Jul 16, 2001 at 03:44:40PM -0600
References:  <200107162141.PAA27335@mail.guest-tek.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 16, 2001 at 03:44:40PM -0600, Peter Warrick wrote:
> I hope I am not sending to the wrong address but here goes. :)

you are. this should have been sent to freebsd-questions, but:

from ifconfig(8):

     alias   Establish an additional network address for this interface.  This
             is sometimes useful when changing network numbers, and one wishes
             to accept packets addressed to the old interface.  If the address
             is on the same subnet as the first network address for this in-
             terface, a netmask of 0xffffffff has to be specified.

examples:

# ifconfig fxp0 10.1.1.1 netmask 255.255.255.0
# ifconfig fxp0 10.1.1.2 netmask 255.255.255.255 alias 	# on the same subnet
# ifconfig fxp0 10.1.2.1 netmask 255.255.255.0 alias 	# not on the same subnet


-- 
Bill Fumerola - security yahoo         / Yahoo! inc.
              - fumerola@yahoo-inc.com / billf@FreeBSD.org




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




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