# OpenVPN client configuration file # # Act as a client tls-client # Server & port to connect to remote nnn.nnn.nnn.nnn 1194 dev tun proto udp nobind resolv-retry infinite explicit-exit-notify 2 # Adjustment for upload stream on Starband ISP tun-mtu 1500 fragment 1200 mssfix # Get most of the config from the server pull ca /etc/ssl/certs/collegeca.pem cert /etc/openvpn/mydccert.pem key /etc/openvpn/mydckey.pem cipher BF-CBC mute-replay-warnings ns-cert-type server verb 4 log /etc/openvpn/client.log # End of config