computing
  • 4

Solved Cannot Access Router Page, Default Gateway fe80..?

  • 4

Ok, so I’m not a tech guy trying to solve technical issue.

Problem occured when I turned my second router into an Access Point as recommended by my internet service provider. Since I cannot access router page.

Ipconfig shows default gateway as
fe80 : : 5e35 : 3bff : fe4c : 32ed%12 192.168.0.1
What is that?
How do I reset this to a normal looking IP address so I can access the router page again?

Thanks!!

Share

1 Answer

  1. If you can’t get back into the router’s management interface you will want to reset it to factory and then reconfigure it. Pay attention to the IP addressing though. Assuming you’re using 192.168.0.0/24 and already have one active router here’s what it should look like:

    Main Router with Internet connection attached to it:
    WAN:
    as provided by your ISP

    LAN:
    IP: 192.168.0.1
    SM: 255.255.255.0

    DHCP enabled = Yes

    Secondary router:
    WAN:
    disabled

    LAN:
    IP: 192.168.0.2
    SM: 255.255.255.0
    Default Gateway: 192.168.0.1 (ie: IP address of main router doing DHCP0

    DHCP enabled = No

    Above you show 192.168.0.1 in your original post and I have to wonder if that isn’t conflicting with the LAN IP of your main router.

    NOTE: You should also be able to disable IPv6 and probably should since you’re not likely to be using it internally on your LAN

    It matters not how straight the gate,
    How charged with punishments the scroll,
    I am the master of my fate;
    I am the captain of my soul.

    ***William Henley***

    message edited by Curt R

    • -4