Since moving my website from internal to a external hosting provider, I cannot browse the website from inside my LAN
I have created the necessary A record with www and added the Public IP for the my website.
I have created a Delegation for the Zone in DNS and set it to my SOA dns server reported to me because the above would work.
I have seen this setup many times in other networks but i canot figure this one out.
I verified there was no RDNS record anymore from the ISP as that was causing a issue before
From PC outside the LAN
C:\>dig -x 64.129.116.22; <<>> DiG 9.3.2 <<>> -x 64.129.116.22
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 138
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;22.116.129.64.in-addr.arpa. IN PTR
;; ANSWER SECTION:
22.116.129.64.in-addr.arpa. 86400 IN PTR mail.evolutionimpressions.com.
22.116.129.64.in-addr.arpa. 86400 IN PTR ftp.evolutionimpressions.com.
;; Query time: 93 msec
;; SERVER: 24.92.226.40#53(24.92.226.40)
;; WHEN: Tue May 08 07:11:29 2012
;; MSG SIZE rcvd: 105
C:\>dig evolutionimpressions.com a
; <<>> DiG 9.3.2 <<>> evolutionimpressions.com a
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1120
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;evolutionimpressions.com. IN A
;; ANSWER SECTION:
evolutionimpressions.com. 36945 IN A 184.168.26.1
;; Query time: 21 msec
;; SERVER: 24.92.226.40#53(24.92.226.40)
;; WHEN: Tue May 08 07:13:18 2012
;; MSG SIZE rcvd: 58
From the DNS Server
C:\>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : EIS03
Primary Dns Suffix . . . . . . . : evolutionimpressions.com
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : evolutionimpressions.com
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom BCM5708C NetXtreme II GigE (NDIS
VBD Client)
Physical Address. . . . . . . . . : 00-19-B9-BC-3D-1E
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 172.16.1.5
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 172.16.1.177
DNS Servers . . . . . . . . . . . : 172.16.1.5
C:\>ping www.evolutionimpressions.com
Pinging www.evolutionimpressions.com [184.168.26.1] with 32 bytes of data:
Reply from 184.168.26.1: bytes=32 time=67ms TTL=59
Reply from 184.168.26.1: bytes=32 time=66ms TTL=59
Reply from 184.168.26.1: bytes=32 time=61ms TTL=59
Reply from 184.168.26.1: bytes=32 time=89ms TTL=59
Ping statistics for 184.168.26.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 61ms, Maximum = 89ms, Average = 70ms
C:\>nslookup
Default Server: eis03.evolutionimpressions.com
Address: 172.16.1.5
> www.evolutionimpressions.com
Server: eis03.evolutionimpressions.com
Address: 172.16.1.5
Name: www.evolutionimpressions.com
Address: 184.168.26.1
>
I can make the users put the www in front of the domain name but i cannot for the life of me figure out why this isnt working...