Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1.  
  2. [root@localhost openvpn]# cat openvpn.log
  3. Sat Jul 23 10:48:08 2016 WARNING: Multiple --daemon directives specified, ignori ng --daemon openvpn. (Note that initscripts sometimes add their own --daemon dir ective.)
  4. Sat Jul 23 10:48:08 2016 OpenVPN 2.3.11 x86_64-redhat-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on May 10 2016
  5. Sat Jul 23 10:48:08 2016 library versions: OpenSSL 1.0.1e-fips 11 Feb 2013, LZO 2.06
  6. Sat Jul 23 10:48:08 2016 NOTE: your local LAN uses the extremely common subnet a ddress 192.168.0.x or 192.168.1.x. Be aware that this might create routing conf licts if you connect to the VPN server from public locations such as internet ca fes that use the same subnet.
  7. Sat Jul 23 10:48:08 2016 Diffie-Hellman initialized with 1024 bit key
  8. Sat Jul 23 10:48:08 2016 Control Channel Authentication: using '/etc/openvpn/ta. key' as a OpenVPN static key file
  9. Sat Jul 23 10:48:08 2016 Outgoing Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  10. Sat Jul 23 10:48:08 2016 Incoming Control Channel Authentication: Using 160 bit message hash 'SHA1' for HMAC authentication
  11. Sat Jul 23 10:48:08 2016 Socket Buffers: R=[212992->212992] S=[212992->212992]
  12. Sat Jul 23 10:48:08 2016 ROUTE_GATEWAY 192.168.0.1/255.255.255.0 IFACE=enp3s0 HW ADDR=08:60:6e:d9:a1:6b
  13. Sat Jul 23 10:48:08 2016 TUN/TAP device tun0 opened
  14. Sat Jul 23 10:48:08 2016 TUN/TAP TX queue length set to 100
  15. Sat Jul 23 10:48:08 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
  16. Sat Jul 23 10:48:08 2016 /usr/sbin/ip link set dev tun0 up mtu 1500
  17. Sat Jul 23 10:48:08 2016 /usr/sbin/ip addr add dev tun0 local 10.8.1.1 peer 10.8 .1.2
  18. Sat Jul 23 10:48:08 2016 /usr/sbin/ip route add 10.8.1.0/24 via 10.8.1.2
  19. Sat Jul 23 10:48:08 2016 GID set to nobody
  20. Sat Jul 23 10:48:08 2016 UID set to nobody
  21. Sat Jul 23 10:48:08 2016 UDPv4 link local (bound): [undef]
  22. Sat Jul 23 10:48:08 2016 UDPv4 link remote: [undef]
  23. Sat Jul 23 10:48:08 2016 MULTI: multi_init called, r=256 v=256
  24. Sat Jul 23 10:48:08 2016 IFCONFIG POOL: base=10.8.1.4 size=62, ipv6=0
  25. Sat Jul 23 10:48:08 2016 Initialization Sequence Completed
  26. [root@localhost openvpn]# telnet localhost 3000
  27. Trying ::1...
  28. telnet: connect to address ::1: Connection refused
  29. Trying 127.0.0.1...
  30. telnet: connect to address 127.0.0.1: Connection refused
  31. [root@localhost openvpn]#
  32.  
  33. [root@localhost openvpn]# telnet localhost 3000
  34. Trying ::1...
  35. telnet: connect to address ::1: Connection refused
  36. Trying 127.0.0.1...
  37. telnet: connect to address 127.0.0.1: Connection refused
  38. [root@localhost openvpn]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement