Quote:
Originally Posted by falko
Can you post your named.conf?
What's the output of ?
|
Hey Falko thanks for the reply. Here is the output of netstat -uap:
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
udp 0 0 website.com:ntp *:* 1035/ntpd
udp 0 0 u1500000.onli:ntp *:* 1035/ntpd
udp 0 0 localhost.localdoma:ntp *:* 1035/ntpd
udp 0 0 *:ntp *:* 1035/ntpd
udp 0 0 website.com:domain *:* 7418/named
udp 0 0 u1500000.onli:domain *:* 7418/named
udp 0 0 localhost.locald:domain *:* 7418/named
udp 0 0 *:bootpc *:* 1988/dhclient3
udp6 0 0 fe80::219:99ff:fe30:ntp [::]:* 1035/ntpd
udp6 0 0 ::1%17986432:ntp [::]:* 1035/ntpd
udp6 0 0 [::]:ntp [::]:* 1035/ntpd
udp6 0 0 [::]:domain [::]:* 7418/named
Output of Named.conf:
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
// structure of BIND configuration files in Debian, *BEFORE* you customize
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
Hope this helps. Thanks guys!