Tripp Lite B093-004-2E4U-V 4-Port Console Server with 4G LTE Cellular Gateway, Dual GbE NIC, 4Gb Flash and Dual SIM

Owner's Manual - Page 63

For B093-004-2E4U-V. Also, The document are for others Tripp Lite models: B093-00X-2E4U-X, B097-016/048, B098-016/048, B098-016-V

PDF File Manual, 285 pages, Read Online | Download pdf file

B093-004-2E4U-V photo
Loading ...
Loading ...
Loading ...
63
4. Serial Port, Host, Device and User Configuration
An example of an OpenVPN Windows Server configuration file is shown below:
server 10.100.10.0 255.255.255.0
port 1194
keepalive 10 120
proto udp
mssfix 1400
persist-key
persist-tun
dev tun
ca c:\\openvpnkeys\\ca.crt
cert c:\\openvpnkeys\\server.crt
key c:\\openvpnkeys\\server.key
dh c:\\openvpnkeys\\dh.pem
comp-lzo
verb 1
syslog B098_OpenVPN_Server
The Windows client/server configuration file options are:
Options Description
#description: This is a comment describing the configuration.
Comment lines start with “#” and are ignored by OpenVPN.
Client server Specify whether this will be a client or server configuration file.
In the server configuration file, define the IP address pool and netmask. For example,
server 10.100.10.0 255.255.255.0.
proto udp
proto tcp
Set the protocol to UDP or TCP. The client and server must use the same settings.
mssfix <max. size> Mssfix sets the maximum size of the packet. This is only useful for UDP if problems
occur.
verb <level> Set log file verbosity level. Log verbosity level can be set from 0 (minimum) to 15
(maximum). For example,
0 = silent except for fatal errors
3 = medium output, good for general usage
5 = helps with debugging connection problems
9 = extremely verbose, excellent for troubleshooting
dev tun
dev tap
Select dev tun to create a routed IP tunnel or dev tap to create an Ethernet tunnel.
The client and server must use the same settings.
remote <host> The hostname/IP of OpenVPN server when operating as a client. Enter either the DNS
hostname or the static IP address of the server.
Port The UDP/TCP port of the server.
Keepalive Keepalive uses ping to keep the OpenVPN session alive. “Keepalive 10 120” pings
every 10 seconds and assumes the remote peer is down if no ping has been received
over a 120 second time period.
http-proxy <proxy server>
<proxy port #>
If a proxy is required to access the server, enter the proxy server DNS name or IP and
port number.
ca <file name> Enter the CA certificate file name and location.
The same CA certificate file can be used by the server and all clients.
Note: Ensure each “\” in the directory path is replaced with “\\”. For example, c:\openvpnkeys\
ca.crt will become c:\\openvpnkeys\\ca.crt.
cert <file name> Enter the client’s or server’s certificate file name and location.
Each client should have its own certificate and key files.
Note: Ensure each “\” in the directory path is replaced with “\\”.
Loading ...
Loading ...
Loading ...