DD‐WRT AP Setup - Deathraymind/HomeLab GitHub Wiki
DD-WRT Router Configuration Guide
This guide will walk you through the process of configuring your DD-WRT router to ensure optimal performance and security. Please follow each step carefully to avoid any issues.
Step 1: Hard Reset
Perform a hard reset on your router to restore it to DD-WRT default settings.
Step 2: Initial Connection
- Connect your computer to the router using an Ethernet cable.
- Open a web browser and enter
http://192.168.1.1
in the address bar.
Note: If your router is connected to another router, disconnect it temporarily to avoid conflicts.
Step 3: Basic Setup
- Navigate to the "Setup" tab and then select "Basic Setup".
- Configure the following settings:
- WAN Connection Type: Disabled
- Local IP Address: Set to an IP address outside the DHCP range of your primary router (e.g., 192.168.1.2)
- Subnet Mask: 255.255.255.0
- DHCP Server: Disable
- Gateway: IP address of your primary router
- (Optional) Local DNS: IP address of your primary router or local DNS server
- (Optional) Assign WAN Port to Switch: Check this option if available
- (Recommended) NTP Client: Enable
- Click "Save".
Step 4: Advanced Routing
- Go to the "Setup" tab and select "Advanced Routing".
- Change the operating mode to "Router".
- Click "Save".
Step 5: Wireless Settings
- Navigate to the "Wireless" tab and select "Basic Settings".
- Set the Wireless Network Name (SSID) as desired.
- (Optional) Adjust Sensitivity Range if needed.
- Click "Save".
Step 6: Wireless Security
- Go to the "Wireless" tab and select "Wireless Security".
- Configure the following settings:
- Security Mode: WPA2
- WPA Algorithm: AES
- WPA Shared Key: Choose a strong password (8 characters or more).
- Click "Save".
Step 7: Services Configuration
- Navigate to the "Services" tab and select "Services".
- Disable DNSMasq and ttraff Daemon.
- Click "Save".
Step 8: Firewall Settings
- Go to the "Security" tab and select "Firewall".
- Disable SPI firewall.
- Check "Filter Multicast".
- Click "Save".
Step 9: Administration
- Navigate to the "Administration" tab and select "Management".
- Enable Info Site Password Protection.
- Click "Save" and then "Apply Settings".
- Connect an Ethernet cable from the router to the main router's LAN port.
- If needed, reboot the router to ensure all settings are applied.
- You may need to reboot your computer or renew the IP configuration if necessary (e.g., "ipconfig /release" then "ipconfig /renew" in Windows).