I have used a couple of different configurations to accomplish this task. I will include the first method in this tutorial with an additional method to follow later. I hope to also find the time in the near future to document these steps with photos.
In this example, we will be using the WE826 (with GoldenOrb firmware) as the gateway router. The secondary router can be most any router and is referenced below as the MAIN ROUTER.
The WE826’s LAN needs a static IP address on a subnet that will not be used on the MAIN ROUTER. For example (use whatever IP combination you prefer):
Go to NETWORK > INTERFACES > LAN > EDIT > COMMON CONFIGURATION
NOTE: Be sure to SAVE & APPLY each of the modifications.
Code: Select all
Protocol: Static Address
IPV4 Address: 192.168.2.1
IPv4 Netmask: 255.255.255.0
Go to MAIN ROUTER and configure the WAN a Static IP address in the same subnet as the WE826’s LAN:
Code: Select all
IP Address: 192.168.2.2
Netmask: 255.255.255.0
Gateway IP: 192.168.2.1
Configure the DNS server IP as 8.8.8.8 (or your favorite DNS server IP) .
Connect the WE826 LAN to the WAN port of the MAIN ROUTER with an Ethernet cable and reboot both routers.
On the WE826 go to NETWORK > FIREWALL > PORT FORWARDS and Remove all PORT FORWARDS (if any), then
> ADD
Code: Select all
Name: ALL->DMZ
Protocol: choose TCP+UDP
External zone: wan
External Port: leave empty
Internal zone: lan
Internal IP address: 192.168.2.2 (Choose the Static IP assigned the Main Router WAN)
Internal port: leave empty
Go to NETWORK > INTERFACES > LAN > EDIT > DHCP SERVER > General Setup
Code: Select all
Ignore interface: Checked (to disable DHCP)
Code: Select all
Dynamic DHCP: Uncheck
Reboot the WE826 and the MAIN ROUTER.
Any port forwarding must now be done in the MAIN ROUTER.
Hopefully, this will get you started.