Welp, using PFsense under the same configuration fixed this problem under 30 mins. I guess OPNsense doesn't really ready as PFsense replacement
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: netnut on June 16, 2024, 01:20:14 AMQuote from: Dante4 on June 15, 2024, 11:47:27 PM
Greetings, this whole setup is driving me crazy because Mikrotik can't create profile without Login&Password auth and OPNsense
For anyone interested - that's how OPNsense generate openvpn config
...
client
auth SHA512
...
And that's how it look in mikrotik config file that's just working by manually starting it from within opnsense
...
client
auth none
...
Where's the server config ? At least your "auth" settings differ, but it all depends on 'what' your server wants to match a OPNsense client config.