jaffaizal
23rd February 2006, 02:02
I have registered my domain with adstec (a registrar): mileswork.com
I have an internet connection to my office with a Public IP (Static IP) :
202.157.203.30
I have installed ISPConfig to managed:
1. TYPO3 Hosting
2. Email Hosting
3. Name Server
The reason of this is because I would like to park my clients domain name in
my own Name Server.
My server is behind a DLINK router which is doing the NAT and a simple
Firewall. Hostname is: suse1
How do I go about doing this?
I've subscribed to a Managed DNS services with Adstec and have created the following:
A record : *************mileswork.com --> 202.157.203.30
CNAME record : *www
******************************suse1
NS record :************suse1.mileswork.com
Have also created a Child Name Server : suse1.mileswork.com --> 202.157.203.30
Is this correct? If not how do I go about it?
I can ping to mileswork.com but not www.mileswork.com or suse1.mileswork.com.
dig output:
toshlinux:~ # dig mileswork.com
; <<>> DiG 9.3.1 <<>> mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34647
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mileswork.com. IN A
;; ANSWER SECTION:
mileswork.com. 37390 IN A 202.157.203.30
;; Query time: 24 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:51:10 2006
;; MSG SIZE rcvd: 47
toshlinux:~ # dig www.mileswork.com
; <<>> DiG 9.3.1 <<>> www.mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14799
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.mileswork.com. IN A
;; ANSWER SECTION:
www.mileswork.com. 171820 IN CNAME www.mileswork.com.
;; Query time: 25 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:51:56 2006
;; MSG SIZE rcvd: 49
toshlinux:~ # dig suse1.mileswork.com
; <<>> DiG 9.3.1 <<>> suse1.mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58216
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;suse1.mileswork.com. IN A
;; ANSWER SECTION:
suse1.mileswork.com. 172800 IN A 202.157.203.30
;; Query time: 119 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:52:19 2006
;; MSG SIZE rcvd: 53
toshlinux:~ # dig aliztrade.com
; <<>> DiG 9.3.1 <<>> aliztrade.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26630
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;aliztrade.com. IN A
;; ANSWER SECTION:
aliztrade.com. 25205 IN A 192.168.0.98
;; Query time: 1053 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:53:13 2006
;; MSG SIZE rcvd: 47
toshlinux:~ # dig www.aliztrade.com
; <<>> DiG 9.3.1 <<>> www.aliztrade.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 32336
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.aliztrade.com. IN A
;; Query time: 5027 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:53:46 2006
;; MSG SIZE rcvd: 35
toshlinux:~ # ping aliztrade.com
PING aliztrade.com (192.168.0.98) 56(84) bytes of data.
From 192.168.0.101: icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=2 Destination Host Unreachable
From 192.168.0.101 icmp_seq=3 Destination Host Unreachable
From 192.168.0.101 icmp_seq=5 Destination Host Unreachable
From 192.168.0.101 icmp_seq=6 Destination Host Unreachable
From 192.168.0.101 icmp_seq=7 Destination Host Unreachable
toshlinux:~ # ping www.aliztrade.com
PING www.aliztrade.com (192.168.0.98) 56(84) bytes of data.
From 192.168.0.101: icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=2 Destination Host Unreachable
From 192.168.0.101 icmp_seq=3 Destination Host Unreachable
Do I have to create the A record:
mileswork.com
www.mileswork.com
suse1.mileswork.com
instead of just mileswork.com and the CNAME record:
www.mileswork.com
suse1.mileswork.com
Thanks
Jaf Faizal
I have an internet connection to my office with a Public IP (Static IP) :
202.157.203.30
I have installed ISPConfig to managed:
1. TYPO3 Hosting
2. Email Hosting
3. Name Server
The reason of this is because I would like to park my clients domain name in
my own Name Server.
My server is behind a DLINK router which is doing the NAT and a simple
Firewall. Hostname is: suse1
How do I go about doing this?
I've subscribed to a Managed DNS services with Adstec and have created the following:
A record : *************mileswork.com --> 202.157.203.30
CNAME record : *www
******************************suse1
NS record :************suse1.mileswork.com
Have also created a Child Name Server : suse1.mileswork.com --> 202.157.203.30
Is this correct? If not how do I go about it?
I can ping to mileswork.com but not www.mileswork.com or suse1.mileswork.com.
dig output:
toshlinux:~ # dig mileswork.com
; <<>> DiG 9.3.1 <<>> mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34647
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mileswork.com. IN A
;; ANSWER SECTION:
mileswork.com. 37390 IN A 202.157.203.30
;; Query time: 24 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:51:10 2006
;; MSG SIZE rcvd: 47
toshlinux:~ # dig www.mileswork.com
; <<>> DiG 9.3.1 <<>> www.mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14799
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.mileswork.com. IN A
;; ANSWER SECTION:
www.mileswork.com. 171820 IN CNAME www.mileswork.com.
;; Query time: 25 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:51:56 2006
;; MSG SIZE rcvd: 49
toshlinux:~ # dig suse1.mileswork.com
; <<>> DiG 9.3.1 <<>> suse1.mileswork.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58216
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;suse1.mileswork.com. IN A
;; ANSWER SECTION:
suse1.mileswork.com. 172800 IN A 202.157.203.30
;; Query time: 119 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:52:19 2006
;; MSG SIZE rcvd: 53
toshlinux:~ # dig aliztrade.com
; <<>> DiG 9.3.1 <<>> aliztrade.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26630
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;aliztrade.com. IN A
;; ANSWER SECTION:
aliztrade.com. 25205 IN A 192.168.0.98
;; Query time: 1053 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:53:13 2006
;; MSG SIZE rcvd: 47
toshlinux:~ # dig www.aliztrade.com
; <<>> DiG 9.3.1 <<>> www.aliztrade.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 32336
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;www.aliztrade.com. IN A
;; Query time: 5027 msec
;; SERVER: 202.188.1.5#53(202.188.1.5)
;; WHEN: Thu Feb 23 08:53:46 2006
;; MSG SIZE rcvd: 35
toshlinux:~ # ping aliztrade.com
PING aliztrade.com (192.168.0.98) 56(84) bytes of data.
From 192.168.0.101: icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=2 Destination Host Unreachable
From 192.168.0.101 icmp_seq=3 Destination Host Unreachable
From 192.168.0.101 icmp_seq=5 Destination Host Unreachable
From 192.168.0.101 icmp_seq=6 Destination Host Unreachable
From 192.168.0.101 icmp_seq=7 Destination Host Unreachable
toshlinux:~ # ping www.aliztrade.com
PING www.aliztrade.com (192.168.0.98) 56(84) bytes of data.
From 192.168.0.101: icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=1 Destination Host Unreachable
From 192.168.0.101 icmp_seq=2 Destination Host Unreachable
From 192.168.0.101 icmp_seq=3 Destination Host Unreachable
Do I have to create the A record:
mileswork.com
www.mileswork.com
suse1.mileswork.com
instead of just mileswork.com and the CNAME record:
www.mileswork.com
suse1.mileswork.com
Thanks
Jaf Faizal