eeepc question
Moderators: snarkout, Patrick, dann
-
davijordan
eeepc question
Does the eeepc have an old fashion type e bios. If it does, can you change the reported mac address of the nic there?
Re: eeepc question
Yes it has a standard bios, but there is no way to change the MAC address of the nic through the bios on my system.
-
Tsuroerusu
- Posts: 2551
- Joined: Mon Sep 05, 2005 8:51 am
- Location: Silkeborg, Denmark
- Contact:
Re: eeepc question
If you just want to change the MAC address of a network interface on the system, just run these commands as root:davijordan wrote:Does the eeepc have an old fashion type e bios. If it does, can you change the reported mac address of the nic there?
Code: Select all
# ifconfig eth0 down
# ifconfig eth0 hw ether "01:02:03:04:05:06" upCode: Select all
# /etc/init.d/NetworkManager stop
# ifconfig eth0 hw ether "01:02:03:04:05:06" up
# ifconfig eth0 down
# /etc/init.d/NetworkManager startThis is also very handy if you're snooping on the neighbor's wireless network, and he's got MAC address filtering on, you would simply use one of his MAC addresses that you might have found through packet sniffing. I speak from experience!


"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.
-
davijordan
Re: eeepc question
thanx for the info. It does not have to be at boot. I can see where the eeepc would be the ultimate penetration testing device. Trying to decide to get an external battery or get the eeepc. the external battery is 1/4 the cost of the eeepc but a lot bulkier..