Forum Discussion

Pirate1's avatar
Pirate1
Explorer
Aug 28, 2018

Access Bridged Modem

Made this work before but lost my instructions. My modem is 192.168.0.1. Router is 192.168.1.1. I have 2 NICs on my PC. One is connected to the router. This is my internet access. The other is directly from the NIC to the modem. I want to access the modems GUI using this second NIC but can't get it to work. I enabled it and set it for 192.168.0.1 but it still says can't connect. Any ideas? Thanks.

6 Replies

  • wa8yxm wrote:
    Only difference I'd make is the last octet. Insted of 002 I usually go with something like 202. Darn few home networks assign a 202 but many assigna a 002.

    But if it's workign.. Don't fix it. So file for future note

    I have a restaurant I visit where they are often "Sold out" on their LInksys home/small office router (That is all assignable IP addresses are assigned)

    This computer connects to that one as 201 (Assigned are 100-199 in case you wonder. Normally a linksys just does 100-49 but .. Someone edited it so there were 100 addy's. changed the lease time last visit too.


    It's surprising how many wifi routers have IP pools that are smaller than their subnet. A common trick is to use an address outside the pool (guess) but within the subnet.

    After all, default traffic outside the subnet goes directly to gateway on most configurations ;)

    Even when DHCP RSVP is used by MAC Address, more often than not, not actual restriction is in place other than DHCP. So manually hardcode an IP address to a non-windows machine that overlaps a device on the network already (ie servers anyone?) and wait for that other device to give up and disable the IP interface and keep banging until you steal that IP address. If you picked the correct device to impersonate, you now have massive network privs.

    Add to it that many (most?) SOHO routers allow MAC Address cloning. Grab any device already on the net, clone the MAC and IP address, and you're now on the net!

    Anyone still think networks (especially public access) are secure?

    ...and this is 6th grader kind of level stuff. Start pushing TMP stuff and life gets really interesting, LOL.

    Multi-homed PCs can be very vulnerable for the network it is attached to, be careful, OP ;)
  • wa8yxm's avatar
    wa8yxm
    Explorer III
    Only difference I'd make is the last octet. Insted of 002 I usually go with something like 202. Darn few home networks assign a 202 but many assigna a 002.

    But if it's workign.. Don't fix it. So file for future note

    I have a restaurant I visit where they are often "Sold out" on their LInksys home/small office router (That is all assignable IP addresses are assigned)

    This computer connects to that one as 201 (Assigned are 100-199 in case you wonder. Normally a linksys just does 100-49 but .. Someone edited it so there were 100 addy's. changed the lease time last visit too.
  • Dutch_12078 wrote:
    You set the NIC to 192.168.0.1? Try setting it to 192.168.0.2 and pointing your browser at "http://192.168.0.1". Without the quotes of course. You likely can even reach the modem's GUI at that address from the other NIC via the router.
    Setting to 2 fixed it. Thanks.
  • If you're trying to access it via a web browser, as in logging into the router, try changing the URL address from HTTP to HTTPS, to see if one lets you log in.

    https://192.168.0.1/login.asp works on my router.

    You could try dropping the "s".

    Maybe I'm misinterpreting the problem. If so, never mind.
  • You set the NIC to 192.168.0.1? Try setting it to 192.168.0.2 and pointing your browser at "http://192.168.0.1". Without the quotes of course. You likely can even reach the modem's GUI at that address from the other NIC via the router.