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:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* 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
Go Back   Tech Support Forum > Networking Forum > Protocols and Routing
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Protocols and Routing IP, IPX and other protocol support

Reply
 
LinkBack Thread Tools
Old 04-13-2009, 02:48 AM   #1 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3


Question What is my IP?

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!
simplejack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
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

Old 04-13-2009, 02:52 AM   #2 (permalink)
Registered User
 
thedarkwolf25's Avatar
 
Join Date: Apr 2009
Location: Denver, CO
Posts: 358
OS: WinXP SP3

My System

Send a message via Skype™ to thedarkwolf25
Re: What is my IP?

go to run>then type cmd and then ipconfig
__________________
"Only two things are infinite, the universe and human stupidity, and I'm not sure about the former."

~Albert Einstein
thedarkwolf25 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-13-2009, 03:46 AM   #3 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3


Re: What is my IP?

Quote:
Originally Posted by thedarkwolf25 View Post
go to run>then type cmd and then ipconfig
lol, thanks for your answer, but I already know that, and tryed it, it just gave me my LAN IP, 192.168.1.*

Any more suggestions?
simplejack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-13-2009, 01:28 PM   #4 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
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
johnwill is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-14-2009, 08:44 AM   #5 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3


Re: What is my IP?

Quote:
Originally Posted by johnwill View Post
Take a look at DynDNS, it solves the issue of mapping a fixed URL to a dynamic IP address.
Thanks for the link, I have registered but I do not know how to get Dynamic IP address from DynDNS.

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 ?
simplejack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-15-2009, 08:40 AM   #6 (permalink)
Manager, Networking Forums
 
johnwill's Avatar
 
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
johnwill is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-15-2009, 01:41 PM   #7 (permalink)
TSF Enthusiast
 
Join Date: Aug 2006
Posts: 949
OS: OS2 Warp


Re: What is my IP?

the ip of your router is the ip he should be connecting to. You need to foward port 80 back to your webserver.
bilbus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-15-2009, 02:04 PM   #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.
Alkaril is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 01:27 AM   #9 (permalink)
Registered User
 
Join Date: Mar 2009
Posts: 18
OS: Windows XP SP3


Re: What is my IP?

Quote:
Originally Posted by Alkaril View Post
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.
Thank you, now it is very clear.

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.
simplejack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 03:20 AM   #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.
techservices24 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 09:18 AM   #11 (permalink)
TSF Enthusiast
 
Join Date: Aug 2006
Posts: 949
OS: OS2 Warp


Re: What is my IP?

did you foward your port?

Goto GRC "shields up" to see if port 80 is open on your PC. some ISPs block port 80
bilbus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 11:27 AM   #12 (permalink)
Moderator, Games Team
 
Jason09's Avatar
 
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,235
OS: Windows XP Home Edition Service Pack 3

My System

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.
Jason09 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 12:38 PM   #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.
Alkaril is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-16-2009, 05:04 PM   #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.
Alkaril is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-09-2009, 02:14 AM   #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.
simplejack is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-09-2009, 09:24 AM   #16 (permalink)
Moderator, Games Team
 
Jason09's Avatar
 
Join Date: Jan 2009
Location: Near Washington, D.C.
Posts: 2,235
OS: Windows XP Home Edition Service Pack 3

My System

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.
Jason09 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 07:33 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85