Advertisement
Guest User

Untitled

a guest
May 27th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. root@live:~# cp /etc/openvpn/client1.conf /etc/openvpn/client/client1.conf
  2. root@live:~# systemctl start openvpn-client@.client1
  3. Job for openvpn-client@.client1.service failed because the control process exited with error code.
  4. See "systemctl status openvpn-client@.client1.service" and "journalctl -xe" for details.
  5. root@live:~# journalctl -xe
  6. May 27 14:30:39 live systemd[1]: openvpn@client1.service: Failed to reset devices.list: Operation not permitted
  7. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  8. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  9. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  10. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  11. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  12. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  13. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  14. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  15. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  16. May 27 14:30:39 live systemd[1]: Failed to set devices.allow on /system.slice/system-openvpn.slice/openvpn@client1.service: Operation not permitted
  17. May 27 14:30:39 live systemd[1]: Starting OpenVPN connection to client1...
  18. -- Subject: Unit openvpn@client1.service has begun start-up
  19. -- Defined-By: systemd
  20. -- Support: http://www.ubuntu.com/support
  21. --
  22. -- Unit openvpn@client1.service has begun starting up.
  23. May 27 14:30:39 live ovpn-client1[2558]: OpenVPN 2.4.4 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Sep 5 2018
  24. May 27 14:30:39 live ovpn-client1[2558]: library versions: OpenSSL 1.1.0g 2 Nov 2017, LZO 2.08
  25. May 27 14:30:39 live systemd[1]: Started OpenVPN connection to client1.
  26. -- Subject: Unit openvpn@client1.service has finished start-up
  27. -- Defined-By: systemd
  28. -- Support: http://www.ubuntu.com/support
  29. --
  30. -- Unit openvpn@client1.service has finished starting up.
  31. --
  32. -- The start-up result is RESULT.
  33. May 27 14:30:39 live ovpn-client1[2558]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  34. May 27 14:30:39 live ovpn-client1[2558]: Outgoing Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
  35. May 27 14:30:39 live ovpn-client1[2558]: Incoming Control Channel Authentication: Using 256 bit message hash 'SHA256' for HMAC authentication
  36. May 27 14:30:39 live ovpn-client1[2558]: TCP/UDP: Preserving recently used remote address: [AF_INET]31.132.5.71:1194
  37. May 27 14:30:39 live ovpn-client1[2558]: Socket Buffers: R=[212992->212992] S=[212992->212992]
  38. May 27 14:30:39 live ovpn-client1[2558]: UDP link local: (not bound)
  39. May 27 14:30:39 live ovpn-client1[2558]: UDP link remote: [AF_INET]31.132.5.71:1194
  40. May 27 14:30:39 live ovpn-client1[2558]: NOTE: UID/GID downgrade will be delayed because of --client, --pull, or --up-delay
  41. May 27 14:30:39 live ovpn-client1[2558]: TLS: Initial packet from [AF_INET]31.132.5.71:1194, sid=d90d1256 8eae5b9d
  42. May 27 14:30:39 live ovpn-client1[2558]: VERIFY OK: depth=1, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, OU=MyOrganizationalUnit, CN=Fort-Funston CA, name=server, emailAddress=me@myhost.mydomain
  43. May 27 14:30:39 live ovpn-client1[2558]: VERIFY KU OK
  44. May 27 14:30:39 live ovpn-client1[2558]: Validating certificate extended key usage
  45. May 27 14:30:39 live ovpn-client1[2558]: ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
  46. May 27 14:30:39 live ovpn-client1[2558]: VERIFY EKU OK
  47. May 27 14:30:39 live ovpn-client1[2558]: VERIFY OK: depth=0, C=US, ST=CA, L=SanFrancisco, O=Fort-Funston, OU=MyOrganizationalUnit, CN=server, name=server, emailAddress=me@myhost.mydomain
  48. May 27 14:30:39 live ovpn-client1[2558]: Control Channel: TLSv1.2, cipher TLSv1.2 DHE-RSA-AES256-GCM-SHA384, 2048 bit RSA
  49. May 27 14:30:39 live ovpn-client1[2558]: [server] Peer Connection Initiated with [AF_INET]31.132.5.71:1194
  50. May 27 14:30:41 live ovpn-client1[2558]: SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
  51. May 27 14:30:41 live ovpn-client1[2558]: PUSH: Received control message: 'PUSH_REPLY,route 10.8.0.1,topology net30,ping 10,ping-restart 120,ifconfig 10.8.0.50 255.255.255.255'
  52. May 27 14:30:41 live ovpn-client1[2558]: OPTIONS IMPORT: timers and/or timeouts modified
  53. May 27 14:30:41 live ovpn-client1[2558]: OPTIONS IMPORT: --ifconfig/up options modified
  54. May 27 14:30:41 live ovpn-client1[2558]: OPTIONS IMPORT: route options modified
  55. May 27 14:30:41 live ovpn-client1[2558]: Outgoing Data Channel: Cipher 'AES-128-CBC' initialized with 128 bit key
  56. May 27 14:30:41 live ovpn-client1[2558]: Outgoing Data Channel: Using 256 bit message hash 'SHA256' for HMAC authentication
  57. May 27 14:30:41 live ovpn-client1[2558]: Incoming Data Channel: Cipher 'AES-128-CBC' initialized with 128 bit key
  58. May 27 14:30:41 live ovpn-client1[2558]: Incoming Data Channel: Using 256 bit message hash 'SHA256' for HMAC authentication
  59. May 27 14:30:41 live ovpn-client1[2558]: WARNING: Since you are using --dev tun with a point-to-point topology, the second argument to --ifconfig must be an IP address. You are using something (255.255.255.255) that looks more like a net
  60. May 27 14:30:41 live ovpn-client1[2558]: ROUTE_GATEWAY 192.168.10.1/255.255.255.0 IFACE=eth0 HWADDR=02:64:dc:2e:f3:8e
  61. May 27 14:30:41 live ovpn-client1[2558]: TUN/TAP device tun0 opened
  62. May 27 14:30:41 live ovpn-client1[2558]: Note: Cannot set tx queue length on tun0: Operation not permitted (errno=1)
  63. May 27 14:30:41 live ovpn-client1[2558]: do_ifconfig, tt->did_ifconfig_ipv6_setup=0
  64. May 27 14:30:41 live ovpn-client1[2558]: /sbin/ip link set dev tun0 up mtu 1500
  65. May 27 14:30:41 live ovpn-client1[2558]: openvpn_execve: unable to fork: Resource temporarily unavailable (errno=11)
  66. May 27 14:30:41 live ovpn-client1[2558]: Exiting due to fatal error
  67. May 27 14:30:41 live networkd-dispatcher[145]: WARNING:Unknown index 136 seen, reloading interface list
  68. May 27 14:30:41 live systemd[1]: openvpn@client1.service: Main process exited, code=exited, status=1/FAILURE
  69. May 27 14:30:41 live systemd[1]: openvpn@client1.service: Failed with result 'exit-code'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement