Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 17:09:14 +0100
From:      Andrzej Szydlo <andrzej@maciek.gv.edu.pl>
To:        Fadi Sodah <sodah@qatar.net.qa>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: multiple IPs
Message-ID:  <19990112170914.A24903@gv.edu.pl>
In-Reply-To: <3DEBFB68.8532B8B4@qatar.net.qa>; from Fadi Sodah on Tue, Dec 03, 2002 at 03:31:37AM %2B0300
References:  <3DEBFB68.8532B8B4@qatar.net.qa>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 03, 2002 at 03:31:37AM +0300, Fadi Sodah wrote:
> hi
> 
> what do I have to do to bind multiple IPs on a machine?
I the /etc/rc.conf put something like

ifconfig_ep0_alias0="inet 10.0.1.1 netmask 255.255.255.255"

or type as root

ifconfig ep0 10.0.1.1 netmask 255.255.255.255 alias

Andrzej

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?19990112170914.A24903>