Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 11:55:42 +0200
From:      Dominik =?ISO-8859-2?Q?=AFy=B3a?= <gavroche@wdm.pl>
To:        freebsd-newbies@freebsd.org
Subject:   Re: Add IP address to server
Message-ID:  <20030507115542.1d821add.gavroche@wdm.pl>
In-Reply-To: <Law11-OE66XsL1c00go00009b5b@hotmail.com>
References:  <Law11-OE66XsL1c00go00009b5b@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 May 2003 21:22:28 +0100
"meimi" <meimi_1@hotmail.com> wrote:

> Hello,
>   I am new to FreeBSD and it is my first email to this list.
>  Here is my question:
>   My provider assigned some IPs to my server. How should I add them all to my server? Please tell me as detail as possible, since I don't know much now.
> Thanks
> meimi
> _______________________________________________
> freebsd-newbies@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
> 

In rc.conf:

#main ip addres
ifconfig_fxp0="inet 213.216.79.2  netmask 255.255.255.192"
#rest of ips
ifconfig_fxp0_alias0="inet 213.216.79.15  netmask 255.255.255.255"
ifconfig_fxp0_alias1="inet 213.216.79.17  netmask 255.255.255.255"
ifconfig_fxp0_alias2="inet 213.216.79.18  netmask 255.255.255.255"
ifconfig_fxp0_alias3="inet 213.216.79.19  netmask 255.255.255.255"



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