I'm new about the config of the web server. I asked my hosting company to set the DNS to point to my VALID IP address, in the university. My server is ubuntu 12.04 (desktop). I installed apache2 and bind9. Now the ns ping points to my IP (217.218.245.169), but when I ping my web site (ijnrs.com), it points to its previous IP address (5.61.27.195). I have included the db.ijnrs.com file. Would you please help me. I want www.ijnrs.com (and ijnrs.com) points to my IP address.
EDIT: I'm aware that it takes some time for IP addresses to be propagated, however, I can now ping ns.ijnrs.com and see the desired IP addressees, while the main address is not accessible. My question was about the difference between the way these names and IP addressees propagate.
Thanks.
db.ijnrs.com
;
; BIND data file for local loopback interface
;
$TTL 604800
@ IN SOA ns.ijnrs.com. root.ijnrs.com. (
35 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
ijnrs.com. IN NS ns.ijnrs.com.
@ IN NS ns.ijnrs.com.
@ IN A 217.218.245.169
ns IN A 217.218.245.169
www IN CNAME ijnrs.com.