MyDNS - problem loading page

Discussion in 'HOWTO-Related Questions' started by janron, Apr 7, 2008.

  1. janron

    janron New Member

    Hi

    Desktop setup = Fedora 8
    I have VMWare Server 1.0.4 installed on my desktop.

    I have used this tutorial http://www.howtoforge.com/fedora-8-server-lamp-email-dns-ftp-ispconfig
    to create a local web server in VMWare Server.

    I can access ISPConfig from any PC on my LAN using the VM Guest's IP address, eg. https://192.168.0.100:81

    However, I want to use a local domain name like: https://teksoft.homelinux.net:81

    On my Fedora 8 Desktop where the VMWare Server is installed, I have setup MyDNS using the tutorial http://www.howtoforge.com/installing-mydns-mydnsconfig-fedora8.

    If I do:

    Code:
    dig @localhost teksoft.homelinux.net
    ...I get the following results:

    Code:
    ; <<>> DiG 9.5.0b1 <<>> @localhost teksoft.homelinux.net
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24745
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;teksoft.homelinux.net.         IN      A
    
    ;; ANSWER SECTION:
    teksoft.homelinux.net.  86400   IN      A       192.168.0.100
    
    ;; Query time: 92 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Mon Apr  7 14:02:19 2008
    ;; MSG SIZE  rcvd: 55
    My problem is whenever I open FireFox and enter the URL: https://teksoft.homelinux.net:81 in the address bar, the browser respond with a "Problem loading page" and the result is:

    Code:
    [B]The connection has timed out[/B]
    
    The server at teksoft.homelinux.net is taking too long to respond.
    
        *   The site could be temporarily unavailable or too busy. Try again in a few
              moments.
    
        *   If you are unable to load any pages, check your computer's network
              connection.
    
        *   If your computer or network is protected by a firewall or proxy, make sure
              that Firefox is permitted to access the Web.
    Am I missing something? Can any one please help me resolve this?

    Thank you
    Jannie
     
  2. zcworld

    zcworld New Member

    do you have ur windows / linux system looking at that DNS server to find the name

    linux : /etc/resolve.conf
    windows : its the DNS server under the LAN TCP/IP settings
     

Share This Page