My little project is to connect 3 users from accost the US on a big LAN over a P2P-VPN, all the users will still use their own internet connection for internet instead of going through the vpn for internet. My home box is a pfsense box that i built myself and is working very well. one of the remote routers is a mikrotik and i’m starting by trying to build a vpn between these 2 then when i get that figured out ill add in another TIK. The tutorial im starting with for the pfsense box is https://forum.pfsense.org/index.php?topic=38605.0 i have the config for my pfsense box set up that way. ive tried to set up something with the TIK but some of the logic confuses me. i’ve tried to follow the config on the wiki for bonded openvpn server but i’m not getting anywhere. If anyone wants a xport of some config Ill do what I can. Any help would be appreciated.
here is an exported/edited config for a user to connect to the pfsense openvpn server
dev tun
persist-tun
persist-key
cipher AES-128-CBC
auth SHA1
tls-client
client
resolv-retry infinite
remote ###.###.###.### 1194 udp
lport 0
verify-x509-name "VPNUser" name
auth-user-pass
pkcs12 rock-udp-1194-VPNUser.p12
tls-auth rock-udp-1194-VPNUser-tls.key 1
comp-lzo