![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Protocols and Routing IP, IPX and other protocol support |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3
|
Hi,
When I use Internet and connect to a website for example I connect through my router and then the router connects to the internet. I have set up a web server in Ubuntu 8.10 Intrepid, and I want my friend to connect to it. But when I went to a website like whatismyip.com it displayed IP of my router. So my question is, how can people connect to my web server? or how can I find out my COMPUTER's IP? Thank You! |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#4 (permalink) |
|
Manager, Networking Forums
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,079
OS: Windows 7, XP-Pro, Vista, Linux
Blog Entries: 1
|
Re: What is my IP?
Take a look at DynDNS, it solves the issue of mapping a fixed URL to a dynamic IP address.
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up! Microsoft MVP - Windows Desktop Experience |
|
|
|
|
|
#5 (permalink) | |
|
Registered User
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3
|
Re: What is my IP?
Quote:
What do you have to do in order to get my domain like simplejack.DynDNS.com or something like that so people can access my server running on my computer ? |
|
|
|
|
|
|
#6 (permalink) |
|
Manager, Networking Forums
Join Date: Sep 2002
Location: S.E. Pennsylvania, US
Posts: 41,079
OS: Windows 7, XP-Pro, Vista, Linux
Blog Entries: 1
|
Re: What is my IP?
Follow their pretty clear How-To: http://www.dyndns.com/services/dns/dyndns/howto.html
__________________
If TSF has helped you, Tell us about it! or Donate to help keep the site up! Microsoft MVP - Windows Desktop Experience |
|
|
|
|
|
#8 (permalink) |
|
Registered User
Join Date: Apr 2007
Posts: 3
OS: Multiple(XP PRO, W2k3, RedHat)
|
Re: What is my IP?
Hi,
To know your public WAN IP (the one your Cable/ADSL/Sat modem allocated from your ISP), use this link http://whatismyipaddress.com , or Google for "what is my ip address". Then you should make "port forwarding" at your modem/router as explained in previous answer for Dynamic DNS. For example, if you use standard port 80 and your HTTP server internal (LAN) IP is 192.168.0.3, you should forward external traffic, coming to port 80, to internal HTTP server IP=192.168.0.3. Read your modem/router documentation about how to do this. By the way, ISP will make your IP static for additional charge. Wish you success. |
|
|
|
|
|
#9 (permalink) | |
|
Registered User
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3
|
Re: What is my IP?
Quote:
I have a Netcomm modem router NB5PLUS4W and on this I have learnt how to port forward to my PC. I have port forwarded custom port 80 to my webserver on ubuntu but no one can access it via a web browser. But they can ping it. Do you have any idea why this happening? When I type in localhost or 127.0.0.1 into my browser I can see my index.htm file but others get Code:
[code=GATEWAY_TIMEOUT] A gateway timeout occurred. The server is unreachable. Retry the request. Thanks Please contact the administrator. |
|
|
|
|
|
|
#10 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 131
OS: xp
|
Re: What is my IP?
Please try the following troubleshooting steps :--
1. Please go the "Tools" tab then ''Options" tab in the Internet Explorer. 2. Clear the History, Temporary internet files and cookies of your browser. 3. Restart the internet explorer. Even if the issue persists then please try to resolve this issue by using the Firefrox. |
|
|
|
|
|
#12 (permalink) |
|
Moderator, Games Team
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,235
OS: Windows XP Home Edition Service Pack 3
|
Re: What is my IP?
For users to connect, they need to use your IP listed at www.portforward.com.
__________________
![]() Gaming troubleshooting steps. Real peace cannot be found in what happens in Washington, D.C. Only God can give true peace to people. |
|
|
|
|
|
#13 (permalink) |
|
Registered User
Join Date: Apr 2007
Posts: 3
OS: Multiple(XP PRO, W2k3, RedHat)
|
Re: What is my IP?
Hi,
First check if your HTTP server have Static LAN IP and this IP and port 80 are in forward list of Router. Check if your HTTP server listening at his Local LAN IP, for example http://192.168.0.3. Enter from server console "netstat -l". Output will be like this: Proto Rcv-Q Snd-Q Local Address Foreign Address State tcp xxx xxx localhost:80 *:* Listen tcp xxx xxx *;80 *:* Listen localhost:80 equivalent to 127.0.0.1:80 and it works for you. *;80 mean listening at all addresses of connected LAN interfaces. If this string is presented - you may connect from any local LAN computer. If not - you need to tune up your HTTP server. Then I recommend to conduct next tests by enter into browser window next IPs (http://xxx.xxx.xxx.xxx): 1. Local loop ip (127.0.0.1) - it works as you informed. 2. Local LAN IP of your server, for example http://192.168.0.3. OK if it works. If not - check firewall (temporary disable) etc. Connect to your router by opening separate explorer session and look for log file. Now ask somebody to connect to your Public IP (http://<your Public IP> and you should see messages in a log window similar to next: Thu, 2009-04-16 16:44:29 - TCP Packet - Source:<IP of PC connecting to your HTTP Server from outside>,3114 Destination:<your router Public IP>,80 - [Any(ALL) rule match] 3144 is a port number and my differ from example. There may be messages about re-route to your HTTP server. * I am not familiar with a router you use, so you will find in manuals, at Internet or forums how to configure it for port forwarding and how to check logs. |
|
|
|
|
|
#14 (permalink) |
|
Registered User
Join Date: Apr 2007
Posts: 3
OS: Multiple(XP PRO, W2k3, RedHat)
|
Re: What is my IP?
One more tests, and I recommend to do it first - define your HTTP server as DMZ. There is an explanation in Modem/Router User Manual. If it start to work - go back to Port Forwarding for troubleshooting.
|
|
|
|
|
|
#15 (permalink) |
|
Registered User
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3
|
Re: What is my IP?
I'm sorry for not replying for a long time.
Thanks for all your help, and I'm pleased to say that I have resolved the issue. I found out that my ISP blocked connections on port 80, so I port forwarded my router to another port, 1337 xD And yea, it's all good now, once again thank you for all you help, especially Alkaril. |
|
|
|
|
|
#16 (permalink) |
|
Moderator, Games Team
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,235
OS: Windows XP Home Edition Service Pack 3
|
Re: What is my IP?
You can mark the thread solved by clicking the Mark this Thread as Solved option under Thread Tools.
__________________
![]() Gaming troubleshooting steps. Real peace cannot be found in what happens in Washington, D.C. Only God can give true peace to people. |
|
|
|
![]() |
| Thread Tools | |
|
|