View previous topic :: View next topic |
Author |
Message |
ajgiampa -
Joined: 10 Nov 2007 Posts: 4
|
Posted: Sat Nov 10, 2007 5:11 pm Post subject: Accessing webpage and webserver from within network |
|
|
I am new to Abyss web server and have 2 quick questions.
I am running the server software on a PC in my home network and cannot access the server console from other PC's in my network. I set the accessible range of IP addresses and use the format 127.0.0.1:9999, which works from the server PC itself but not from any other PC in my network. Any idea what I might be missing? It would really be convenient to manage the software from another pc in my network.
The website loads great from any computer outside of my network, but when I try to go to my website from a PC within my network, I get my router login page. The only way to access to website from within my network is to type the ip address of the server PC in internet explorer. Is there a way to have the server load my page when I type the web address from within my network?
Thanks for any info!! |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Sat Nov 10, 2007 5:18 pm Post subject: |
|
|
127.0.0.1 is the computers local IP. Only the computer the server is hosted on can use this address to access it.
To access it inside your local network either use the WAN IP or the LAN IP of the server computer, which will be in the form 192.168.x.x or similar. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
pkSML -
Joined: 29 May 2006 Posts: 955 Location: Michigan, USA
|
Posted: Sat Nov 10, 2007 11:19 pm Post subject: |
|
|
You can also access the console http://server:9999 is "server" is the name of the server computer on your LAN. (My Computer -> Properties -> Computer Name tab) _________________ Stephen
Need a LitlURL?
http://CodeBin.yi.org |
|
Back to top |
|
 |
|