Since upgrading to the newest kubuntu (7.10 ?) I have a problem when I want to change the mac address.
My /etc/network/interfaces file:
----------------------------
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
#address 127.0.0.1
#netmask 255.0.0.0
auto eth0
iface eth0 inet static
#iface eth0 inet dhcp
address 169.254.4.44
netmask 255.255.0.0
hwaddress ether 0010xxxxxxxx
----------------------------------------
and it did work. now what I get is:
---------------------------------------------------------------------
root@anna-laptop:~# /etc/init.d/networking start
* Configuring network interfaces... SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
root@anna-laptop:~# ifconfig eth0 down
root@anna-laptop:~# ifconfig eth0 hw ether 0010dce10c75
root@anna-laptop:~# ifconfig eth0 up
root@anna-laptop:~# /etc/init.d/networking start
* Configuring network interfaces... SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
root@anna-laptop:~# ifdown eth0
ifdown: interface eth0 not configured
root@anna-laptop:~# ifup eth0
SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
--------------------------------------------------------
if I type
ifconfig -a
I get:
---------------------------------------------------------
eth0 Protokoll:Ethernet Hardware Adresse 00:02:3F0:19:2B
inet6 Adresse: fe80::202:3fff:fed0:192b/64 GÃŒltigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4686 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 SendewarteschlangenlÀnge:1000
RX bytes:287082 (280.3 KiB) TX bytes:468 (468.0 b)
Interrupt:22 Basisadresse:0x800
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 GÃŒltigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 SendewarteschlangenlÀnge:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
-------------------------------------------------
I know that using a router would solve my problem (2 pcs, one modem, only one hw address allowed). but before it did work without, and i would like to keep it like that.
i hope you can help me ...
My /etc/network/interfaces file:
----------------------------
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
#address 127.0.0.1
#netmask 255.0.0.0
auto eth0
iface eth0 inet static
#iface eth0 inet dhcp
address 169.254.4.44
netmask 255.255.0.0
hwaddress ether 0010xxxxxxxx
----------------------------------------
and it did work. now what I get is:
---------------------------------------------------------------------
root@anna-laptop:~# /etc/init.d/networking start
* Configuring network interfaces... SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
root@anna-laptop:~# ifconfig eth0 down
root@anna-laptop:~# ifconfig eth0 hw ether 0010dce10c75
root@anna-laptop:~# ifconfig eth0 up
root@anna-laptop:~# /etc/init.d/networking start
* Configuring network interfaces... SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
root@anna-laptop:~# ifdown eth0
ifdown: interface eth0 not configured
root@anna-laptop:~# ifup eth0
SIOCSIFHWADDR: Device or resource busy
Failed to bring up eth0.
--------------------------------------------------------
if I type
ifconfig -a
I get:
---------------------------------------------------------
eth0 Protokoll:Ethernet Hardware Adresse 00:02:3F0:19:2B
inet6 Adresse: fe80::202:3fff:fed0:192b/64 GÃŒltigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4686 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 SendewarteschlangenlÀnge:1000
RX bytes:287082 (280.3 KiB) TX bytes:468 (468.0 b)
Interrupt:22 Basisadresse:0x800
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 GÃŒltigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 SendewarteschlangenlÀnge:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
-------------------------------------------------
I know that using a router would solve my problem (2 pcs, one modem, only one hw address allowed). but before it did work without, and i would like to keep it like that.
i hope you can help me ...
Comment