MAC Address Question

Vegito

Diamond Member
Oct 16, 1999
8,329
0
0
I know that within 1 network, having 2 NIC with same mac address will confuse the network..

but if I have 3 seperate network and in each subnet, there is one pc with same MAC address that is the same as the other 2 pc in the other subnet, would I run into problem there ?
 

Boscoh

Senior member
Jan 23, 2002
501
0
0
Assuming there is a router between each of the subnets, then probably not.

The ethernet address is going get rewritten and become the routers ethernet address anyways. So the receiving station will never know the MAC of the sending station, it will just see the last routing device that forwarded the packet to it.
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
shouldn't be a problem, mac addresses are only locally significant at layer2.

BUT!!! I wouldn't risk it anyway. duplicate mac address problems are incredibly hard to troubleshoot (mainly because you just assume they are unique), but i've seen where people hard coded them all and the mess it can create.
 

skyking

Lifer
Nov 21, 2001
22,889
6,054
146
Yes, that sounds like "bad berries" to me also.
On another note: spidey, which network adapters support changine the MAC addy, besides the usual intel ones?
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
Originally posted by: skyking
Yes, that sounds like "bad berries" to me also.
On another note: spidey, which network adapters support changine the MAC addy, besides the usual intel ones?

I think just about all of them.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
On another note: spidey, which network adapters support changine the MAC addy, besides the usual intel ones?

It's probably dependent on the driver, but AFAIK every driver on unix supports specifying a MAC via ifconfig and I believe you can change just about all of them in Windows via the driver properities too.
 

Boscoh

Senior member
Jan 23, 2002
501
0
0
Changing the MAC in windows is as simple as changing a reg key, but it should be in the driver properties too. There are also programs out there that will do this.
 

thirdlegstump

Banned
Feb 12, 2001
8,713
0
0
You can't run MacOS on Windows. Only Macs can run both OS without issues. To find the Macs address, just go into tcp prefs and it will show you right there. 2 clicks.
 

skyking

Lifer
Nov 21, 2001
22,889
6,054
146
me too.

I need to spoof a mac address on the WAN interface of a linux firewall box. I have never tried something like that in config files. it will be a dhcpd interface, but if i get that MAC right I will still have my old IP.
This comes in handy, since I have my current IP in several servers as an allowed host for various services.
If I just toss the box together and leet the thing grab any old address, i will have a lot of files on remote sysetms to fix.
 

skyking

Lifer
Nov 21, 2001
22,889
6,054
146
That looks like a link for a win2k/xp fix, if I am not mistaken. I am looking for linux answers, but thanks anyway:p
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Most distributions have hooks for running commands before bringing an interface up, you most likely just need to find it and run 'ifconfig eth0 hw ether 01:02:03:04:05:06' before running dhcpcd, pump, etc.