This is a site-to-site configuration, I’ve got this running for a year without issue, this morning I’ve upgraded, and seems that a route is automatically added.
With that route not traffic between clients is possible.
Pfesense 2.4.1 as openvpn server
RouterOs 6.40.1 as openvpn client
/ppp> profile print
2 name="ovpn" local-address=10.7.50.2 remote-address=10.7.50.1
use-mpls=default use-compression=default use-encryption=default
/interface ovpn-client print
Flags: X - disabled, R - running
0 R name="ovpn-out1" max-mtu=1500
connect-to=myserver port=1194 mode=ip user="any" password=""
profile=ovpn certificate=User_Certificate.crt_0 auth=sha1
cipher=blowfish128 add-default-route=no
/ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme, B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY DISTANCE
1 S 0.0.0.0/0 192.168.1.1 1
2 ADS 10.7.208.0/24 255.255.255.255 1
3 S 10.7.208.0/24 TBovpn-out1 1
4 ADC 255.255.255.255/32 10.7.50.2 TBovpn-out1 0
if I manually remove the 2 ADS 10.7.208.0/24 255.255.255.255 1 route everything works fine.
With previous versions I’ve never noticed this issue.
Is there a way to say to mikrotik to not add this route or automatically remove it?
Thanks, BR
