local - avahi dns doesn't work - Ask Ubuntu


this question has answer here:

i'm trying dns resolution of avahi .local domains.

i can do:

$ avahi-resolve-host-name redacted.local redacted.local  10.xx.xx.xx 

but not

ping redacted.local ping: redacted.local: name or service not known 

it appears machine not configured use avahi (or assist) it's dns lookups. try adding following /etc/resolvconf/resolv.conf.d/base file:

nameserver 127.0.0.1 

the ip address might different in case, make sure points server running avahi. reload resolve configuration running:

sudo resolvconf -u 

the system should (also) check avahi server resolve redacted.local ip address.


Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User