Bugzilla – Bug 6237
Duplicate MAC address for bridged ethernet device
Last modified: 2009-09-08 09:12:39 UTC
I have a Directv HR20 DVR connected to the SB3's bridged ethernet port. The SB3 reports its MAC address for both itself and the HR20 behind it. This seems to prevent the DHCP server in my router from assigning a dynamic IP address to the HR20. All networking activity appears normal but the duplicate MAC address in my router's LAN tables makes me nervous. Router is a Buffalo WHR-HP-G54 running DD-WRT V24 rc5. SB3 firmware version is 81.
Dunno if this could be related to bug #5523 since I am using WPA2-AES wireless encryption, which works perfectly for me.
I am using WPA2-AES and have the same duplicated MAC address problem.
802.11 bridges show multiple devices on the network as a single MAC address. Squeezebox is doing the right thing here. This should be transparent to DHCP, but I suspect that either your DVR or your DHCP server is getting confused. As a workaround, try using a static address on one of the devices.
DHCP assigns addresses based on MAC address. If the DHCP server gets two requests from the same MAC address, it will send the same IP address. Not to mention it makes it impossible to assign a fixed DHCP address to both systems. If this is the way 802.11 is intended to work, then I don't want you to break the spec, obviously. Do you have any reference for that assertion, though? I tried to find something before I commented on the bug report.