View previous topic :: View next topic |
Author |
Message |
stewxxx -
Joined: 24 Nov 2005 Posts: 2
|
Posted: Thu Nov 24, 2005 6:56 pm Post subject: Local Host Problems Help Please! |
|
|
Sorry about this, this has probably been posted before here is my dielma:
Some websites i am told port 80 is active others i am told it isnt, when i view the server in the local address (127.0.0.1) i can see the webpage no problem,
however when i type in my ip address i get "this page cannot be displayed"
i have opened up cmd and typed in netstat -an
and have retrieved this:
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
how do i get it to say 192.168.1.3 as that is the machine on the network i have activated DMZ, i hope i am going along the right lines on this one, anyway please help me get abyss working!!
Thanks guys
Stew |
|
Back to top |
|
 |
abyssisthebest -
Joined: 30 Jun 2005 Posts: 319 Location: Boston, UK
|
Posted: Thu Nov 24, 2005 7:21 pm Post subject: |
|
|
if you are using x2, you need to add your ipaddress to the hosts table.
If you are using the FREE X1, and have a router. Make sure that you have forwarded the appropriate ports to your server, if you have done that, and still have not connected successfully, you may have loopback problems, which you can solve by doing the following:
1) Go to: C:\WINDOWS\system32\drivers\etc
2) Open hosts with notepad, it should look like this:
Code: | # Copyright (c) 1993-1999 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host
127.0.0.1 localhost
|
3) Add the following line, after the last entry:
Quote: | 192.168.1.3 127.0.0.1 |
This just tells windows that 192.168.1.3 is on your local pc.
Last edited by abyssisthebest on Fri Dec 30, 2005 5:43 pm; edited 1 time in total |
|
Back to top |
|
 |
stewxxx -
Joined: 24 Nov 2005 Posts: 2
|
Posted: Fri Nov 25, 2005 1:00 am Post subject: |
|
|
sorry where do i add the line could you put an "insert line here" for me please
also when i try to save it says
Cannot create the C:\Windows\system32\drivers\etc\hosts file.
Make sure that the path and file name are correct |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Nov 25, 2005 1:25 pm Post subject: Re: Local Host Problems Help Please! |
|
|
stewxxx,
Abyss Web Server displays your local access URL (the one with 127.0.0.1) but it will accept any requests that use other IPs of your computer without any problem (even if it does not explicitly display them).
So if your LAN IP is 192.168.1.3, go to another computer of your local network and browse http://192.168.1.3 to see the web site hosted by Abyss Web Server on your first computer. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
alextee_2000 -
Joined: 20 Oct 2006 Posts: 2
|
Posted: Fri Oct 20, 2006 10:40 pm Post subject: |
|
|
hai aprelium
is there other then this way to change hosts.file???
because i having this problem also
when i change the host file to my url
outside people and inside me can work fine to all website/forum
but........
my game server crash!!!
is there other way to point the 127.0.0.1 -> domain??? |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Oct 21, 2006 12:24 pm Post subject: |
|
|
alextee_2000,
You should report the crash to your game server authors and ask them for support. It is also impossible to point 127.0.0.1 to a domain name. The hosts file is to map domain names to IPs (not IPs to domain names).
You can also remove the line added in the hosts file and continue to access the server locally using your computer LAN IP. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|