Guest User

Untitled

a guest
Jun 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Jun 18 19:57:01 Server ovpn-openvpn_tcp[856]: TCP connection established with [AF_INET]196.52.43.65:6666
  2. Jun 18 19:57:03 Server ovpn-openvpn_tcp[856]: 196.52.43.65:6666 WARNING: Bad encapsulated packet length from peer (5635), which must be > 0 and <= 1627 -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]
  3. Jun 18 19:57:03 Server ovpn-openvpn_tcp[856]: 196.52.43.65:6666 Connection reset, restarting [0]
  4. Jun 18 19:57:03 Server ovpn-openvpn_tcp[856]: 196.52.43.65:6666 SIGUSR1[soft,connection-reset] received, client-instance restarting
  5. Jun 18 20:42:20 Server ovpn-openvpn_tcp[856]: TCP connection established with [AF_INET]23.239.65.138:61397
  6. Jun 18 20:42:20 Server ovpn-openvpn_tcp[856]: 23.239.65.138:61397 WARNING: Bad encapsulated packet length from peer (5635), which must be > 0 and <= 1627 -- please ensure that --tun-mtu or --link-mtu is equal on both peers -- this condition could also indicate a possible active attack on the TCP link -- [Attempting restart...]
  7. Jun 18 20:42:20 Server ovpn-openvpn_tcp[856]: 23.239.65.138:61397 Connection reset, restarting [0]
  8. Jun 18 20:42:20 Server ovpn-openvpn_tcp[856]: 23.239.65.138:61397 SIGUSR1[soft,connection-reset] received, client-instance restarting
  9.  
  10. [Definition]
  11.  
  12. # Example messages (other matched messages not seen in the testing server's logs):
  13. # Fri Sep 23 11:55:36 2016 TLS Error: incoming packet authentication failed from [AF_INET]59.90.146.160:51223
  14. # Thu Aug 25 09:36:02 2016 117.207.115.143:58922 TLS Error: TLS handshake failed
  15.  
  16. failregex = ^ TLS Error: incoming packet authentication failed from [AF_INET]<HOST>:d+$
  17. ^ <HOST>:d+ Connection reset, restarting
  18. ^ <HOST>:d+ Fatal TLS Error
  19. ^ <HOST>:d+ TLS Error: TLS handshake failed$
  20. ^ <HOST>:d+ VERIFY ERROR
  21. ^ <HOST>:d+ Bad encapsulated packet length
  22.  
  23. ignoreregex =
  24.  
  25. [openvpndenytcp]
  26.  
  27. enabled = true
  28. port = 443
  29. protocol = tcp
  30. filter = openvpndeny
  31. logpath = /var/log/syslog
  32. maxretry = 3
Add Comment
Please, Sign In to add comment