miselin / mDNS-Unicast-Lookup

Provides responds to mDNS queries on a network by performing unicast DNS lookups.
ISC License
8 stars 1 forks source link

SRV records not found #3

Closed montehansen closed 7 years ago

montehansen commented 7 years ago

After installing dependencies on OSX 10.11.6, I attempted to run below query but no record was found.

$ python mdns-lookup.py --type SRV _kerberos._udp.NETWORK.LOCAL
Timed out waiting for a response for '_kerberos._udp.NETWORK.LOCAL' (SRV)

I ran this to ensure the records were resolvable from the localhost:

$ nslookup
> set q=srv
> _kerberos._udp.NETWORK.LOCAL
;; Truncated, retrying in TCP mode.
Server:     10.28.4.24
Address:    10.28.4.24#53

_kerberos._udp.NETWORK.LOCAL    service = 0 100 88 domct001.network.local.
... numerous other results ...

Am I doing something wrong with the CLI interface?

Thanks in advance.

montehansen commented 7 years ago

I wasn't actually running the proxy when issuing this query =)