We have configured an IPSEC configuration between a RB912 with a Sierra 8705 through LTE interface.
The RB912 connects through LTE interface with operator OK.
0 R name=“Sierra8705” mtu=1500 mac-address=A2:A3:72:DA:01:07 apn=“movistar.es”
user=“MOVISTAR” password=“MOVISTAR” network-mode=auto authentication=chap
Topology is as simply as:
PC(1.254.0.10)—(1.254.0.254:eth)RB912(lte:95.72.26.26)—INTERNET—(213.27.221.220:wan)Sonicwall(lan:172.16.0.X)
IPSEC is UP:
[admin@MikroTik] /ip ipsec policy>
0 src-address=1.254.0.0/24 src-port=any dst-address=172.16.0.0/24
dst-port=any protocol=all action=encrypt level=require
ipsec-protocols=esp tunnel=yes sa-src-address=213.27.221.220
sa-dst-address=95.126.72.72 proposal=default priority=0
[admin@MikroTik] /ip ipsec peer>
0 ;;; Unsafe configuration, suggestion to use certificates
address=213.27.221.220/32 passive=no port=500 auth-method=pre-shared-key
secret=“1234” generate-policy=no exchange-mode=aggressive
send-initial-contact=yes nat-traversal=yes proposal-check=obey
hash-algorithm=sha1 enc-algorithm=aes-256 dh-group=modp1024 lifetime=8h
lifebytes=0 dpd-interval=disable-dpd dpd-maximum-failures=5
[admin@MikroTik] /ip ipsec proposal>
0 * name=“default” auth-algorithms=sha1 enc-algorithms=aes-256 lifetime=8h
pfs-group=modp1024
[admin@MikroTik] /ip ipsec remote-peers> pr
0 local-address=95.126.72.72 remote-address=213.27.221.220 state=established
side=responder established=4h49m34s
I take in consideration the Bypass NAT too:
[admin@MikroTik] /ip firewall nat> pr
Flags: X - disabled, I - invalid, D - dynamic
0 chain=NAT Bypass IPSEC action=accept src-address=1.254.0.0/24
dst-address=172.16.0.0/24
1 X ;;; default configuration
chain=srcnat action=masquerade out-interface=wlan1-gateway
2 chain=srcnat action=masquerade src-address=1.254.0.0/24
dst-address=172.16.0.0/24 out-interface=Sierra8705 [/color]
But any packet from PC (1.254.0.10) reach any equipment in 172.16.0.X, and even pings in Mikrotik or Sonicwall, aren’t able to reach devices or computers, so I understand that MIX of IPSEC,LTE and NAT has some consideration that I’have not been able to understand or find.
Could anyone help me about it?
Are there any especific configurations, to FORCE traffic go through IPSEC stablished through a LTE (Sierra 8705 mini PCI-e)?
Thanks in advance!


