Thread: 1st steps in understanding DNS: dnsmaq. Name resolution not working: unknown host
hi everybody...
i'm studying dns , i've decided try , understand dnsmasq before getting deeper bind.
installation , configuration snap (imho great sbs installation) doesn't work expect.
here's config file:
and here's small /etc/dnshosts file:code:addn-hosts=/etc/dnshosts no-hosts server=/dns/192.168.1.128 domain=home.local interface=eth0 expand-hosts dhcp-range=192.168.1.10,192.168.1.20,255.255.255.0,48h # router dhcp-option=3,192.168.1.1 # set netbios-over-tcp/ip nameserver(s) aka wins server(s) dhcp-option=44,192.168.1.128 # netbios datagram distribution server dhcp-option=45,192.168.1.128 dhcp-option=46,8 # netbios node type dhcp-option=47 # empty netbios scope # dns dhcp-option=6,192.168.1.128 dhcp-option=15,home.local #dhcp-lease-max=500 mx-host=dns.home.local,50 mx-target=dns.home.local localmx log-queries log-dhcp strict-order dhcp-authoritative
ip address assigned correctly...code:192.168.1.128 dns home.local 192.168.1.1 router
when try nslookup client get:
perfect.nslookup dns
localhost:~ pitto$ nslookup dns
server: 192.168.1.128
address: 192.168.1.128#53
name: dns
address: 192.168.1.128
ping
whamcode:ping dns
o_ocode:unknown host
why?
none knows why rebooting client solved problem
excuse me wasting everyone's time.
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] 1st steps in understanding DNS: dnsmaq. Name resolution not working: unknown host
Ubuntu
Comments
Post a Comment