View Single Post
Old 23rd February 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Are you aware that you need to increase the serial version, when you change something in your zone files? If named is already running, has loaded a zone file, it will only reload the zone file if the serial number has been increased.

Before we go any further. Do basic things work now?

A request for the SOA record
Code:
$ dig +norecurse -t soa dashaus.lan @192.168.1.1
or asking the the nameserver records
Code:
$ dig +norecurse -t ns dashaus.lan @192.168.1.1
or a reverse lookup
Code:
$ dig +norecurse -x 192.168.1.1 @192.168.1.1
or a plain A record question
Code:
$ dig +norecurse -t A moose.dashaus.lan
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote