I want simple answers to a simple problem, if someboby is nice to help me. My problem is that I buy a domain, let`s call it xyz.ro from roltd, my national domain provider. I set up a dns server on server1 computer, and also I registred the nameserver to roltd. Operating system is ubuntu server (last version) and server is bind9 (also last version). I was install also apache2 server and mysql server on machine called server1. I made a file index.php, is accesible from local network (
http://192.168.xxx.xxx) but from www is not accesible. why my domain is not accesible from www ? I think that my problem is somewhere to bind9 configuration, but where is the problem? I use static routable ip, and computer called server 1 is behind a router. I also did port forwarding for 53 port and uncomment in /etc/bind/named.conf.options the line "query-source address * port 53" so, i don`t understand what`s happening! The bind say that start ok, and I copy from console the follwing section, for somebody who know to answer my problem:
root@server1:~# host xyz.ro
xyz.ro mail is handled by 10 server1.xyz.ro.
root@server1:~# dig xyz.ro
; <<>> DiG 9.4.2-P1 <<>> xyz.ro
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 53575
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;xyz.ro. IN A
;; AUTHORITY SECTION:
xyz.ro. 1500 IN SOA server1.xyz.ro. root.xyz.ro. 2007062703 28800 3600 604800 38400
;; Query time: 1 msec
;; SERVER: 78.97.xxx.xxx#53(78.97.xxx.xxx)
;; WHEN: Fri Aug 8 23:57:10 2008
;; MSG SIZE rcvd: 82
Thanks for any help!