[HELP]Dynamic DNS problem

Results 1 to 2 of 2
  1. #1
    Member samppaa is offline
    MemberRank
    Jul 2007 Join Date
    76Posts

    [HELP]Dynamic DNS problem

    I just made dynamic dns called: breakpointer.servegame.org

    I want use it on apache server as my account registeration page

    So i changes apache port 80 to 8080 this way:

    If there is something wrong post here or something to do

    #Listen 0.0.0.0:8080
    Listen 8080

    ServerName breakpointer.servegame.org:8080

    This is apache configuration file

    Now i will show you hosts file:


    127.0.0.1 localhost
    ::1 localhost
    82.98.86.170 dvispace.com
    breakpointer.servegame.org:8080 (Dynamic DNS)
    breakpointer.servegame.org (Internal IP) (Dynamic DNS)
    breakpointer.servegame.org = The DNS you just created at DynDNS.Com
    192.168.1.1 = Your ip of the computer you are on, This can be found by going to start, then run. Typing in cmd, once the Windows command Prompt opens type in "ipconfig". You will get a readout the one you are looking for is "Ip Address" it normally starts with 192.
    85.131.79.38 = You outbound ip assigned by your ISP. You can find this by visiting WhatIsMyIP.com - 192.176.65.91.
    127.0.0.1 breakpointer.servergame.org:8080

    This looks bad i got a feeling.. Tell me here how to configure hosts file for

    breakpointer.servegame.org:8080 Or make little guide for it.

    I have had server before but i dont remember this :S


  2. #2
    Member Lavos is offline
    MemberRank
    Feb 2008 Join Date
    85Posts

    Re: [HELP]Dynamic DNS problem

    Listen should be 80 in Apache config.

    And, providing the info in your hosts file is right, it should be like this:

    127.0.0.1 breakpointer.servegame.org
    192.168.1.1 breakpointer.servegame.org
    85.131.79.38 breakpointer.servegame.org



Advertisement