Results 1 to 10 of 10

Thread: {RESOLVED} forgot my router ip ... how do i find it?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    {RESOLVED} forgot my router ip ... how do i find it?

    forgot my router ip ... how do i find it? I changed it from 192.168.1.1 but i cannot remember to what ... and i dont want to reset the router.

    How can i find the router ip address?
    Last edited by Muddy; Nov 5th, 2004 at 08:51 PM.

  2. #2
    Frenzied Member System_Error's Avatar
    Join Date
    Apr 2004
    Posts
    1,111
    I think typing ipconfig at the command line will tell you. Not sure if this gives your router ip or not.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by System_Error
    I think typing ipconfig at the command line will tell you. Not sure if this gives your router ip or not.
    tried ipconfig and ipconfig /all no help

    Thanks for th reply tho!

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709
    Go to whatismyip.com and it will tell you the external ip. If you
    dont have a router then it will tell you what your computer ip is
    then.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Code:
    C:\>ipconfig /all
    
            Connection-specific DNS Suffix  . : 
            Description . . . . . . . . . . . : 3Com EtherLink XL 10/100 PCI NIC (3C905-TX)
            Physical Address. . . . . . . . . : 00-60-08-55-14-A9
            DHCP Enabled. . . . . . . . . . . : Yes
            Autoconfiguration Enabled . . . . : Yes
            IP Address. . . . . . . . . . . . : 10.10.1.2
            Subnet Mask . . . . . . . . . . . : 255.255.0.0
            Default Gateway . . . . . . . . . : 10.10.0.1 <-- your routers IP address
            DHCP Server . . . . . . . . . . . : 10.10.1.1
            DNS Servers . . . . . . . . . . . : 10.10.1.1
            Lease Obtained. . . . . . . . . . : 05 November 2004 09:04:04
            Lease Expires . . . . . . . . . . : 05 November 2004 10:04:04
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  6. #6

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    sorry ... I should have given more information

    I have an ADSL modem attached to my computer through a Linksys router.

    visualAd: ipconfig gives me the computers local ip and the ADSL modem's ip ... but not the Linksys ip.

    Thanks for the responses and any other ideas would be appreciated!

  7. #7
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Well if you have never changed the IP address of your router then it will probably be something like 192.168.0.1. You could always loko at the manual, that will tell you.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  8. #8

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046
    Originally posted by visualAd
    Well if you have never changed the IP address of your router then it will probably be something like 192.168.0.1. You could always loko at the manual, that will tell you.
    Thats the problem ... I changed it because the default conflicts with my ADSL modem, but I cant remember to what ...

  9. #9
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    Type netstat -rn at the command prompt, to display the routing table. The route to your modem should be via your your router and its IP address may be there.

    You can also try arp -a to display the cached arp table.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  10. #10

    Thread Starter
    PowerPoster
    Join Date
    Feb 2001
    Location
    Crossroads
    Posts
    3,046

    Resolved

    First thanks for all the help!

    Strange things:

    The IP I had changed it to did not work nor did it show up with ipconfig /all

    I soft reset (cycled the power) on the router and now I can access the router and the IP address shows up in ipconfig /all

    So it wasnt that my memory was faulty ... there seems to have been some sort of gliche that cycling the power cleared up.

    Thanks Again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width