PDA

View Full Version : DNS question


vtec
January 23rd, 2006, 11:03 PM
I have a home network setup with a DNS server. Every thing works ok except it does not forward an address like "domain.com" to a defult adress "host.domain.com". For example with google you can go to www.google.com or google.com. Where is the setting for this in bind9.

drogoh
January 23rd, 2006, 11:58 PM
I assume you want something like this zone file snippet:


$ORIGIN domain.tld.
@ IN A 1.2.3.4
www IN CNAME @


Hope it helps.

vtec
January 24th, 2006, 10:58 AM
That was it... Thanks. I remeber i did something like that a while ago but for the couldn't remember what it was this time around.