Page 2 of 2

Re: large uploads from server

Posted: 2018/06/01 10:38:14
by avij
If your /etc/resolv.conf points to some other nameserver than 127.0.0.1 and there are no other clients in your LAN that need DNS resolving services, yes, you can set recursion no;. Otherwise see my previous message.

Re: large uploads from server

Posted: 2018/06/02 11:49:50
by westconn
If your /etc/resolv.conf points
nothing in resolve.conf, except reference to network_scripts,
# Generated by NetworkManager


# No nameservers found; try putting DNS servers into your
# ifcfg files in /etc/sysconfig/network-scripts like so:
#
# DNS1=xxx.xxx.xxx.xxx
# DNS2=xxx.xxx.xxx.xxx
# DOMAIN=lab.foo.com bar.foo.com
now the server can not resolve names, though it does still resolve my domain, but not google or my isp
is it better to allow the server to just use the isp name server through the router?

Re: large uploads from server

Posted: 2018/06/03 14:21:59
by avij
Adding recursion yes; and allow-recursion { localhost; }; to the options block in your /etc/named.conf should fix this.

Re: large uploads from server

Posted: 2018/06/04 12:15:40
by westconn
thank you, i left recursion no and put the router ip for dns in reslove.conf
every thing seems to work correctly,
i do not need to query my own dns server for anything i can think of, none of the other computers on the network were anyway