Re[2]: strange problem with ifconfig alias

2008-12-12 Thread Bjoern A. Zeeb
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

Re[2]: strange problem with ifconfig alias

2008-12-12 Thread Vyacheslav Bocharov
>> 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