Hey, I'm having a problem hosting my site. Let's say that:
1. My WAN IP is xxx.xxx.xxx.xxx
2. My local domain is dns1.dnsname.bg
3. My registered domain is dnsdomain.bg
Here's what the problem is. It's been 3 days since I entered dns names in the registered domain. Now from the apache/dns server I
can ping dns1.dnsname.bg (returns reply from dnsname.bg)
can host dns1.dnsname.bg (returns WAN IP - xxx.xxx.xxx.xxx)
can ping dnsname.bg (returns reply from my WAN IP - xxx.xxx.xxx.xxx)
cannot host dnsname.bg (returns timed out. cannot reach any servers)
From the outside of the local network I cannot do any of these.
If I put xxx.xxx.xxx.xxx
www.dnsname.bg in the hosts file in Windows or Linux I can open the website. Ports 53/tcp, 53/udp, 80/tcp are allowed.
Any suggestions what could that problem come from?