javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Client status displaying wrong MAC address, result in conflict MAC addressing #1329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
rt-n56u
Client is a virtualbox-ubuntu running on win7 machine. In the client list, 
virutalbox real MAC address is not honored and use win7 MAC address.

Original issue reported on code.google.com by leandro.ong@gmail.com on 14 Sep 2014 at 9:10

GoogleCodeExporter commented 9 years ago
My virutalboz is setup as "Bridge Adapter:

Original comment by leandro.ong@gmail.com on 14 Sep 2014 at 9:13

GoogleCodeExporter commented 9 years ago
Can't confirm that.
This depends on OS and virtual network interface driver you use.

I've got several virtual machines in VirtualBox on Laptop running msc os x.
One virtual machine is now running with hostname rhel5.

That is what I can see on http://my.router/Main_DHCPStatus_Content.asp
IPv4 Address       MAC Address          Host Name
...
192.168.130.114    08:00:27:F2:04:61    rhel5
192.168.130.102    B8:E8:56:2B:01:5C    mac
...

B8:E8:56:2B:01:5C is the mac address of the wireless interface (en0) in OS X:
~$ ifconfig en0
en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500
    ether b8:e8:56:2b:01:5c
    inet6 fe80::bae8:56ff:fe2b:15c%en0 prefixlen 64 scopeid 0x4
    inet 192.168.130.102 netmask 0xffffff00 broadcast 192.168.130.255
    nd6 options=1<PERFORMNUD>
    media: autoselect
    status: active

08:00:27:F2:04:61 is the mac address of the interface in virtual machine (eth0) 
in RedHat 5.10:
~# ifconfig eth0
eth0      Link encap:Ethernet  HWaddr 08:00:27:F2:04:61
          inet addr:192.168.130.114  Bcast:192.168.130.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:499 errors:0 dropped:0 overruns:0 frame:0
          TX packets:63 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:133595 (130.4 KiB)  TX bytes:7978 (7.7 KiB)

The network adapter of virtual machine: Paravirtualized Network (Bridged 
Adapter, en0)

For more information read VirtualBox Documentation.

Original comment by d...@soulblader.com on 14 Sep 2014 at 11:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by d...@soulblader.com on 16 Sep 2014 at 5:08