Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: How do I connect to the router connected to my router?

  1. #1
    Join Date
    Feb 2007
    Location
    Minneapolis, MN
    Beans
    191
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    How do I connect to the router connected to my router?

    Here is how the network is set up:

    Code:
    Internet
    |
    Modem
    |
    Router1
    |
    Router2
    |
    My computers
    I need to get to Router1 in order to forward a port. How do I find its internal IP address from my computer? How do I connect to it from my computer?

  2. #2
    Join Date
    Aug 2006
    Beans
    282

    Re: How do I connect to the router connected to my router?

    From a command line on one of your computers, try:

    Code:
    traceroute www.bbc.co.uk
    The second address line should be the IP address of router1, assuming it's pingable.

  3. #3
    Join Date
    Feb 2007
    Location
    Minneapolis, MN
    Beans
    191
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How do I connect to the router connected to my router?

    Okay, so that worked. But how do I get to that address in my browser? Both routers have the same internal IP address (192.168.0.1). If I use http://192.168.0.1, I end up at my router, not the next one up the line.

  4. #4
    Join Date
    Aug 2006
    Beans
    841

    Re: How do I connect to the router connected to my router?

    how confusing, im interested in the solution too.

    id try switching one of the routers to another network, maybe 192.168.1.1

    but then, those are non routable, maybe you need to set a manual route, but i do not know about how to set that up. and most definately, it has to be supported by the router.

  5. #5
    Join Date
    May 2008
    Location
    Down the mousey hole.
    Beans
    135
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How do I connect to the router connected to my router?

    1. Take one of your computers and plug it into the first router (closest to the modem). Name it as router01 and set that router's IP address as 192.168.1.1, and turn DHCP off.
    2. Unplug from the first router, plug into the second. Name it as router02 and set it to 192.168.1.2 (again, turn DHCP off).
    3. Set your computers in the range of 192.168.1.10 - 192.168.1.254 (this leaves you a bit of slack space in case your network expands and you need to install more routers), and name them as appropriate.

    In this case, you are using your routers as plain switches with no routing capabilities. You can either set your NAT settings on router01 (thus using it as a router again), or you can set up one computer as a gateway for the other computers.
    <:3~~~

  6. #6
    Join Date
    Feb 2007
    Location
    Minneapolis, MN
    Beans
    191
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How do I connect to the router connected to my router?

    There are actually three routers between the modem and my computers. Each has an IP of 192.168.0.1. I cannot change the other two, although I could change mine, if I knew how.

  7. #7
    Join Date
    May 2008
    Location
    Down the mousey hole.
    Beans
    135
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How do I connect to the router connected to my router?

    Quote Originally Posted by 50words View Post
    There are actually three routers after the modem. Each has an IP of 192.168.0.1. I cannot change the other two, although I could change mine, if I knew how.
    Do you not have access to the other two routers?

    You can change yours by opening a browser and typing "192.168.0.1" in the address bar.
    <:3~~~

  8. #8
    Join Date
    Feb 2007
    Location
    Minneapolis, MN
    Beans
    191
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How do I connect to the router connected to my router?

    Quote Originally Posted by Mr A Mouse View Post
    Do you not have access to the other two routers
    I don't know how to access them, which is why I posted this thread!

  9. #9
    Join Date
    May 2008
    Location
    Down the mousey hole.
    Beans
    135
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How do I connect to the router connected to my router?

    Quote Originally Posted by 50words View Post
    I don't know how to access them, which is why I posted this thread!
    Oh, I'm sorry for my confusion. That's why I was having you unplug a computer from your current router and go program the routers one by one.
    <:3~~~

  10. #10
    Join Date
    Feb 2007
    Location
    Minneapolis, MN
    Beans
    191
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How do I connect to the router connected to my router?

    Quote Originally Posted by Mr A Mouse View Post
    Oh, I'm sorry for my confusion. That's why I was having you unplug a computer from your current router and go program the routers one by one.
    Now I understand. I don't know why I didn't think of something that obvious.

    I still would like to know, though, if there is a way to get to each router through the network. Something like http://192.168.0.1::192.168.0.1?

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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