09-15-2022 03:26 AM
i have used till now the built in cellular modem and had forwarding's like
ip nat inside source static udp 10.0.0.10 23100 interface Cellular0/2/0 23100
now i got a mikrotik and passthrough the lte connection to GigabitEthernet0/0/0
anything works as expected including anyconnect VPN but my forwarded ports arent reachable any longer
i dont think that its any setting on the mikrotik because VPN is working
i changed cellular to GigabitEthernet0/0/0 in any position but its not working
interface Cellular0/2/0
description LTE
ip address negotiated
ip nat outside
ip access-group VPN in
load-interval 30
history BPS all
dialer in-band
dialer watch-group 1
pulse-time 1
ip virtual-reassembly
ip virtual-reassembly-out
!
interface GigabitEthernet0/0/0
description WAN0
ip address dhcp
ip nat outside
ip access-group VPN in
negotiation auto
ip virtual-reassembly
ip virtual-reassembly-out
!
ip nat inside source static tcp 10.0.0.12 23232 interface Cellular0/2/0 23232
ip nat inside source static tcp 10.0.0.23 23024 interface GigabitEthernet0/0/0 23024
Solved! Go to Solution.
09-15-2022 05:00 AM
09-15-2022 05:00 AM
now its working
just took ages till it did
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide