Discover device IP from domain name or ARP sniffing #1729
kevinms
started this conversation in
Feature requests
Replies: 2 comments 4 replies
|
I'd be in favor of making UpSnap a bit more dynamic but I just want to point out that if you don't have a DNS server on the network, you can't look up a host if that host is powered down. (Even with mDNS) But that should still be okay because the IP address isn't required for WOL unless you are doing WOL routed directly to that IP. |
0 replies
|
@seriousm4x If you're open to it, I think I'd like to take a shot at working on this. I read through your comments in #583 about why an IP address is required and I believe I can still satisfy having the IP address. Workflow as follows:
|
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The IP address of a device may not be static (i.e. DHCP). For these, I can set any bogus IP and successfully wake my device as long as the MAC is correct. But, UpSnap always shows the device as offline and after waking shows the full 2 minute countdown and then offline again.
When I enter a domain name (i.e.
foo.example.comorfoo) as the device IP, logs show:Maybe domain names could be allowed in the IP field and UpSnap could discover the IP via DNS lookups?
Or, maybe IP could be completely optional and could sniff ARP traffic to discover the IP after sending the WoL packet?
All reactions