Hi
Im creating a GUESTWIFI VLAN (VLAN40 - 10.18.40.0/24) and I only want it to reach DHCP servers (VLAN60 10.18.60.15 & 10.18.60.16) and to access the Internet via my WatchGuard(10.18.254.1) on VLAN254 (10.18.254..0/24). All other VLANS are off limits.
Based on some examples I found here, I thought on this commands
access-list GUESTWIFI permit ip any 10.18.40.0 0.0.0.255 10.18.254.1 0.0.0.0
access-list GUESTWIFI permit ip 10.18.40.0 0.0.0.255 10.18.60.15 0.0.0.0
access-list GUESTWIFI permit ip 10.18.40.0 0.0.0.255 10.18.60.16 0.0.0.0
access-list GUESTWIFI permit ip any any
Thing is right on the first line it gives me error
"access-list GUESTWIFI permit ip any 10.18.40.0 0.0.0.255 ^ 10.18.254.1 0.0.0.0"
Any ideas?