Background:
I recently bought a router (Linksys E4200) that is capable of creating a "guest network" giving guest at my home access to only the internet. To use the feature I need the router to be configured as such (not running as a switch) as there needs to be a seperation between the networks on the WAN and LAN ports.
The challange is that I already have an ISP (Zyxel Prestige 660) supplied router that also takes care of the phone lines, and therefor cannot easily be replaced.
Problem
So I decided to create a setup of the two routers chained to create two subnets: one private (with NAS and personal documents attached) and one public for guests of the house.
The Setup looks like this:
Internet
|
|
[Zyxel router]
(WAN IP: ISP provided IP)
(LAN IP: 192.168.0.1)
|
|
Public network
(192.168.0.1-192.168.0.255)
|
|
[Linksys router]
(WAN IP: 192.168.0.2)
(LAN IP: 192.168.1.1)
|
|
Private network
(192.168.1.1-192.168.1.255)
Everything seems to be running fine with this setup. The Linksys router has two wifi access points, one for guests with access only to the public network and one for me that gives access the private network as well.
My problem comes when I want to set up the network translation (NAT) so that people on the internet gets access to my WebServer running on the NAS on the private network.
The NAS has the IP 192.168.1.100, and the steps I am doing is:
- On the Zyxel router I set up a NAT rule that all trafic should go to Linksys router on 192.168.0.2.
- On the Linksys router I set up a rule that HTTP traffic (port 80) should go to the NAS on 192.168.1.100
Apparently I am missing something as this does not work. I can access the webserver on both the NAS IP (192.168.1.100) and the external IP of the linksys router (192.168.0.2), but not from My ISP provided IP address.
Any ideas?
Thank you for reading! -Ricky
