Jun 292010
How to change MAC address
Answer:
To change MAC address, you need to take the network interface
# sudo ifconfig eth1 down
Then change it by
# sudo ifconfig eth1 hw ether 00:01:02:03:04:05
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
How to change MAC address
Answer:
To change MAC address, you need to take the network interface
# sudo ifconfig eth1 down
Then change it by
# sudo ifconfig eth1 hw ether 00:01:02:03:04:05