Skip to main content

Error Error Error

More
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
More
18 years 2 months ago #16415 by nske
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]
More
18 years 2 months ago #16448 by Lindows
Replied by Lindows on topic Great
Thanks,

I'll give it a shot!


I can feel linux running throught my veins!
Time to create page: 0.116 seconds