On Fri, 12 Dec 2008, Vyacheslav Bocharov wrote:
Hi,
r...@chip# ifconfig em1 alias 195.3.245.xx/30
ifconfig: ioctl (SIOCAIFADDR): File exists
If there is already an ip in that range on the interface, you need to use:
ifconfig em1 alias 195.3.245.xx/32
There are no other ip on any interfaces
>> r...@chip# ifconfig em1 alias 195.3.245.xx/30
>> ifconfig: ioctl (SIOCAIFADDR): File exists
> If there is already an ip in that range on the interface, you need to use:
> ifconfig em1 alias 195.3.245.xx/32
There are no other ip on any interfaces in that range
> Next time include ifconfig -a so