I have 2 wireless cards with the same MAC address at the hotel
I have 2 wireless cards with the same MAC address at the hotel. Discuss I have 2 wireless cards with the same MAC address at the hotel, on Wireless Forums.
I have 2 wireless cards with the same MAC address at the hotel
I have two working PCs with the same MAC address!
How do the packets figure out which computer to go to?
I have been travelling with two computers for weeks now staying at some
German hotels whose wireless ISP sync with the MAC address of the wireless
cards on my computers so I used MacMakeUp to make both computers have the
same MAC address as I get my home email on my home PC and I get my work
email on my work PC. Up until today, I was careful to boot only one
computer at a time.
I'm currently in a hotel in the UK which has free wireless to any MAC
address and I forgot to reset the MAC address on the second PC back to the
original. Both computers seem to be working wirelessly.
How can that be?
How can I have two working PCs with the same MAC address?
Why don't the packets get confused as to which computer to go to?
Re: I have 2 wireless cards with the same MAC address at the hotel
"Jette Goldie" <bosslady@scotlandmail.com> wrote in message news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net.. .
>I have two working PCs with the same MAC address!
> How do the packets figure out which computer to go to?
>
> I have been travelling with two computers for weeks now staying at some
> German hotels whose wireless ISP sync with the MAC address of the wireless
> cards on my computers so I used MacMakeUp to make both computers have the
> same MAC address as I get my home email on my home PC and I get my work
> email on my work PC. Up until today, I was careful to boot only one
> computer at a time.
>
> I'm currently in a hotel in the UK which has free wireless to any MAC
> address and I forgot to reset the MAC address on the second PC back to the
> original. Both computers seem to be working wirelessly.
>
> How can that be?
>
> How can I have two working PCs with the same MAC address?
> Why don't the packets get confused as to which computer to go to?
>
> Jette
Re: I have 2 wireless cards with the same MAC address at the hotel
"Jette Goldie" <bosslady@scotlandmail.com> wrote in message
news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net.. .
>I have two working PCs with the same MAC address!
> How do the packets figure out which computer to go to?
>
> I have been travelling with two computers for weeks now staying at some
> German hotels whose wireless ISP sync with the MAC address of the wireless
> cards on my computers so I used MacMakeUp to make both computers have the
> same MAC address as I get my home email on my home PC and I get my work
> email on my work PC. Up until today, I was careful to boot only one
> computer at a time.
>
> I'm currently in a hotel in the UK which has free wireless to any MAC
> address and I forgot to reset the MAC address on the second PC back to the
> original. Both computers seem to be working wirelessly.
>
> How can that be?
>
> How can I have two working PCs with the same MAC address?
> Why don't the packets get confused as to which computer to go to?
>
It's because a NAT device such as a router is being used. The router has a
DHCP server that issues an unique IP to each NIC requesting that an DHCP IP
be issued to it. NAT is mapping technology it maps traffic back to the
requesting IP/machine's NIC that sent outbound traffic to a remote IP on the
Internet. Not only does the router apply the MAC in the network traffic when
it sends traffic outbound, it also applies the LAN IP that has been assigned
to the NIC too in the traffic, so that the inbound traffic can be mapped
back to the requesting machine. Inbound traffic is not mapped back to a
machine, unless there is corresponding traffic sent outbound by the machine,
which has a LAN IP.
Re: I have 2 wireless cards with the same MAC address at the hotel
Jette Goldie wrote:
> I have two working PCs with the same MAC address!
> How do the packets figure out which computer to go to?
If you assigned the MAC on one, and left the other in it's original form,
the MAC's are actually one bit apart: The last bit indicates that the MAC
was set and not the factory MAC address.
Re: I have 2 wireless cards with the same MAC address at the hotel
FedUp wrote:
>
> On Sat, 30 Sep 2006 13:35:49 GMT, Jette Goldie wrote:
>
>><snip>
>>
>> How can I have two working PCs with the same MAC address?
>> Why don't the packets get confused as to which computer to go to?
>>
>> Jette
>
> Because the packets are not routed to a mac address they are route to an
> IP Address.
At the network level, maybe, but not at the data link level. You might want
to read up on the OSI 7 Layer Model before making such statements.
Re: I have 2 wireless cards with the same MAC address at the hotel
Does not compute! MAC is a hardware address "permanently burned-in" by the
manufacturer. If Windows detects two identical MACS a system event log
entry is generated and network connectivity cease.
Following also quoted from Knowledge Database Article ID 164903: "Another
source of duplicate media access control addresses can occur if you are
assigning locally administered media access control addresses (LAA), in
which case you are overriding the burned-in address in favor of the locally
assigned media access control address. With some drivers, LAA media access
control addresses are possible, usually Token Ring adapter drivers."
"Jette Goldie" <bosslady@scotlandmail.com> wrote in message
news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net.. .
>I have two working PCs with the same MAC address!
> How do the packets figure out which computer to go to?
>
> I have been travelling with two computers for weeks now staying at some
> German hotels whose wireless ISP sync with the MAC address of the wireless
> cards on my computers so I used MacMakeUp to make both computers have the
> same MAC address as I get my home email on my home PC and I get my work
> email on my work PC. Up until today, I was careful to boot only one
> computer at a time.
>
> I'm currently in a hotel in the UK which has free wireless to any MAC
> address and I forgot to reset the MAC address on the second PC back to the
> original. Both computers seem to be working wirelessly.
>
> How can that be?
>
> How can I have two working PCs with the same MAC address?
> Why don't the packets get confused as to which computer to go to?
>
> Jette
Re: I have 2 wireless cards with the same MAC address at the hotel
"Jette Goldie" <bosslady@scotlandmail.com> wrote in message
news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net.. .
>I have two working PCs with the same MAC address!
> How do the packets figure out which computer to go to?
>
> How can that be?
>
> How can I have two working PCs with the same MAC address?
> Why don't the packets get confused as to which computer to go to?
>
> Jette
> Both computers seem to be working wirelessly [perfectly].
Keyword: "seem"
Run Ethereal or some SNMP utility and you'll probably find quite a bit of
collisions going on...
Re: I have 2 wireless cards with the same MAC address at the hotel
Please quote in the same manner we all read English: Conversational order.
Please see http://ursine.ca/Top_Posting
AJR wrote:
> Does not compute! MAC is a hardware address "permanently burned-in" by the
> manufacturer. If Windows detects two identical MACS a system event log
> entry is generated and network connectivity cease.
Not necessarily. Some devices, such as some high end network cards and SOHO
routers, have the ability to set the MAC address. One of the MAC address
bits, IIRC, indicates whether the MAC was set by human intervention or the
one it shipped with.
Re: I have 2 wireless cards with the same MAC address at the hotel
"AJR" <ajrjdr@comcast.net> wrote in message
news:Ot9L9FM5GHA.2464@TK2MSFTNGP06.phx.gbl...
> Does not compute! MAC is a hardware address "permanently burned-in" by the
> manufacturer.
Drive-by replying?
Read his post again...
("so I used MacMakeUp to make both computers have the same MAC address")
That computes how he could have two NIC's with the same MAC.
Re: I have 2 wireless cards with the same MAC address at the hotel
On Sat, 30 Sep 2006 17:29:09 +0200, Pavel A. wrote:
>> How can I have two working PCs with the same MAC address?
>> Why don't the packets get confused as to which computer to go to?
> Are they connected to same access point?
They are within five feet of each other so I presume they connected to the
same free wireless access point in the hotel.
Re: I have 2 wireless cards with the same MAC address at the hotel
On Sat, 30 Sep 2006 16:49:19 GMT, Duane Arnold wrote:
> "Jette Goldie" <bosslady@scotlandmail.com> wrote in message
> news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net.. .
>>I have two working PCs with the same MAC address!
>> How do the packets figure out which computer to go to?
>>
>> I have been travelling with two computers for weeks now staying at some
>> German hotels whose wireless ISP sync with the MAC address of the wireless
>> cards on my computers so I used MacMakeUp to make both computers have the
>> same MAC address as I get my home email on my home PC and I get my work
>> email on my work PC. Up until today, I was careful to boot only one
>> computer at a time.
>>
>> I'm currently in a hotel in the UK which has free wireless to any MAC
>> address and I forgot to reset the MAC address on the second PC back to the
>> original. Both computers seem to be working wirelessly.
>>
>> How can that be?
>>
>> How can I have two working PCs with the same MAC address?
>> Why don't the packets get confused as to which computer to go to?
>>
>
> It's because a NAT device such as a router is being used. The router has a
> DHCP server that issues an unique IP to each NIC requesting that an DHCP IP
> be issued to it.
Hi Nat,
Does this mean that each computer gets TWO unique addresses?
The MAC and the IP.
Are you saying that even though the MAC address is the same, that the
combination of Mac + IP address is different because the IP addresses are
different?
Re: I have 2 wireless cards with the same MAC address at the hotel
Jette Goldie wrote:
>
> On Sat, 30 Sep 2006 17:29:09 +0200, Pavel A. wrote:
>>> How can I have two working PCs with the same MAC address?
>>> Why don't the packets get confused as to which computer to go to?
>
>> Are they connected to same access point?
>
> They are within five feet of each other so I presume they connected to the
> same free wireless access point in the hotel.
Many wireless networks can occupy the same airspace. You need to
doublecheck your connection properties to make sure they really are on the
access point you expect to be on.
Re: I have 2 wireless cards with the same MAC address at the hotel
On Sat, 30 Sep 2006 17:22:23 -0700, Baloo wrote:
>>>> How can I have two working PCs with the same MAC address?
>>>> Why don't the packets get confused as to which computer to go to?
>>
>>> Are they connected to same access point?
>>
>> They are within five feet of each other so I presume they connected to the
>> same free wireless access point in the hotel.
>
> Many wireless networks can occupy the same airspace. You need to
> doublecheck your connection properties to make sure they really are on the
> access point you expect to be on.
Oh, Do you mean the same SSID?
I had not thought of the fact they 'could' be connected to different SSIDs.
But, in this case, the SSID is definately the same for both Windows XP PCs
as it's the only free SSID available.
I'm checking out at noon today (on my way to South Africa) so I won't be
able to respond for a while.
Re: I have 2 wireless cards with the same MAC address at the hotel
On Sat, 30 Sep 2006 14:51:45 -0400, AJR wrote:
> MAC is a hardware address "permanently burned-in" by the
> manufacturer. If Windows detects two identical MACS a system event log
> entry is generated and network connectivity cease.
I just checked the WinXP System Event Log by right clicking on "My
Computer" and selecting "Manage" and then selecting "System Tools", "Event
Viewer", "System".
I am not sure what to look for, but, I did see......
The system detected that network adapter
\DEVICE\TCPIP_{BAACBE02-D4AF-43D0-BF89-D45C0B039834} was connected to the
network, and has initiated normal operation over the network adapter.
And ...
Your computer was not able to renew its address from the network (from the
DHCP Server) for the Network Card with network address D45C0B039834. The
following error occurred:
The semaphore timeout period has expired. . Your computer will continue to
try and obtain an address on its own from the network address (DHCP)
server.
This may or may not be a red herring because the sysytem "seems" to be
working well.
Re: I have 2 wireless cards with the same MAC address at the hotel
On Sat, 30 Sep 2006 13:02:36 -0700, Baloo wrote:
>> MAC is a hardware address "permanently burned-in"
> Some devices, such as some high end network cards and SOHO
> routers, have the ability to set the MAC address.
The "MacMakeUp" freeware program will change the MAC address for any
Windows PC network card.
Can you tell from their web site whether the "human intervention" switch is
also reset?
Re: I have 2 wireless cards with the same MAC address at the hotel
Jette Goldie wrote:
>
> On Sat, 30 Sep 2006 13:02:36 -0700, Baloo wrote:
>>> MAC is a hardware address "permanently burned-in"
>> Some devices, such as some high end network cards and SOHO
>> routers, have the ability to set the MAC address.
>
> The "MacMakeUp" freeware program will change the MAC address for any
> Windows PC network card.
>
> Can you tell from their web site whether the "human intervention" switch
> is also reset?
No, there is no way to force the clone bit off without using the original
MAC address programmed in that NIC's ROM. The clone bit only usually comes
into play for identification is on routers and wifi points smart enough to
know about the bit, in the case that two devices on the network appear to
have the same MAC, and even then it's not foolproof if more than one device
is cloned on the same network.
Some cable and DSL providers have been known to not allow devices that have
the clone bit set to talk to the cable modem or DSL bridge/router, but
that's a fairly rare case.
Re: I have 2 wireless cards with the same MAC address at the hotel
Jette Goldie wrote:
>
> On Sat, 30 Sep 2006 14:51:45 -0400, AJR wrote:
>
>> MAC is a hardware address "permanently burned-in" by the
>> manufacturer. If Windows detects two identical MACS a system event log
>> entry is generated and network connectivity cease.
>
> Is the MAC address "really" burned in?
Yes, there's usually some method to revert a programmable network device
back to it's original MAC.
You have a programmable network card and are telling it to spoof a different
MAC address.
> Your computer was not able to renew its address from the network (from the
> DHCP Server) for the Network Card with network address D45C0B039834. The
> following error occurred:
> The semaphore timeout period has expired. . Your computer will continue to
> try and obtain an address on its own from the network address (DHCP)
> server.
I don't know enough about Windows error messages to know what it's calling a
semaphore timeout (though I wouldn't mind learning). Only thing I can
think of is that your machine sent a DHCP request, the DHCP server
responded with an answer and the other machine with the same MAC address
answered first, the first machine then ignores the acknowledgement it
wasn't expecting to get out of order and times out, however, this is just a
theory I can't prove without a packet analyzer on the same network you're
on. I don't have a lot of confidence in my hypothesis though: Most people
make it a point not to put two of the same MAC address on the same network.
> This may or may not be a red herring because the sysytem "seems" to be
> working well.
Re: I have 2 wireless cards with the same MAC address at the hotel
More than one access point can have the same SSID, and to enable seamless
roaming this is necessary. What you would want is to compare the Associated
MAC address or BSSID of the connected access points.
--
David Hettel
Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.
DISCLAIMER: This posting is provided "AS IS" with no warranties, and
confers no rights
"Jette Goldie" <bosslady@scotlandmail.com> wrote in message
news:12l86fpscpt00.1slrex59pkkw5.dlg@40tude.net...
> On Sat, 30 Sep 2006 17:22:23 -0700, Baloo wrote:
>>>>> How can I have two working PCs with the same MAC address?
>>>>> Why don't the packets get confused as to which computer to go to?
>>>
>>>> Are they connected to same access point?
>>>
>>> They are within five feet of each other so I presume they connected to
>>> the
>>> same free wireless access point in the hotel.
>>
>> Many wireless networks can occupy the same airspace. You need to
>> doublecheck your connection properties to make sure they really are on
>> the
>> access point you expect to be on.
>
> Oh, Do you mean the same SSID?
> I had not thought of the fact they 'could' be connected to different
> SSIDs.
> But, in this case, the SSID is definately the same for both Windows XP PCs
> as it's the only free SSID available.
>
> I'm checking out at noon today (on my way to South Africa) so I won't be
> able to respond for a while.
>
> Jette Goldie
Re: I have 2 wireless cards with the same MAC address at the hotel
Jette Goldie wrote:
> On Sat, 30 Sep 2006 16:49:19 GMT, Duane Arnold wrote:
>
>
>>"Jette Goldie" <bosslady@scotlandmail.com> wrote in message
>>news:1vn85ksiuz92m.16q1rgqxl8v3e$.dlg@40tude.net ...
>>
>>>I have two working PCs with the same MAC address!
>>>How do the packets figure out which computer to go to?
>>>
>>>I have been travelling with two computers for weeks now staying at some
>>>German hotels whose wireless ISP sync with the MAC address of the
>>>wireless
>>>cards on my computers so I used MacMakeUp to make both computers have the
>>>same MAC address as I get my home email on my home PC and I get my work
>>>email on my work PC. Up until today, I was careful to boot only one
>>>computer at a time.
>>>
>>>I'm currently in a hotel in the UK which has free wireless to any MAC
>>>address and I forgot to reset the MAC address on the second PC back to
>>>the
>>>original. Both computers seem to be working wirelessly.
>>>
>>>How can that be?
>>>
>>>How can I have two working PCs with the same MAC address?
>>>Why don't the packets get confused as to which computer to go to?
>>>
>>
>>It's because a NAT device such as a router is being used. The router has a
>>DHCP server that issues an unique IP to each NIC requesting that an DHCP
>>IP
>>be issued to it.
>
>
> Hi Nat,
> Does this mean that each computer gets TWO unique addresses?
> The MAC and the IP.
>
> Are you saying that even though the MAC address is the same, that the
> combination of Mac + IP address is different because the IP addresses are
> different?
What I am telling you is that NAT router knows from what internal LAN IP
data is coming from and knows where to send the data back to the LAN IP.
The MAC comes into play for the DHCP server on the router to assign an IP to
a MAC. I don't think it matters if a same MAC is in the DHCP table, as the
router is applying other things in the identification as to who is who.
Since the router has built in swicth technology, then the MAC comes into
play in broadcasting the data directly to a NIC's MAC. Otherwise, it may be
broadcasting traffic to the duplicate MAC(s) acting as a dumb hub sort of
speaking where the LAN IP has to be coming into play. There could be traffic
collision on inbound and outbound traffic for the two machines due to the
simple broadcasting of data to them as a hub, instead of finding the MAC
that the data belongs too acting like a smart switch.
Re: I have 2 wireless cards with the same MAC address at the hotel
"AJR" <ajrjdr@comcast.net> wrote in message
news:Ot9L9FM5GHA.2464@TK2MSFTNGP06.phx.gbl...
> Does not compute! MAC is a hardware address "permanently burned-in" by the