Hello Erik,

Wednesday, March 3, 2004, 5:17:00 PM, you wrote:

> How do you give a computer multiple static IPs?

> I've tried many things, including the ifaliases setting in rc.conf:

>     ifconfig_vr0="inet 192.168.1.3 netmask 255.255.255.0"
>     ifaliases_vr0="192.168.1.36 255.255.255.0"

> but none seem to work. 


Wrong list but anyhow:


ifconfig_vr0="inet someip netmask 255.255.255.224"
ifconfig_vr0_alias0="inet someip+1 netmask 255.255.255.255"
ifconfig_vr0_alias1="inet someip+2 netmask 255.255.255.255"
ifconfig_vr0_alias1="inet otherip netmask 255.255.255.128"

Or RTFM.

Best regards,
 Gabriel

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to