![]() |
Obtaining Routers IP
Hi,
I have two routers, One of them being the Virgin Media Super Hub and another 6 year old wifi router. Now I know the IP address of the SH and have setup its DCHP server for my network. One my old router (which is wired in to the SH) has its DCHP server switched off. Unfortunately I have forgotten what the IP address was to access the older routers setup pages. I've looked under SH but it doesn't list the device it does however list the devices which are connected via the old router. Any ideas how I could get the IP address of the old router? |
Re: Obtaining Routers IP
it should be a combination of 192.168.x.y
x.y could be 0.0, 0.1, 1.0, 1.1 But if its connected to a superhub look at that to see connected devices. |
Re: Obtaining Routers IP
I know my SH IP is 192.168.0.1. I've logged to the SH settings and viewed the Device Connection Status on the site.
The old router is not listed under the "Wired connection" but under the Wireless connections I can see a device which is connected to a wifi connection that is broadcasted from the old router. |
Re: Obtaining Routers IP
Try pinging 192.168.x.x addresses which are not listed as being connected. You may hit it. Not very technical I know...
|
Re: Obtaining Routers IP
so the 2nd routers MAC doesn't appear in wired devices (SH interface) ?
|
Re: Obtaining Routers IP
ipconfig /all will give you second wired router as default gateway(in command prompt)
|
Re: Obtaining Routers IP
Can you not reset the old router to defaults using the regular 'reset button', run a wire from you machine to it to get the DHCP address, then 'ipconfig /all' to find the gateway address, which will be the router? Obviously, make sure your machine is not connected to the SH at the same time!!
|
Re: Obtaining Routers IP
Quote:
---------- Post added at 08:26 ---------- Previous post was at 08:24 ---------- Quote:
---------- Post added at 09:03 ---------- Previous post was at 08:26 ---------- Quote:
|
Re: Obtaining Routers IP
Try an arp -a -v on one of the hosts which are supposed to be connected via your old router and see if the address is in that machine's cache.
|
Re: Obtaining Routers IP
Tried .254, that is quite a common one to use?
|
Re: Obtaining Routers IP
Quote:
Depending on how dumb it is, pinging 192.168.1.255 or 255.255.255.255 might get you an ARP response. |
Re: Obtaining Routers IP
This is small script I wrote to see what's connected to my system at any time. Copy the text into a pinger.bat file and run as the echo command suggests.
Put the .bat file into the C:\ directory, open a cmd box and use. I find it useful to see if any of my fixed IP devices have shut down or stopped. i.e. My SB radios, cameras that are all fixed IP. Laptop, phone and tablet that aren't. Enjoy! @echo off echo Use as "Pinger 192 168 1 10 20 to see attached devices between 192.168.1.10 & 192.168.1.20 SET t=%4 :start ping -n 1 -l 1 -w 200 %1.%2.%3.%t% >nul if %errorlevel%==0 echo Host %1.%2.%3.%t% RESPONDED if %errorlevel%==1 echo Host %1.%2.%3.%t% IGNORED SET /a t=t+1 If %t%==%5 Goto End if %t%==254 Goto End Goto start: :End echo COMPLETE Pause |
All times are GMT +1. The time now is 14:44. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
All Posts and Content are © Cable Forum