Link to home
Start Free TrialLog in
Avatar of Goutham
GouthamFlag for India

asked on

how to find dns entires

Dear Experts:

I have a broadband Internet connection with dsl modem and i have asked to use the private ipaddress 192.168.1.1 as the gateway and as well primary dns. As iam going to install the caching name server (in linux server)and also creating zone files forward and reverse but in the named.conf i should add the forwarders entries i think i should find out the actual dns servers of my broad band connection please help me how to find the actual dns servers of my broadband connection.



ASKER CERTIFIED SOLUTION
Avatar of wgray05
wgray05

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farzanj
So, you want to implement caching name server.

If you are getting your IP address through DHCP, the entries of DNS should be set through DHCP and may be found in /etc/resolv.conf.


grep nameserver /etc/resolv.conf

Open in new window

SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial