luzrain / openvpn-xorpatch

Openvpn sources with xorpatch
1 stars 0 forks source link

server cant start #1

Open justknife opened 4 weeks ago

justknife commented 4 weeks ago

hello im trying to use this path please tell more information about how build and how configure

luzrain commented 4 weeks ago

You just build it from source, like a regular openvpn. The build process can vary on different systems and what options you are going to include for support. For example, this is my set of build commands for RHEL Linux. I built it with disabled compression and enabled systemd

./configure --disable-unit-tests --disable-debug --disable-lzo --disable-lz4 --disable-plugin-auth-pam --enable-systemd
make
make install

In general build process is to call the configure script with the options you need, then call make to build openvpn binary, then make install to install the binary into the system bin directory.

Configuration is just one line of new option in your openvpn configuration file. This option must be the same in both the server configuration file and in the client configuration file.

scramble obfuscate password1234_changeme