Created
August 25, 2019 18:46
-
-
Save zimmertr/f9eddcb8a8c6dec0ab6c5f8a39aec537 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $> sudo openvpn --config vpn.tjzimmerman.com.ovpn --auth-user-pass pass.txt | |
| [sudo] password for tj: | |
| Sun Aug 25 11:45:52 2019 WARNING: file 'pass.txt' is group or others accessible | |
| Sun Aug 25 11:45:52 2019 OpenVPN 2.4.7 [git:makepkg/2b8aec62d5db2c17+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Feb 19 2019 | |
| Sun Aug 25 11:45:52 2019 library versions: OpenSSL 1.1.1c 28 May 2019, LZO 2.10 | |
| Sun Aug 25 11:45:52 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead. | |
| Sun Aug 25 11:45:52 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| Sun Aug 25 11:45:52 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| Sun Aug 25 11:45:52 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]35.212.180.218:1194 | |
| Sun Aug 25 11:45:52 2019 Socket Buffers: R=[212992->212992] S=[212992->212992] | |
| Sun Aug 25 11:45:52 2019 UDP link local: (not bound) | |
| Sun Aug 25 11:45:52 2019 UDP link remote: [AF_INET]35.212.180.218:1194 | |
| Sun Aug 25 11:45:56 2019 Server poll timeout, restarting | |
| Sun Aug 25 11:45:56 2019 SIGUSR1[soft,server_poll] received, process restarting | |
| Sun Aug 25 11:45:56 2019 WARNING: --ns-cert-type is DEPRECATED. Use --remote-cert-tls instead. | |
| Sun Aug 25 11:45:56 2019 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| Sun Aug 25 11:45:56 2019 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication | |
| Sun Aug 25 11:45:56 2019 TCP/UDP: Preserving recently used remote address: [AF_INET]35.212.180.218:9443 | |
| Sun Aug 25 11:45:56 2019 Socket Buffers: R=[131072->131072] S=[16384->16384] | |
| Sun Aug 25 11:45:56 2019 Attempting to establish TCP connection with [AF_INET]35.212.180.218:9443 [nonblock] | |
| Sun Aug 25 11:45:57 2019 TCP: connect to [AF_INET]35.212.180.218:9443 failed: Connection refused | |
| Sun Aug 25 11:45:57 2019 SIGUSR1[connection failed(soft),init_instance] received, process restarting | |
| Sun Aug 25 11:45:57 2019 Restart pause, 5 second(s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment