-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Networking - Configure an OpenWrt Router in Front of Spectrum #49
Comments
The default credentials for logging into an OpenWrt admin panel are:
However, it's important to note:
If you've changed the password and forgotten it, or if someone else set it up, you'll need to reset the router or find out the changed credentials from the person who set it up. Always ensure you're connecting securely when accessing router settings. |
To change the network from Step 1: Access the LuCI Interface
Step 2: Navigate to Network Settings
Step 3: Edit LAN Interface
Step 4: Change the IP Address
Step 5: Save and Apply
Alternative: Using Command LineIf you prefer or need to use the command line:
Important Notes:
Changing the network range can be disruptive, so ensure you're prepared for potential connectivity issues during the transition. |
To set up your new OpenWrt router to act as an access point (AP) or switch, connecting to an existing router (which we'll call the "main router") using Step 1: Connect the Routers
Step 2: Configure the New Router's WAN Interface as LANYou'll need to access the new router's configuration, either through the default IP or by SSH if you've already set it up. Using LuCI Web Interface:
Using Command Line (SSH):
Step 3: Configure DHCP for the New NetworkIf you want the new router to distribute IP addresses to devices connected to it:
Step 4: Set Up Wireless (If Acting as an Access Point)If you want the new router to also act as a Wi-Fi access point:
Step 5: Test the Connection
Important Considerations:
This setup effectively turns your new OpenWrt router into an additional access point or switch, extending the network coverage while still being managed by the main router for internet access. |
No description provided.
The text was updated successfully, but these errors were encountered: