Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Check Your IP From Behind A Router

Featured Replies

Anyone have any idea how to get your external IP address from a command line when your behind a router? I saw on some linux forums how to get around to doing that but... no luck with XP? Any clues or .exe's you can save/run to do this? Thanks...

btw lol has to be in a command line....


Well when you're not afraid of digging in html:

telnet www.whatismyip.com 80<enter>
GET / HTTP/1.1 ^JHost:www.whatismyip.com ^J^J

I found whatsmyip don’t report the IP address correctly if you use a satellite ISP.

Edited by Smiley357

  • Author

i cant get telnet to open a connection with www.whatismyip.com on port 80 or any other port >.< is this just my computer being stupid or am i typing it wrong...

method 1

telnet www.whatismyip.com 80

method 2

telnet (enter)
open www.whatismyip.com 80 (enter)

lol ?

Edited by Redhatcc

@Smiley357: Then how does the respons reach you?

@Redhatcc: Can you open www.whatismyip.com in a browser?

I don’t have satellite but friends do and when I send them to that site for there IP it will give a incorrect IP. So I just walk them through the steps of logging into there router to find there ip.

Great!

telnet www.whatismyip.com 80

GET /automation/n09230945.asp HTTP/1.1

Host:whatismyip.com

works for me. No digging in html.

Maybe you should have a look at your firewall?

  • Author

figured out what the problem is but no solution lol..

i "can" telnet into it and connect but what i type doesnt show up and when i send the GET command it goes through but nothing shows up after i hit enter.

if i telnet to the site and hit enter it comes up with bad command error, but if i telnet into the server and enter the GET command the cursor goes to the next line so the command went through. if i hit enter after that it comes up bad command error...

You should not use enter, but Control-J.

Get ... ^JHost:... ^J^J

  • Author

ok got it working lol

telnet www.whatismyip.com 80 (enter)

GET /automation/n09230945.asp HTTP/1.1 ^j Host:whatismyip.com ^j^j

works :thumbup :thumbup

Thank you Mijzelf for your patients and help!!!!

Now next step is figure out a way to copy that to a text file lol >.<

Edited by Redhatcc

www.Whatsmyip.org is a lot nicer then .com but how would you use that in a bat file?

Redhatcc :

Why are you trying to find your IP in a bat file? B/c of the FTP site you are making?

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.