I'm migrating a client from an ASA to an MX. I'm trying to figure out the lack of inbound rules in Meraki to add my ACLs.
Example: of my current ACLs
access-list outside_access_in extended permit tcp 22.x.x.x 192.168.x.100 object List_of_ports
access-list outside_access_in extended permit tcp 22.x.x.x 192.168.x.101 object List_of_ports
access-list outside_access_in extended permit tcp 22.x.x.x 192.168.x.102 object List_of_ports
Basically, I want one outside address to be able to get to a few internal addresses using the list of ports. Sounds like NAT or port forwarding. However, That one outside IP needs to get to 3 devices internally. when I've tried to add NAT or port forwarding, I can only use that outside address one time. I cant have a separate rule for each internal IP that they need access as it gives me an error that the remote IP cannot be in there twice.
I feel like one person getting me thinking the correct Meraki way and I'll be golden.....