I did hardware resets on an RB750 and 751U, updated to 6.32.3 and changed the 750 to 192.168.90.0/24.
I disabled the WAN firewall rules and used Greg’s guide for IPsec tunnel from Mikrotik to Mikrotik.
The 750 is on my DSL system for its public IP, the 751 is on my cable modem.
I can ping 192.168.88.1 from the 750 to the 751 but when I try to ping 192.168.90.1 from the 751
I get
SEQ HOST SIZE TTL TIME STATUS
0 66.75.161.48 96 252 386ms TTL exceeded
I get the same when I ping the PC on the 750 at 192.168.90.25 and even pinging non existent addresses. I don’t know where the 66.75.161.48 is coming from, my public IP on the 751 is on 76.88.xxx.xxx and my gateway is in the same network.
I do not have any installed SAs in the IPsec window, which I see on my other RBs when using VPN from a PC.
It looks like the cable ISP is the problem. I’m going to reconfigure the 751 on my DSL ISP, but since I have 5 IPs in the same network I don’t know if that will be a real test.
RB751 code
/ip ipsec peer>> print
Flags: X - disabled, D - dynamic
0 address=68.183.xxx.xxx/32 local-address=:: passive=no port=500
auth-method=pre-shared-key secret=“*****” generate-policy=no
policy-template-group=default exchange-mode=main send-initial-contact=yes
nat-traversal=no proposal-check=obey hash-algorithm=sha1
enc-algorithm=3des,aes-128 dh-group=modp1024 lifetime=1d lifebytes=0
dpd-interval=2m dpd-maximum-failures=5
/ip ipsec policy>> print
Flags: T - template, X - disabled, D - dynamic, I - inactive, * - default
0 T * group=default src-address=::/0 dst-address=::/0 protocol=all
proposal=default template=yes
1 src-address=192.168.88.0/24 src-port=any dst-address=192.168.90.0/24
dst-port=any protocol=all action=encrypt level=require
ipsec-protocols=esp tunnel=yes sa-src-address=76.88.xxx.xxx
sa-dst-address=68.183.xxx.xxx proposal=default priority=0
/ip firewall nat>> print
Flags: X - disabled, I - invalid, D - dynamic
0 chain=srcnat action=accept src-address=192.168.88.0/24 dst-address=192.168.90.0/24 log=yes log-prefix=“srcnat:”
1 ;;; default configuration
chain=srcnat action=masquerade out-interface=WAN log=no log-prefix=“”