CyberShadow / dhcptest

Cross-platform DHCP test client
https://blog.cy.md/2013/01/10/dhcp-test-client
363 stars 57 forks source link

Show mac address of the DHCP server #17

Closed Peterr-K closed 4 years ago

Peterr-K commented 4 years ago

Hi

it will be much more helpfull if in the log you can also show mac address of the DHCP server. For example we need add DHCP server in the Unifi configuration as mac address, not IP address.

thx

CyberShadow commented 4 years ago

MAC addresses are not made available by the network stack to applications. However, you can find it by typing arp at a command prompt, or your operating system's equivalent.

Peterr-K commented 4 years ago

ok :)