Hi,
I am trying to offer free Wireless Internet from my business but I need to shield the internal network from the wireless clients. The wireless clients should only be able to access the Internet, not the internal network.
I have this configuration:
Internet (DSL)
|
Router (Linksys RV0041) ---- Internal Network Clients
|
Wireless Router (Linksys WRT54GL) ---- Free Wireless Clients
The RV0041 router has IP address 192.168.0.1 and assigns IP address 192.168.0.112 to the WRT54GL (forcefully via DHCP). After reading the documentation I applied NVRAM settings to "separate the LAN from the WIFI" only afterwards realizing that this doesn't actually apply to my situation....
nvram set lan_ifname=vlan0
nvram set lan_proto=static
nvram set lan_ipaddr=192.168.0.112
nvram set lan_netmask=255.255.255.0
nvram set wifi_ifname=eth1
nvram set wifi_proto=static
nvram set wifi_ipaddr=192.168.1.1
nvram set wifi_netmask=255.255.255.0
nvram set wan_ifname=vlan1
nvram set wan_proto=dhcp
nvram set lan_ifnames=vlan0
nvram commitI realized that this separates the LAN from WIFI on the WRT but does not seperate the LAN on the RV0041 from the Wifi on the WRT. Does anyone know how to do this? Do I have to mess with firewall rules?
Thanks
