Add IP address to server

DominikŻyła gavroche at wdm.pl
Wed May 7 02:56:51 PDT 2003


On Mon, 5 May 2003 21:22:28 +0100
"meimi" <meimi_1 at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
> To unsubscribe, send any mail to "freebsd-newbies-unsubscribe at 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"


More information about the freebsd-newbies mailing list