Issue 1
---------
Quickset configuration of guest wifi network not configuring IP correctly. No IP address issue to guest user.
Issue 2
---------
Once configured I can ping from the home network 192.168.88.* to the guest network 10.11.11.* .
My firewall filters are as follows and it does not work:
12 ;;; guest
chain=forward action=drop src-address-list=10.11.11.0/24
dst-address-list=192.168.88.0/24 log=no log-prefix=""
13 chain=input action=drop src-address-list=192.168.88.0/24
dst-address-list=10.11.11.0/24 log=no log-prefix=""
14 chain=forward action=drop in-interface=guestbridge
out-interface=!pppoe-out1 log=no log-prefix=""
15 chain=forward action=drop in-interface=!pppoe-out1
out-interface=guestbridge log=no log-prefix=""
Any suggestions on how to isolate the guest network from the home network?
Issue 3
---------
I also needed to set the ethernet connections as LAN. Only the PPPoE Client should be WAN.
Any help welcome.