Hi All,
I need to create a port forward on our public IP on a Cisco ASA to antoher site which has a Cisco Meraki MX. I need to access a service behind the LAN on the Meraki side but from the public IP of the ASA. There is a vpn tunnel between us and that is fine.
I setup many port forwards from the public IP on ASA to internal LAN devices on the LAN side of the ASA successfully but this has got me stumped.
I cannot do a port forward simply on the public IP of the Meraki as it's internet is 4G and they block ports and share the public IP with many subscribers I am told.
I thought it's simply be a case of the usual
object network
host the_far_end_device
nat (inside,outside) static Public_IP service udp port port
and the access list to allow
access-list outside_in extended permit udp any host the_far_end_device eq port
This is what I would normally do for devices on the Lan side of the ASA.
This is however a device over the VPN tunnel.
I can see traffic coming in but i don't think it goes over the vpn and so fails to connect.
What am I missing?
Any ideas much appreciated.
Cheers
Steve