IP Address From Router Without Accessing It?
Page 1 of 1
medeirosm




Posts: 289
Location: Canada
PostPosted: Sun, 18th Sep 2005 02:10    Post subject: IP Address From Router Without Accessing It?
Anybody know if it's possible to get the IP address of your router without accessing it?

And we have to assume that you cannot route with the computer so you can't go to a website to get the IP address from there and of course ipconfig /all is only returning the IP address assigned by the router, not the internet IP address.

Big thanks to anyone who can find an answer, found one thing on net saying something about "ping -r 1 www.awebsite.com" to get the IP but that was a bust.
Back to top
cousinvinnie7




Posts: 75

PostPosted: Sun, 18th Sep 2005 03:23    Post subject:
if useing windows get a command or dos prompt window and type ipconfig/all and youll see a list, the ip address is the one the router gives your pc and the default gateway is your routers ip, hope this helps ya......


[AMD XP 2500 BARTON] [ASUS A7N8X-E NForce 2] [1GiG XMS CORSAIR DC PC-3200] [BFG 6600GT 500@1000] [SB AUDIGY 2 ZS PLATINUM]600wps SEAGATE 36GIG 15,000 RPM SCSI ADAPTEC ULTRA 160 SCSI controller [LITEON DVD/RW-pioneer dvd/cd-rom
Back to top
medeirosm




Posts: 289
Location: Canada
PostPosted: Sun, 18th Sep 2005 04:57    Post subject:
cousinvinnie7 wrote:
if useing windows get a command or dos prompt window and type ipconfig/all and youll see a list, the ip address is the one the router gives your pc and the default gateway is your routers ip, hope this helps ya......


Yuh, that will give me an IP address but i'm looking for the "Internet IP Address"...
Back to top
clitorus




Posts: 44

PostPosted: Sun, 18th Sep 2005 20:54    Post subject:
that's easy. just open a web browser and go to http://www.whatismyip.com/

that's your internet IP address.
Back to top
ms_bug




Posts: 397

PostPosted: Sun, 18th Sep 2005 22:25    Post subject:
clitorus wrote:
that's easy. just open a web browser and go to http://www.whatismyip.com/

that's your internet IP address.


Uum, I think he said "you can't go to a website to get the IP address from there" Smile

medeirosm, i don't thing that's possible. Maybe you could get IP over UPnP if you write a program or something, not sure tho..
Back to top
medeirosm




Posts: 289
Location: Canada
PostPosted: Sun, 18th Sep 2005 23:57    Post subject:
ms_bug wrote:
clitorus wrote:
that's easy. just open a web browser and go to http://www.whatismyip.com/

that's your internet IP address.


Uum, I think he said "you can't go to a website to get the IP address from there" Smile

medeirosm, i don't thing that's possible. Maybe you could get IP over UPnP if you write a program or something, not sure tho..


I wasn't sure if it was possible either but if I figured it out I would be a hero at work cause I do technical support for an unnamed ISP <cough>Verizon<cough> and having to reset someones modem/router because they forgot the password just t check if their getting a valid IP address is a real pain.

I'll continue to search, I just figure if a website can pull that IP why can't I pull it from the DOS prompt? Confused
Back to top
ms_bug




Posts: 397

PostPosted: Mon, 19th Sep 2005 00:10    Post subject:
When you go to a website, it's your router that sends request (hence, the website server knows your external IP). When you query your router locally there is no outgoing access..
Just look at some programs that use this technique to get your external IP address (fe FlashFXP or Bulletproof FTP Server). They all query their servers to get external IP.. BitComet is only program that I use who doesn't connect to his server to get external IP but uses UPnP, so that's why UPnP is probably what you're looking for... Hope it helps Smile
Back to top
medeirosm




Posts: 289
Location: Canada
PostPosted: Mon, 19th Sep 2005 15:24    Post subject:
ms_bug wrote:
When you go to a website, it's your router that sends request (hence, the website server knows your external IP). When you query your router locally there is no outgoing access..
Just look at some programs that use this technique to get your external IP address (fe FlashFXP or Bulletproof FTP Server). They all query their servers to get external IP.. BitComet is only program that I use who doesn't connect to his server to get external IP but uses UPnP, so that's why UPnP is probably what you're looking for... Hope it helps Smile


Well thanks for pointing me in the right direction.

I talked to Linksys and they say it ain't posible, but i'll keep fighting the good fight, there's gotta be a way... Smile
Back to top
[sYn]
[Moderator] Elitist



Posts: 8374

PostPosted: Mon, 19th Sep 2005 18:30    Post subject:
There isnt, your on different subnets and cannot route to each other without going through the router, which you don't appear to have access to.
Back to top
D4rkKnight




Posts: 801

PostPosted: Mon, 19th Sep 2005 22:36    Post subject:
medeirosm wrote:

I wasn't sure if it was possible either but if I figured it out I would be a hero at work cause I do technical support for an unnamed ISP <cough>Verizon<cough> and having to reset someones modem/router because they forgot the password just t check if their getting a valid IP address is a real pain.

I'll continue to search, I just figure if a website can pull that IP why can't I pull it from the DOS prompt? Confused


You dont need their IP to know they are connected, if you run a ipconfig /all it will list DNS info that tell you an outside connection has been established.

Also like you said you can ping a certain internet IP, or run a tracert to almost any IP with a hop count higher then 2 and it will start jumping outside your network to the ISP's servers.

It wont give you your IP but it will definitly prove you have an outside connection and thus in fact do have a unique IP. But then again if you do have such a connection I suppose you could just open up the browser and it would work...so the real question is, why do you need to know the IP so bad? Smile
Back to top
medeirosm




Posts: 289
Location: Canada
PostPosted: Mon, 19th Sep 2005 23:12    Post subject:
D4rkKnight wrote:
medeirosm wrote:

I wasn't sure if it was possible either but if I figured it out I would be a hero at work cause I do technical support for an unnamed ISP <cough>Verizon<cough> and having to reset someones modem/router because they forgot the password just t check if their getting a valid IP address is a real pain.

I'll continue to search, I just figure if a website can pull that IP why can't I pull it from the DOS prompt? Confused


You dont need their IP to know they are connected, if you run a ipconfig /all it will list DNS info that tell you an outside connection has been established.

Also like you said you can ping a certain internet IP, or run a tracert to almost any IP with a hop count higher then 2 and it will start jumping outside your network to the ISP's servers.

It wont give you your IP but it will definitly prove you have an outside connection and thus in fact do have a unique IP. But then again if you do have such a connection I suppose you could just open up the browser and it would work...so the real question is, why do you need to know the IP so bad? Smile


Well let's say there is an outage in Baltimore, MA and the sympton is customers cannot route but they have sync and can authenticate with the Verizon servers, I need to make sure they are connected with a valid IP address before I can be sure they are affected. Otherwise you need to reset the modem/router, set up a new connection, then check for valid IP - makes a 2 minute call a 15 minute one.
Back to top
Page 1 of 1 All times are GMT + 1 Hour
NFOHump.com Forum Index - Operating Systems
Signature/Avatar nuking: none (can be changed in your profile)  


Display posts from previous:   

Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.8 © 2001, 2002 phpBB Group