>
> 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_
On Mon, 15 Dec 2003, flux wrote:
> How do I assign two IP addresses for one netcard?
Just use the command 'man ifconfig' and check out the section
on 'alias'. In general it is somethign like
vi /etc/rc.conf
and near
ifconfig_rl0="10.11.0.2/24"
add things like
ifcon
> How do I assign two IP addresses for one netcard?
read 'man ifconfig', especially the section about 'alias' parameter.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* I haven't lost my mind; I know exactly where I left it.
___