I used this command to get my public IP address.
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
It returned 68.59.148.130
I set an A record to server1 to 68.59.148.130 where akbpro.com is hosted.
I gave up on Ubuntu 12.04 and re-installed Ubuntu 11.04
When ever I was asked to enter: Country,State,Organization,Department,Name, email address I entered my real data.
I made no changes to resolv.conf or to any bind files
------------------------------------------------------------------
root@server1:~# dig server1.akbpro.com
; <<>> DiG 9.7.3 <<>> server1.akbpro.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2533
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;server1.akbpro.com. IN A
;; ANSWER SECTION:
server1.akbpro.com. 14400 IN A 68.59.148.130
;; Query time: 52 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Mon Sep 24 03:10:11 2012
;; MSG SIZE rcvd: 63
root@server1:~#
--------------------------------------------------------------------
root@server1:~# dig server1
; <<>> DiG 9.7.3 <<>> server1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 61487
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;server1. IN A
;; ANSWER SECTION:
server1. 0 IN A 208.69.32.145
;; Query time: 22 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Mon Sep 24 03:15:26 2012
;; MSG SIZE rcvd: 52
root@server1:~#
--------------------------------------------------------------------
root@server1:~# dig akbpro.com
; <<>> DiG 9.7.3 <<>> akbpro.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40488
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;akbpro.com. IN A
;; ANSWER SECTION:
akbpro.com. 0 IN A 208.69.32.145
;; Query time: 21 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Mon Sep 24 03:16:31 2012
;; MSG SIZE rcvd: 55
root@server1:~#
-------------------------------------------------------------------
Where do I go from here?
|