Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
If the gateway is configured in DHCP, it might be tricky to find IP address to configure uWiotys.
On windows
you can use https://angryip.org/ then filter on MAC ADDRESS and / or MAC VENDOR
...
On linux
sudo nmap -sn 192.168.1.0/24 | grep "GATEWAY_MAC_ADDR"
...