Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: getting Domain name to point to server #372980
    DoubleD
    Participant

    One thing I would then suggest is to run the dig command from a terminal session both from the server and externally. In the returned results, do non-routable ip addresses appear?

    Non-routable ips would be in the ranges of:
    10.0.0.0 – 10.255.255.255
    172.16.0.0 – 172.31.255.255
    192.168.0.0 – 192.168.255.255

    Example output of dig command:

    [code]$ dig afp548.com

    ; <<>> DiG 9.4.1-P1 <<>> afp548.com
    ;; global options: printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28034 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3 ;; QUESTION SECTION: ;afp548.com. IN A ;; ANSWER SECTION: afp548.com. 300 IN A 66.253.230.121 ;; AUTHORITY SECTION: afp548.com. 40356 IN NS ns3.domaindirect.com. afp548.com. 40356 IN NS ns1.domaindirect.com. afp548.com. 40356 IN NS ns2.domaindirect.com. ;; ADDITIONAL SECTION: ns1.domaindirect.com. 27741 IN A 216.40.47.70 ns2.domaindirect.com. 27741 IN A 64.97.159.12 ns3.domaindirect.com. 40019 IN A 65.22.7.12 ;; Query time: 69 msec ;; SERVER: 10.0.0.2#53(10.0.0.2) ;; WHEN: Mon Jun 2 09:24:11 2008 ;; MSG SIZE rcvd: 159 [/code] If so, those addresses need to be changed to use your external address(es).

    in reply to: getting Domain name to point to server #372955
    DoubleD
    Participant

    [quote]When I access domain.com in the browser, I get Address not found. Am I just being impatiant or is there another step I need to complete?[/quote]

    Is Apache running and configured? Does a test page appear when visiting either http://localhost or http://127.0.0.1 from the server?

Viewing 2 posts - 1 through 2 (of 2 total)