Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Iain Buchanan
Hi all, I've found that at some point, ifconfig has not been listing my aliases correctly either. I haven't changed /etc/conf.d/net for a long time, and yet I only see eth0 when I run ifconfig, and not eth0:1 (which is also created from /etc/conf.d/net) However, if I run ifconfig eth0:1 from the

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Pawel Kraszewski
Dnia poniedziałek, 11 grudnia 2006 18:34, Leandro Melo de Sales napisał: > config_eth0=( "192.168.1.2 netmask 255.255.255.0" > "192.168.1.3 netmask 255.255.255.0" > "192.168.1.6 netmask 255.255.255.0" > ) Well, it is a design flaw to have 3 addresses in overaping netwo

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales
Well, I solve the problem as follows: config_eth0=( "192.168.1.2 netmask 255.255.255.0" "192.168.1.3 netmask 255.255.255.0 label eth0:1" "192.168.1.6 netmask 255.255.255.0 label eth0:2" ) ... and I think that ifconfig can assign more than one ip for a net in

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Mike Williams
On Monday 11 December 2006 17:34, Leandro Melo de Sales wrote: > # ifconfig eth0:0 192.168.1.3 > SIOCSIFADDR: File exists > SIOCSIFFLAGS: Cannot assign requested address > > My /etc/conf.d/net is correct: > > config_eth0=( "192.168.1.2 netmask 255.255.255.0" >               "192.168.1.3 netmask 255

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Xavier Parizet
Hello ! Do you check if the requested address is free ? This may be the source of your problem... Try ping 192.168.1.3 to see if this address is already assigned. -- "the principal difference between the Free Software movement and the open source activity is that open source is a development mod

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales
Hi Jerry, but the fact is that eth0 (the first ip, 192.168.1.2) is up... Any other clue? Leandro 2006/12/11, Jerry McBride <[EMAIL PROTECTED]>: On Monday 11 December 2006 12:34, Leandro Melo de Sales wrote: > Hi list, > > # ifconfig eth0:0 192.168.1.3 > SIOCSIFADDR: File exists > SIOCSIFFLAGS

Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Jerry McBride
On Monday 11 December 2006 12:34, Leandro Melo de Sales wrote: > Hi list, > > # ifconfig eth0:0 192.168.1.3 > SIOCSIFADDR: File exists > SIOCSIFFLAGS: Cannot assign requested address > > My /etc/conf.d/net is correct: > > config_eth0=( "192.168.1.2 netmask 255.255.255.0" > "192.168.1.

[gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address

2006-12-11 Thread Leandro Melo de Sales
Hi list, # ifconfig eth0:0 192.168.1.3 SIOCSIFADDR: File exists SIOCSIFFLAGS: Cannot assign requested address My /etc/conf.d/net is correct: config_eth0=( "192.168.1.2 netmask 255.255.255.0" "192.168.1.3 netmask 255.255.255.0" "192.168.1.6 netmask 255.255.255.0" ) rout