Tried that one also.
I have literally tried every tutorial i have seen online...
I can get the guest WLAN to provide DHCP to the clients, but cannot get the clients to "talk" to the internet.
I can ping and access the AP while connected to the Guest Wifi
ISP Router - 192.168.1.254
AP - 192.168.1.2
Guest Wifi - 192.168.2.1
Clients that connect to the guest wifi, get an IP adress in the range 192.168.2.100 to 192.168.2.150
The problem is that the AP isnt fowarding any traffic to the main LAN and most of the tutorials assume you're using the WAN port for internet acess... but it should work if you changed the destination to LAN instead of WAN.
w w w . steven-england.info/2014/11/01/openwrt-how-to-create-a-public-network-without-using-the-wan-interface
This guy makes a tutorial for guest wifi with lan, but he says we have to tell the Router about the guest wifi, and in my case i dont have permitions to do that. So for now only DDWRT can acheive this on its own.
Reaching this point you are able to initiate connections to clients of the LAN segment, but clients from LAN can’t connect to ZONE_GUEST, because there is no forwarding rule making this possible. Furthermore you can reach far away destinations like this website BUT: We did not enable NAT on LAN, so packets are routet to my website and unfortunately do not find their way back (router with IP 192.168.2.1 is asking it’s default gateway for a route to network 192.168.4.0/24 what will never be answered). Therefore, if you want to avoid double NAT (of course you want) you have to tell your router a route.
EDIT:
Found this
forum.turris.cz/t/guest-and-intranet-wifi-configuration/973/13
Hello pe7erk0,
I had the same problem. Finally I discovered the reason.
When following the recipe you mentioned, the dhcp-server does not advertise a DNS-server to your guest clients.
You can remedy this in the DHCP-options field for the DHCP-server on the Advanced Settings tab in the LuCi page for your guest network at Network-Interfaces (ht tp://192.168.10.1/cgi-bin/luci/admin/network/network/guest14 in your case).
Your guests won't have problems if they manually have set dns-servers for their wifi connection. Maybe that is the reason the author of the recipe did not notice it isn't working out of the box.
Will try this, maybe this is what's giving problems.
(Last edited by gajotnt on 27 Dec 2016, 14:57)