Results 1 to 3 of 3
I have a question, that I hope is simple.
Currently I have bind9 on my router and it's working fine.
I was wondering how to make it that when I ...
- 12-05-2011 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 9
Configuring Bind9
I have a question, that I hope is simple.
Currently I have bind9 on my router and it's working fine.
I was wondering how to make it that when I type in a hostname into the browser/ping, that I don't need to put the FQDN.
Lets say I have an A record (This could just as well be a CNAME etc) that points
exampledomain > 192.168.1.5
So for example:
If I type in:
exampledomain
It will timeout, because the domain doesn't exist.
But, if I type in
exampledomain.mydomain.com
It will go to the IP address.
How can I set it up, that if it "assumes" I'm typing in the FQDN, before timing out etc?
- 12-05-2011 #2
Try editting your /etc/resolv.conf file:
so if you want to ping host 'whatever', your query will assume you want to ping 'whatever.example.com'Code:search example.com nameserver blah
Not really a DNS server setting though, its more of a client side setting.linux user # 503963
- 12-06-2011 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 9
Hey scathefire,
Thanks for your reply! I did this and it wasn't working. Then I remembered I didn't set my domain correctly in my DHCP server, it now works!


Reply With Quote