Hey everyone.
I've got an access server set up at our company's headquarters.
My plan is to get all the satellite branches connected using client gateways to achieve a site -> site style configuration.
This is working great when I install the client on my laptop and can connect to my headquarters site and my headquarters site can connect to my local subnet at a satellite site.
Now I want to make the next step and actually deploy an OpenVPN capable router at each satellite site.
What hardware devices would you recommend that support being client gateways?
Thanks for any assistance in advance.
OpenVPN Access Server client gateway hardware device recommendations
-
- OpenVpn Newbie
- Posts: 3
- Joined: Mon Dec 07, 2020 11:12 pm
-
- OpenVpn Newbie
- Posts: 3
- Joined: Mon Dec 07, 2020 11:12 pm
Re: OpenVPN Access Server client gateway hardware device recommendations
Well thanks for the overwhelming response guys!
I took a chance and ordered a Ubiquiti EdgeRouter X Series. Super cheap (like around $60). It works like a charm.
You just need to upload the config file (ovpn file) to the config folder of the router using WinSCP or SSH. Then SSH to the router again and run these commands:
# configure
# set interfaces openvpn vtun0 config-file /config/nameofyourconnection.ovpn
# commit
# save
Then set up the router to masquerade for the VTUN0 interface, add some firewall rules to allow the traffic to pass and away it goes. Could not be simpler.
If anyone finds this post and needs help email me at: john (at) thegreenroom dot org dot nz
Regards, John.
I took a chance and ordered a Ubiquiti EdgeRouter X Series. Super cheap (like around $60). It works like a charm.
You just need to upload the config file (ovpn file) to the config folder of the router using WinSCP or SSH. Then SSH to the router again and run these commands:
# configure
# set interfaces openvpn vtun0 config-file /config/nameofyourconnection.ovpn
# commit
# save
Then set up the router to masquerade for the VTUN0 interface, add some firewall rules to allow the traffic to pass and away it goes. Could not be simpler.
If anyone finds this post and needs help email me at: john (at) thegreenroom dot org dot nz
Regards, John.
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
Re: OpenVPN Access Server client gateway hardware device recommendations
You specifically asked about Access Server .. those guys don't read these forums very often ..
Now it looks like you are using OpenVPN FOSS ..
We don't really know what you are doing ..
Now it looks like you are using OpenVPN FOSS ..
We don't really know what you are doing ..
-
- OpenVpn Newbie
- Posts: 3
- Joined: Mon Dec 07, 2020 11:12 pm
Re: OpenVPN Access Server client gateway hardware device recommendations
No I'm still using OpenVPN AS.
I was only being facetious about the lack of response. I realize it's a somewhat free product and as such you have to work these things out for yourself from time to time.
Regards, John.
I was only being facetious about the lack of response. I realize it's a somewhat free product and as such you have to work these things out for yourself from time to time.
Regards, John.