How to Move OpenVPN Server from Centos 8 to Windows 11
-
- OpenVpn Newbie
- Posts: 3
- Joined: Sun Mar 06, 2022 2:25 am
How to Move OpenVPN Server from Centos 8 to Windows 11
I currently run OpenVPN server on a VirtualBox running Centos 8 on my home network, which is used to access my network files while traveling. Is it possible to move the server to a Windows pc on my network?
-
- OpenVPN Protagonist
- Posts: 11142
- Joined: Fri Jun 03, 2016 1:17 pm
Re: How to Move OpenVPN Server from Centos 8 to Windows 11
Define: Possible
OpenVPN is essentially OS agnostic.
OpenVPN is essentially OS agnostic.
-
- OpenVpn Newbie
- Posts: 3
- Joined: Sun Mar 06, 2022 2:25 am
Re: How to Move OpenVPN Server from Centos 8 to Windows 11
Do you mean I can simply install OpenVPN on Windows and copy over my ca, key, cert files? How do I update paths?
-
- OpenVPN Protagonist
- Posts: 11142
- Joined: Fri Jun 03, 2016 1:17 pm
Re: How to Move OpenVPN Server from Centos 8 to Windows 11
Openvpn configuration files and your PKI files can all be copied.
You will need to makes some changes to your config files, like your file paths.
Good luck with Windows Server, I wouldn't bother.
You can also use this to build inline files: https://github.com/TinCanTech/easy-tls
You will need to makes some changes to your config files, like your file paths.
Good luck with Windows Server, I wouldn't bother.
You can also use this to build inline files: https://github.com/TinCanTech/easy-tls
-
- OpenVpn Newbie
- Posts: 16
- Joined: Sun Oct 17, 2021 3:01 pm
Re: How to Move OpenVPN Server from Centos 8 to Windows 11
Essentially you just install OpenVPN from MSI as service then bring your config in to Config folder....
after some testing, you can move the config-auto folder.
make sure you enable forwarding-routing on that windows server and reboot !
I have a setup like this, and it's working as expected (at least for me)
(I must admit it's mostly used to reach server side LAN and not for heavy traffic)
you can use a FREE tool named XCA witch practically can do anything regarding certificate generation, and priv key management
after some testing, you can move the config-auto folder.
make sure you enable forwarding-routing on that windows server and reboot !
I have a setup like this, and it's working as expected (at least for me)
(I must admit it's mostly used to reach server side LAN and not for heavy traffic)
you can use a FREE tool named XCA witch practically can do anything regarding certificate generation, and priv key management