Hi till,
Yes, I got the following error when I restart BIND,
server1:/var/log # /etc/init.d/named restart
/etc/named.conf:48: zone 'ssfygifts.com': already exists previous definition: /etc/named.conf:38
skipped
The following is my named.conf;
options {
pid-file "/var/lib/named/var/run/named/named.pid";
directory "/var/lib/named";
auth-nxdomain no;
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "root.hint";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "127.0.0.zone";
};
zone "40.173.203.in-addr.arpa" {
type master;
file "pri.40.173.203.in-addr.arpa";
};
zone "ibtaus.info" {
type master;
file "pri.ibtaus.info";
};
zone "ssfygifts.com" {
type master;
file "pri.ssfygifts.com";
};
zone "ssfygifts.com" {
type slave;
file "sec.ssfygifts.com";
masters { 203.173.40.87; };
};
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
and the following is my netstat -tap;
server1:/var/log # netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 localhost:mysql *:* LISTEN 3098/mysqld
tcp 0 0 *:sunrpc *:* LISTEN 4313/portmap
tcp 0 0 localhost:cryptoadmin *:* LISTEN 4688/fam
tcp 0 0 *:hosts2-ns *:* LISTEN 4381/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN 5309/proftpd: (acce
tcp 0 0 *:smtp *:* LISTEN 12319/master
tcp 0 0 *

op3 *:* LISTEN 4476/couriertcpd
tcp 0 0 *:imap *:* LISTEN 4454/couriertcpd
tcp 0 0 *:www-http *:* LISTEN 5151/httpd2-prefork
tcp 0 0 *:ssh *:* LISTEN 4519/sshd
tcp 0 0 *:smtp *:* LISTEN 12319/master
tcp 0 0 *:https *:* LISTEN 5151/httpd2-prefork
tcp 0 148 server1.ibtaus.info:ssh 192.168.1.65%10738:1140 ESTABLISHED 10757/0
server1:/var/log #
Thank you.
Recent comments
22 hours 22 min ago
1 day 3 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 23 hours ago
1 day 23 hours ago
2 days 4 hours ago
2 days 11 hours ago
2 days 12 hours ago
2 days 13 hours ago