cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
282
Views
5
Helpful
1
Replies

port forwarding not working after switching from CELL to WAN

ino
Level 1
Level 1

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

 

 

1 Accepted Solution

Accepted Solutions

ino
Level 1
Level 1

now its working 

just took ages till it did

 

View solution in original post

1 Reply 1

ino
Level 1
Level 1

now its working 

just took ages till it did