OpenVPN

Ask questions about dedicated servers here and we and other users will do our best to answer them. Please also refer to the self-help section for tutorials and answers to the most commonly asked questions.
Post Reply
mrzod01
A regular
A regular
Posts: 54
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Nov 22, 2013 11:35 pm

OpenVPN

Post by mrzod01 »

How do i install OpenVPN?

I want to use a vpn on my nfo server.

Can't find a tut on google that works
User avatar
Edge100x
Founder
Founder
Posts: 13110
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: OpenVPN

Post by Edge100x »

mrzod01
A regular
A regular
Posts: 54
Joined: Fri Nov 22, 2013 11:35 pm

Re: OpenVPN

Post by mrzod01 »

Edge100x wrote:We have a tutorial here: http://www.nfoservers.com/forums/viewto ... 46&t=11034

Is there any way to open ports on the openvpn?

I know the server itself doesn't block ports, but while on the openvpn connection my PC itself has blocked ports
User avatar
rymax99
This is my homepage
This is my homepage
Posts: 143
Joined: Sun Feb 02, 2014 2:08 pm
Location: Florida
Contact:

Re: OpenVPN

Post by rymax99 »

mrzod01 wrote:
Edge100x wrote:We have a tutorial here: http://www.nfoservers.com/forums/viewto ... 46&t=11034

Is there any way to open ports on the openvpn?

I know the server itself doesn't block ports, but while on the openvpn connection my PC itself has blocked ports
If I understand you correctly, the network you're on is filtering the outbound ports you're able to send data through, in that case you'd be able to modify the OpenVPN configuration to listen on a separate port. If you aren't running anything on 443, or 80, I'd recommend those as networks aren't likely to block traffic on such commonly used ports, however, restrictive networks may disallow outbound UDP(OpenVPNs default protocol used) on the above ports - in which case, you're able to change the protocol OpenVPN uses to TCP. Keep in mind, to listen on mutliple ports you'll need to run multiple instances of the daemon each with a respective configuration file.

Default OpenVPN configuration file is '/etc/openvpn/server.conf' - search for the 'port' configuration directive, and modify it to the port you want to. You should be able to bind it to any unused port, including privledged ports as by default the daemon is started as root.
Post Reply