LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Virtualmin configurated, only works for lan, not internet. (https://www.linuxquestions.org/questions/linux-server-73/virtualmin-configurated-only-works-for-lan-not-internet-739017/)

Ronin_tekorei 07-09-2009 05:32 PM

Virtualmin configurated, only works for lan, not internet.
 
hello to all, i have recently purchase 2 domains, and set up my tu server as Name servers, this i did in godaddy account, the problem is, my virtualmin is installed correctly and it serves pages if i use the dns 127.0.0.1 (loopback) but the outside world its not detecting my servers as webpage servers. My servers are
ns1.nyadesing.com
ns2.nyadesing.com

my ns1 is the web server, it i use dig with the nameserver 127.0.0.1 it resolves ok the domain, www, ftp, mail... an so on.

but if i use another nameserver it does not. so i assume its a bind issue.
the virtualmin configure ok and created all the dns configs for bind. except reverse zone, so i did that manually. but it does not work, have tray all, even shutdown the firewall.

Can someone help me please?

Ronin_tekorei 07-09-2009 06:41 PM

more info.
 
recently i have make a dig from a web tool. here is the results chosing ns1.nyadesign.com as Name server to dig from.
Code:

; <<>> DiG 9.3.2 <<>> @ns1.nyadesign.com www.nyadesing.com ANY
 ; (1 server found)
 ;; global options:  printcmd
 ;; Got answer:
 ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 8636
 ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
 
 ;; QUESTION SECTION:
 ;www.nyadesing.com.                IN        ANY
 
 ;; Query time: 316 msec
 ;; SERVER: 201.217.33.86#53(201.217.33.86)
 ;; WHEN: Fri Jul 10 01:35:15 2009
 ;; MSG SIZE  rcvd: 35

In the HEADER section the status says REFUSED.

and here is the same but leaving the chose to the tool.
Code:

; <<>> DiG 9.3.2 <<>> nyadesing.com ANY
 ;; global options:  printcmd
 ;; Got answer:
 ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 29357
 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
 
 ;; QUESTION SECTION:
 ;nyadesing.com.                        IN        ANY
 
 ;; AUTHORITY SECTION:
 com.                        611        IN        SOA        a.gtld-servers.net. nstld.verisign-grs.com. 1247182185 1800 900 604800 86400
 
 ;; Query time: 0 msec
 ;; SERVER: 127.0.0.1#53(127.0.0.1)
 ;; WHEN: Fri Jul 10 01:34:46 2009
 ;; MSG SIZE  rcvd: 104

Now it says NXDOMAIN, can someone explain it to me what this means?


All times are GMT -5. The time now is 10:44 AM.