X-dea / flutter_vpn

Plugin to access VPN service for Flutter | Flutter 的 VPN 插件
GNU Lesser General Public License v3.0
345 stars 125 forks source link

Vpn Server connection problem #82

Closed hmbadhon closed 3 years ago

hmbadhon commented 3 years ago

I/CharonVpnService(14804): charon started I/charon (14804): 13[IKE] initiating IKE_SA android[7] to 198.7.62.204 I/charon (14804): 13[ENC] generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) N(REDIR_SUP) ] I/charon (14804): 13[NET] sending packet: from 10.0.2.16[38223] to 198.7.62.204[500] (716 bytes) I/charon (14804): 05[IKE] retransmit 1 of request with message ID 0 I/charon (14804): 05[NET] sending packet: from 10.0.2.16[38223] to 198.7.62.204[500] (716 bytes) I/charon (14804): 08[IKE] retransmit 2 of request with message ID 0 I/charon (14804): 08[NET] sending packet: from 10.0.2.16[38223] to 198.7.62.204[500] (716 bytes) I/charon (14804): 09[IKE] retransmit 3 of request with message ID 0 I/charon (14804): 09[NET] sending packet: from 10.0.2.16[38223] to 198.7.62.204[500] (716 bytes) I/charon (14804): 13[IKE] giving up after 3 retransmits I/charon (14804): 13[IKE] establishing IKE_SA failed, peer not responding I/charon (14804): 17[IKE] unable to terminate IKE_SA: ID 7 not found

I used PPTP servers from vpnbook.com, how will I solve this issue? please help. thanks