We are currently migrating our network to Meraki.
We have several network segments (different vlans) at our location including one for guests.
This network is isolated from the other networks, only internet access is enabled.
I've done this in the firewall like this:
deny any protocol source any port <corp-nw> destination any protocol <guest-nw>
deny any protocol source any port <guest-nw> destination any protocol <corp-nw>
allow any protocol source any port <guest-nw> destination any portocol any destination
That works so far.
When I'm connected to the guest Network, I cannot establish a VPN connection to our Meraki Gateway.
I think I have to create a rule to allow that connection... Can anyone tell me how?