Skip to content

Instantly share code, notes, and snippets.

/-

Created October 28, 2016 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1387143bd7f90942cb841ff06b88cd17 to your computer and use it in GitHub Desktop.
Save anonymous/1387143bd7f90942cb841ff06b88cd17 to your computer and use it in GitHub Desktop.
NetworkManager[599]: <info> [1477647089.7176] audit: op="connection-activate" uuid="161a2777-92df-49a7-b432-7b2dae8800ac" name="<vpn name>" pid=1810 uid=1000 result="success"
NetworkManager[599]: <info> [1477647089.7202] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: Saw the service appear; activating connection
NetworkManager[599]: <info> [1477647089.7325] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN connection: (ConnectInteractive) reply received
charon-nm: 15[CFG] received initiate for NetworkManager connection <vpn name>
charon-nm: 15[CFG] using CA certificate, gateway identity '<remote IP>'
charon-nm: 15[IKE] initiating IKE_SA <vpn name>[2] to <remote IP>
charon-nm: 15[ENC] generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG) ]
charon-nm: 15[NET] sending packet: from 10.0.2.15[54067] to <remote IP>[500] (1416 bytes)
NetworkManager[599]: <info> [1477647089.7480] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN plugin: state changed: starting (3)
charon-nm: 05[NET] received packet: from <remote IP>[500] to 10.0.2.15[54067] (456 bytes)
charon-nm: 05[ENC] parsed IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(HASH_ALG) N(MULT_AUTH) ]
charon-nm: 05[IKE] local host is behind NAT, sending keep alives
charon-nm: 05[IKE] sending cert request for "......"
charon-nm: 05[IKE] establishing CHILD_SA <vpn name>
charon-nm: 05[ENC] generating IKE_AUTH request 1 [ IDi N(INIT_CONTACT) CERTREQ CPRQ(ADDR DNS NBNS) SA TSi TSr N(MOBIKE_SUP) N(NO_ADD_ADDR) N(MULT_AUTH) N(EAP_ONLY) ]
charon-nm: 05[NET] sending packet: from 10.0.2.15[4500] to <remote IP>[4500] (332 bytes)
charon-nm: 03[IKE] retransmit 1 of request with message ID 1
charon-nm: 03[NET] sending packet: from 10.0.2.15[4500] to <remote IP>[4500] (332 bytes)
charon-nm: 02[IKE] retransmit 2 of request with message ID 1
charon-nm: 02[NET] sending packet: from 10.0.2.15[4500] to <remote IP>[4500] (332 bytes)
charon-nm: 16[IKE] retransmit 3 of request with message ID 1
charon-nm: 16[NET] sending packet: from 10.0.2.15[4500] to <remote IP>[4500] (332 bytes)
charon-nm: 09[IKE] sending keep alive to <remote IP>[4500]
charon-nm: 01[IKE] retransmit 4 of request with message ID 1
charon-nm: 01[NET] sending packet: from 10.0.2.15[4500] to <remote IP>[4500] (332 bytes)
NetworkManager[599]: <warn> [1477647150.2717] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN connection: connect timeout exceeded.
NetworkManager[599]: libnm-glib-Message: Connect timer expired, disconnecting.
charon-nm: 10[IKE] destroying IKE_SA in state CONNECTING without notification
NetworkManager[599]: <info> [1477647150.2988] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN plugin: state changed: stopping (5)
NetworkManager[599]: <warn> [1477647150.2999] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN plugin: failed: login-failed (0)
NetworkManager[599]: <info> [1477647150.3004] vpn-connection[0xa093c0,161a2777-92df-49a7-b432-7b2dae8800ac,"<vpn name>",0]: VPN plugin: state changed: stopped (6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment