Tuesday, April 24, 2007

How to Bind Additional IPs to your FreeBSD Server

Open /etc/rc.conf with your editor

ifconfig_fxp0_alias0="inet 202.21.190.1 netmask 0xffffffff"
ifconfig_fxp0_alias1="inet 202.21.190.2 netmask 0xffffffff"
ifconfig_fxp0_alias2="inet 202.21.190.3 netmask 0xffffffff"

etc etc...

note : :))

No comments: