- Posts: 246
- Thank you received: 0
Error Error Error
18 years 2 months ago #16407
by Lindows
Error Error Error was created by Lindows
Hey Guys,
I want to change the mac address of my NIC card. testing the security on my network. Well i typed the following lines:
/etc/init.d/networking stop <enter>
responce: Deconfiguring Network interface...done
ifconfig eth0 hw ehter 00:00:00:22:22:22 <enter>
Responce :SIOCSIFHWADDR: Device or resource busy <--- What does this mean?
Thanks guys,
Lindows
I want to change the mac address of my NIC card. testing the security on my network. Well i typed the following lines:
/etc/init.d/networking stop <enter>
responce: Deconfiguring Network interface...done
ifconfig eth0 hw ehter 00:00:00:22:22:22 <enter>
Responce :SIOCSIFHWADDR: Device or resource busy <--- What does this mean?
Thanks guys,
Lindows
18 years 2 months ago #16415
by nske
It means that the driver does not allow for the hardware address to be changed because the NIC interface is up.
Try disabling the eth0 interface first before you do such change, like this:
[code:1]ifconfig eth0 down[/code:1]
Replied by nske on topic Re: Error Error Error
Responce :SIOCSIFHWADDR: Device or resource busy <--- What does this mean?
It means that the driver does not allow for the hardware address to be changed because the NIC interface is up.
Try disabling the eth0 interface first before you do such change, like this:
[code:1]ifconfig eth0 down[/code:1]
Time to create page: 0.116 seconds