Some do, some just copy the MAC address of the laptop's ethernet interface.Do docking stations have their own MAC addresses?
You won't get duplicate IP address because of that. If the MAC address was different the DHCP server would assign a different IP address to it. If it was the same MAC address it would receive the IP address on the docking station but the laptop's internal interface would have been disabled. A docking station without a laptop won't be active.I am getting duplicate IP addresses
arping 192.168.0.1
root@S09:~ # arping 192.168.1.222
ARPING 192.168.1.222
60 bytes from 00:23:24:43:2b:70 (192.168.1.222): index=0 time=393.875 usec
42 bytes from f0:de:f1:77:c6:a8 (192.168.1.222): index=1 time=934.787 msec
60 bytes from 00:23:24:43:2b:70 (192.168.1.222): index=2 time=353.883 usec
60 bytes from 00:23:24:43:2b:70 (192.168.1.222): index=3 time=382.961 usec
root@S09:~ # ifconfig em0
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=81249b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,LRO,WOL_MAGIC,VLAN_HWFILTER>
ether f0:de:f1:77:c6:a8
inet 192.168.1.222 netmask 0xffffff00 broadcast 192.168.1.255
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
Nov 1 11:41:46 S09 login[1164]: ROOT LOGIN (root) ON ttyv0
Nov 1 12:02:27 S09 kernel: in6_purgeaddr: err=65, destination address delete failed
Nov 1 12:02:27 S09 kernel: lo0: link state changed to DOWN
Nov 1 12:02:27 S09 dhclient[652]: My address (192.168.1.222) was deleted, dhclient exiting
Nov 1 12:02:27 S09 dhclient[652]: short write: wanted 20 got 0 bytes
Nov 1 12:02:27 S09 dhclient[652]: exiting.
Nov 1 12:02:28 S09 kernel: lo0: link state changed to UP
Nov 1 12:02:29 S09 kernel: em0: link state changed to DOWN
Nov 1 12:02:32 S09 kernel: em0: link state changed to UP
Nov 1 12:02:33 S09 dhclient[1826]: New IP Address (em0): 192.168.1.222
Nov 1 12:02:33 S09 kernel: arp: 00:23:24:43:2b:70 is using my IP address 192.168.1.222 on em0!
Nov 1 12:02:33 S09 dhclient[1827]: New Subnet Mask (em0): 255.255.255.0
Nov 1 12:02:33 S09 dhclient[1828]: New Broadcast Address (em0): 192.168.1.255
Nov 1 12:02:33 S09 dhclient[1829]: New Routers (em0): 192.168.1.1
Nov 1 12:02:34 S09 kernel: arp: 00:23:24:43:2b:70 is using my IP address 192.168.1.222 on em0!
root@S09:~ # arping 192.168.1.220
ARPING 192.168.1.220
60 bytes from 00:23:24:43:2b:70 (192.168.1.220): index=0 time=260.424 usec
60 bytes from 00:23:24:43:2b:70 (192.168.1.220): index=1 time=359.515 usec
60 bytes from 00:23:24:43:2b:70 (192.168.1.220): index=2 time=237.768 usec