Members Online
Total Online: 36 Web Spiders: 16
Guests Online: 32
Members Online: 4
Registered Members: 70189 Newest Member: CrownClown
|
View Thread
| Author |
RE: Identical MAC addresses on the same network |
gregorian
Member

Posts: 109
Location: India
Joined: 28.06.10 Rank: God |
|
|
If you have free time and 3 wifi capable devices, you could test it. Unfortunately I don't have a wifi enabled phone otherwise I would have tested it. |
|
| Author |
RE: Identical MAC addresses on the same network |
AldarHawk
The Manager

Posts: 1662
Location: Canada
Joined: 26.01.06 Rank: God |
|
what's free time?
|
|
| Author |
RE: Identical MAC addresses on the same network |
stealth-
Member

Posts: 998
Location: Eh?
Joined: 10.04.09 Rank: God |
|
|
gregorian wrote:
If you have free time and 3 wifi capable devices, you could test it. Unfortunately I don't have a wifi enabled phone otherwise I would have tested it.
Why would you need 3? Wouldn't two not work just as well? (Unless you are counting the routing device in there)
The link you gave brings up a actually very interesting point, and logically, it makes sense that it would work with ethernet, so now I'm interested to see what would happen on Wifi devices.
I do have 2 wifi cards, however I don't have two machines around at the moment as I'm out of town. I could try this in a couple of days, though.
The irony of man's condition is that the deepest need is to be free of the anxiety of death and annihilation; but it is life itself which awakens it, and so we must shrink from being fully alive.
http://www.stealth-x.com
Edited by stealth- on 16-07-10 20:28 |
|
| Author |
RE: Identical MAC addresses on the same network |
gregorian
Member

Posts: 109
Location: India
Joined: 28.06.10 Rank: God |
|
stealth- wrote:
gregorian wrote:
If you have free time and 3 wifi capable devices, you could test it. Unfortunately I don't have a wifi enabled phone otherwise I would have tested it.
Why would you need 3? Wouldn't two not work just as well? (Unless you are counting the routing device in there)
The link you gave brings up a actually very interesting point, and logically, it makes sense that it would work with ethernet, so now I'm interested to see what would happen on Wifi devices.
I do have 2 wifi cards, however I don't have two machines around at the moment as I'm out of town. I could try this in a couple of days, though.
Well, I want to know what the router does. I was thinking of setting up one computer in Infrastructure mode and looking at its routing table. The second point you mentioned is what I'm curious about too. Do you understand if it will work if both macs are on the same subnet? I'm curious to know what will happen. Will the second ARP replace the first one? Will both be there in the table and reject each other's connections? |
|
| Author |
RE: Identical MAC addresses on the same network |
stealth-
Member

Posts: 998
Location: Eh?
Joined: 10.04.09 Rank: God |
|
gregorian wrote:
stealth- wrote:
gregorian wrote:
If you have free time and 3 wifi capable devices, you could test it. Unfortunately I don't have a wifi enabled phone otherwise I would have tested it.
Why would you need 3? Wouldn't two not work just as well? (Unless you are counting the routing device in there)
The link you gave brings up a actually very interesting point, and logically, it makes sense that it would work with ethernet, so now I'm interested to see what would happen on Wifi devices.
I do have 2 wifi cards, however I don't have two machines around at the moment as I'm out of town. I could try this in a couple of days, though.
Well, I want to know what the router does. I was thinking of setting up one computer in Infrastructure mode and looking at its routing table. The second point you mentioned is what I'm curious about too. Do you understand if it will work if both macs are on the same subnet? I'm curious to know what will happen. Will the second ARP replace the first one? Will both be there in the table and reject each other's connections?
Well, what I got from the posted link was that the sender was convinced that, on a linux machine for instance, the arp table is stored with each interface also listed in the entry. Since every ethernet port on the router should technically be a separate interface, there should be no problems with the router.
So, the arp table for a router with 4 ports might look like this:
(eth0, 192.168.1.2, 11:22:33:44:55:66)
(eth1, 192.168.1.3, 22:33:44:55:66:77)
(eth2, 192.168.1.4, 33:44:55:66:77:88)
(eth3, 192.168.1.5, 11:22:33:44:55:66)
The idea presented is that there should be no problems because the router includes the interface in the arp entry so the entries would be different and the router can tell the difference between them. Because, say somebody asks to send a packet to 192.168.1.2, the router sees the equivalent MAC address, but it also sees the interface so it sends it along that interface and there is never a collision with the IP on eth3 because nothing ever goes along eth3, because it doesn't have to.
If you're talking about a situation where the IP's are the same, then that would cause an issue, though.
What's interesting is how this would be handled on a wireless device where there is only one interface.
Unfortunately, I don't think I have 3 wireless devices around. I might, but I'd have to do some looking.
The irony of man's condition is that the deepest need is to be free of the anxiety of death and annihilation; but it is life itself which awakens it, and so we must shrink from being fully alive.
http://www.stealth-x.com |
|
| Author |
RE: Identical MAC addresses on the same network |
gregorian
Member

Posts: 109
Location: India
Joined: 28.06.10 Rank: God |
|
|
If you're talking about a situation where the IP's are the same, then that would cause an issue, though.
What I'm interested in knowing is if the DHCP would give you a new IP for an existing MAC. Is the DHCP MAC aware of does it simply pick one from the free pool?
What's interesting is how this would be handled on a wireless device where there is only one interface.
That's true. |
|
|
|
|