View previous topic :: View next topic |
Author |
Message |
busdriver197 -
Joined: 19 Feb 2004 Posts: 2
|
Posted: Thu Feb 19, 2004 12:57 am Post subject: Help if possible |
|
|
Well guys, this is my first experience with using your own webservers. I pay for a host, but I wanna try and do my own. I downloaded and installed the Abyss software and set everything up. My server computer is running windows 2000 advanced server (I couldnt figure out how to setup a webserver there, so I used this software). I can see the website if I type in 127.0.0.1:8080 on the server, but if I type that on any other computer on my LAN I can't. I use a NetGear router. How would I be able to get people from the outside of my LAN to access my server? Thanks. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Feb 19, 2004 1:18 am Post subject: |
|
|
open your router setup page and click on port forwarding
and forward the ports 8080 to 8080 , TCP UDP Enabled 8) |
|
Back to top |
|
 |
busdriver197 -
Joined: 19 Feb 2004 Posts: 2
|
Posted: Thu Feb 19, 2004 1:19 am Post subject: |
|
|
I've done that already. Except I dont have any options for TCP UDP or whatever, just port #s. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Thu Feb 19, 2004 1:33 am Post subject: |
|
|
ok , go here aprelium.com/ip/ and tell
us your IP so we can test your site. |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Thu Feb 19, 2004 2:37 am Post subject: |
|
|
If you can't see it from other PC's on your LAN you have a problem before you even look at setting up port forwarding on the router. Do you have a firewall enabled ? Are you definitely using the right LAN IP for your server when accessing it from your other machines ? |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Thu Feb 19, 2004 3:17 am Post subject: Re: Help if possible |
|
|
busdriver197 wrote: | I can see the website if I type in 127.0.0.1:8080 on the server, but if I type that on any other computer on my LAN I can't. |
Wait a second, you don't type the address "127.0.0.1:8080" on the other computers do you? _________________ Bienvenidos! |
|
Back to top |
 |
 |
sanderrrrrr -
Joined: 10 Feb 2004 Posts: 28
|
Posted: Thu Feb 19, 2004 7:44 pm Post subject: Re: Help if possible |
|
|
I think he does :)
From another topic:
sanderrrrrr wrote: | Your local adres is not http://127.0.0.1 . If you are using Windows 98: press the start button-execute-'winipcfg'.
Select your network-cart and see what it say's in the 'IP-adress' field. |
iNaNimAtE wrote: | To get "winipcfg" in 2000/XP, go to the C: prompt, and type "ipconfig" |
You have to type this adress in your browser at the other computers. (and port 8080) |
|
Back to top |
|
 |
iNaNimAtE -
Joined: 05 Nov 2003 Posts: 2381 Location: Everywhere you're not.
|
Posted: Fri Feb 20, 2004 1:27 am Post subject: |
|
|
Let me just clairify what exactly 127.0.0.1 is (for those of you who haven't figured it out).
127.0.0.1 is the IP Address for Localhost. Local meaning not across the internet, and host meaning computer. Localhost IS NOT computer-specific. Say you have 2 computers; one named "bob" and one named "jim." If you were to say "Go to 'jim' on the 'bob' computer, it would go to the computer named jim." And vice-versa. However, if you were to say "Go to 'localhost' (127.0.0.1) on the 'bob' computer, it would go to the 'bob' computer." If you typed it on "jim," it would go to "jim."
Simply put: Localhost will go to the computer it is typed on. If you are trying to get to a website, type 127.0.0.1, and the website isn't stored directly on the computer you typed it on, you will get nowhere.
If you run a network, and you want to get to a computer on the same network, you need to find the Internal IP Address of that computer.
How to find it:
Win98 and below: Start>Run>Typle "winipcfg"
2000 and after: Start>Run>Type "cmd">Once open, type "ipconfig"
Note: If anyone found this useful, I suggest it be moved to the "DNS/Networking" category. _________________ Bienvenidos! |
|
Back to top |
 |
 |
|