I’m desperately trying to get a VPN to work on my RB951. I’m reading through this link for how to get OpenVPN to work:
https://wiki.mikrotik.com/wiki/OpenVPN
I got to this step:
Define a profile:
/ppp profile
add change-tcp-mss=default comment=“” local-address=10.15.32.33
name=“your_profile” only-one=default remote-address=ovpn-pool
use-compression=default use-encryption=required use-vj-compression=default
>
I don't understand where 10.15.32.33 comes from. I see the IP pool starts at .34 and the physical interface _ether1_ has .31 assigned to it, but i don't see where .33 comes into play and why. Also, I don't understand why .32 was skipped.
Could someone shed some light on this?