Thank you guys for what you have done with the guides and ispConfig... it is AMAZING!
I just put up a new server (Fedora Core 3) using "The Perfect Setup" (APT is great!) and installed ispConfig 2.2.0, upgraded to 2.2.1. I couldn't put the OS in myself (leased), so there were a few bumps, but we now have a working system. Most everything is going, it even installs FrontPage extensions for us.
Only the DNS setup escapes me. It is hard for me to understand. Thanks to the How-To for Traditional DNS, I got things going more or less...
My problem is NO ANSWER on reverse lookups. It works well forward for both the primary server and an added domain we host... but I can't get the reverse to answer.
[root@server source]# dig wvis2.net any
; <<>> DiG 9.2.5 <<>> wvis2.net any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32139
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;wvis2.net. IN ANY
;; ANSWER SECTION:
wvis2.net. 166116 IN NS ns1.wvis2.net.
wvis2.net. 166116 IN NS ns2.granitecanyon.com.
;; Query time: 1 msec
;; SERVER: 216.55.144.5#53(216.55.144.5)
;; WHEN: Thu Apr 13 04:17:43 2006
;; MSG SIZE rcvd: 80
[root@server source]# dig -x 66.226.75.8
; <<>> DiG 9.2.5 <<>> -x 66.226.75.8
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 46254
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;8.75.226.66.in-addr.arpa. IN PTR
;; Query time: 1 msec
;; SERVER: 216.55.144.5#53(216.55.144.5)
;; WHEN: Thu Apr 13 04:18:25 2006
;; MSG SIZE rcvd: 42
my /var/named/chroot/var/named/pri.wvis2.net looks like this:
$TTL 86400
@ IN SOA ns1.wvis2.net. admin.wvis2.net. (
2006041301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds
;
NS ns1.wvis2.net. ; Inet Address of name server 1
NS ns2.granitecanyon.com. ; Inet Address of name server 2
;
@ MX 10 server.wvis2.net.
wvis2.net. A 66.226.75.8
www A 66.226.75.8
server A 66.226.75.8
ftp CNAME www.
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
and /var/named/chroot/var/named/pri.75.226.66.in-addr.arpa looks like this:
$TTL 86400
@ IN SOA ns1.wvis2.net. hostmaster.wvis2.net. (
2006041301 ; serial, todays date + todays serial #
28800 ; Refresh
7200 ; Retry
604800 ; Expire
86400) ; Minimum TTL
NS ns1.wvis2.net.
NS ns2.granitecanyon.net.
8 PTR wvis2.net.
8 PTR
www.wvis2.net.
8 PTR server.wvis2.net.
8 PTR wvisware.com.
8 PTR
www.wvisware.com.
8 PTR dwellinghousedecor.com.
8 PTR
www.dwellinghousedecor.com.
;;;; MAKE MANUAL ENTRIES BELOW THIS LINE! ;;;;
Do you see anything wrong? Thanks for any help.
Richard
Recent comments
16 hours 4 min ago
22 hours 45 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 12 hours ago
1 day 22 hours ago
1 day 22 hours ago
2 days 2 hours ago
2 days 6 hours ago
2 days 7 hours ago