Gentoo Archives: gentoo-user

From: Leandro Melo de Sales <leandroal@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address
Date: Mon, 11 Dec 2006 17:38:49
Message-Id: 5bc4c4570612110934m7644111bl63ba6e0e31da4e8d@mail.gmail.com
1 Hi list,
2
3 # ifconfig eth0:0 192.168.1.3
4 SIOCSIFADDR: File exists
5 SIOCSIFFLAGS: Cannot assign requested address
6
7 My /etc/conf.d/net is correct:
8
9 config_eth0=( "192.168.1.2 netmask 255.255.255.0"
10 "192.168.1.3 netmask 255.255.255.0"
11 "192.168.1.6 netmask 255.255.255.0"
12 )
13 routes_eth0=( "default gw 192.168.1.1" )
14
15 When I start /etc/init.d/net.eth0 (which is a sym link to net.lo) everything
16 seems to be ok, but when I type ifconfig I can see just eth0 interface. So,
17 I tried to execute the ifconfig command listen above but I got that error.
18 What is wrong?
19
20 Thank you,
21
22 Leandro

Replies

Subject Author
Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address Jerry McBride <mcbrides9@×××××××.net>
Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address Mike Williams <mike@××××××××.uk>
Re: [gentoo-user] ifconfig -> SIOCSIFFLAGS: Cannot assign requested address Pawel Kraszewski <Gentoo@××××××××××.net>