> 
> How do I assign two IP addresses for one netcard?
> Thank you.

Check out ifconfig(8) alias

if done in the rc.conf file or its children it would be something 
like the following because of the way network startup works.

ifconfig_xl0_alias0="147.39.62.11 netmask 255.255.255.255"
ifconfig_xl0_alias1="147.39.62.12 netmask 255.255.255.255"

The quotes must be there, the aliasnn numbers must each be unique
and the netmask must be as shown.   The ip addresses abobe, of course, 
are fiction and must be replaced with correct ones.

////jerry

> 
> -- 
> Best regards,
>  flux                          mailto:[EMAIL PROTECTED]
> 
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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

Reply via email to