After upgrading to XG17, I am facing with a problem with CISCO VPN.
It is configured with using pre-shared key and my clients are iOS devices.
Initially, it works, but after a few hours it is not possible to connect to the server.
Disabling and re-enabling Cisco VPN Client in General Settings tab makes the connection working again, but also only for a few hours.
When the connectivity is broken, I see following entries in the log:
2017-12-13 04:00:00 08[KNL] interface Port2_ppp deactivated
2017-12-13 04:00:00 12[KNL] 79.191.97.143 disappeared from Port2_ppp
2017-12-13 04:00:00 05[KNL] interface Port2_ppp deleted
2017-12-13 04:00:01 11[KNL] 79.191.148.228 appeared on Port2_ppp
2017-12-13 04:00:01 08[KNL] 79.191.148.228 disappeared from Port2_ppp
2017-12-13 04:00:01 15[KNL] 79.191.148.228 appeared on Port2_ppp
2017-12-13 04:00:01 14[KNL] interface Port2_ppp activated
2017-12-13 04:00:02 14[CFG] rereading secrets
2017-12-13 04:00:02 14[CFG] loading secrets from '/_conf/ipsec/ipsec.secrets'
2017-12-13 04:00:02 14[CFG] loading secrets from '/_conf/ipsec/connections/CISCOVPN.secrets'
2017-12-13 04:00:02 14[CFG] loaded IKE secret for 79.191.97.143 %any
2017-12-13 04:00:02 13[CFG] rereading ca certificates from '/_conf/ipsec/ipsec.d/cacerts'
2017-12-13 08:51:40 05[NET] <14> received packet: from 37.47.8.201[15003] to 79.191.148.228[500] (848 bytes)
2017-12-13 08:51:40 05[ENC] <14> parsed ID_PROT request 0 [ SA V V V V V V V V V V V V V V ]
2017-12-13 08:51:40 05[IKE] <14> no IKE config found for 79.191.148.228...37.47.8.201, sending NO_PROPOSAL_CHOSEN
2017-12-13 08:51:40 05[ENC] <14> generating INFORMATIONAL_V1 request 4248552094 [ N(NO_PROP) ]
2017-12-13 08:51:40 05[NET] <14> sending packet: from 79.191.148.228[500] to 37.47.8.201[15003] (40 bytes)
I suspect that it may be related to this that I have dynamically assigned public IP, which is being renewed every 24hrs by my internet provider. Above log shows the moment of the IP renewal, and that after connecting to VPN server was not possible.
Please see the entry 2017-12-13 04:00:02 14[CFG] loaded IKE secret for 79.191.97.143 %any
The IP 79.191.97.143 is the old IP address on ppp interface. The newly assigned is 79.191.148.228
I think it is a bug in this firmware.
This thread was automatically locked due to age.