Hi,

On Sun, 12 Nov 2000, Jamie Ostrowski wrote:

>   root# ifconfig eth0 204.221.252.106 netmask 255.255.255.0 up
>    (note I did not identify a virtual ethernet device. I am assuming I
> would not need to since I am not spanning two different networks.)

No, you still need to use a different interface for different IP
addresses, so you'd have to go:

root# ifconfig eth0:0 204.221.252.106 netmask 255.255.255.0 up

-Yaron

--