hi everyone,
i' m setting up a site to site vpn between a fortigate and a cisco router, on my cisco router i' m using dyndns to update it' s public ip address, for the fortigate i have an static ip address
well i configured both the fortigate and the cisco router as stated in a fortinet guide on configuring site to site vpn between cisco and forti (FortiGate Antivirus Firewall to Cisco Router IPSec VPN Interoperability Technical Note), but my vpn inst working, i ran some debug on cisco (debug crypto isa) and this is the output
------------------------------------------------------------------------
*Nov 17 22:39:46.596: ISAKMP:(1001):purging node 1936815858
*Nov 17 22:39:47.844: ISAKMP (0:1001): received packet from 189.210.125.54 dport 500 sport 500 Global (R) QM_IDLE
*Nov 17 22:39:47.844: ISAKMP: set new node -2128679275 to QM_IDLE
*Nov 17 22:39:47.844: ISAKMP:(1001): processing HASH payload. message ID = -2128679275
*Nov 17 22:39:47.844: ISAKMP:(1001): processing NOTIFY DPD/R_U_THERE protocol 1
spi 0, message ID = -2128679275, sa = 49EEC508
*Nov 17 22:39:47.848: ISAKMP:(1001):deleting node -2128679275 error FALSE reason " Informational (in) state 1"
*Nov 17 22:39:47.848: ISAKMP:(1001):Input = IKE_MESG_FROM_PEER, IKE_INFO_NOTIFY
*Nov 17 22:39:47.848: ISAKMP:(1001):Old State = IKE_P1_COMPLETE New State = IKE_P1_COMPLETE
*Nov 17 22:39:47.848: ISAKMP:(1001):DPD/R_U_THERE received from peer 189.210.125.54, sequence 0x96
*Nov 17 22:39:47.848: ISAKMP: set new node -588365181 to QM_IDLE
*Nov 17 22:39:47.848: ISAKMP:(1001):Sending NOTIFY DPD/R_U_THERE_ACK protocol 1
spi 1223058832, message ID = -588365181
*Nov 17 22:39:47.848: ISAKMP:(1001): seq. no 0x96
*Nov 17 22:39:47.848: ISAKMP:(1001): sending packet to 189.210.125.54 my_port 500 peer_port 500 (R) QM_IDLE
*Nov 17 22:39:47.848: ISAKMP:(1001):Sending an IKE IPv4 Packet.
*Nov 17 22:39:47.848: ISAKMP:(1001):purging node -588365181
*Nov 17 22:39:47.852: ISAKMP:(1001):Input = IKE_MESG_FROM_PEER, IKE_MESG_KEEP_ALIVE
*Nov 17 22:39:47.852: ISAKMP:(1001):Old State = IKE_P1_COMPLETE New State = IKE_P1_COMPLETE
*Nov 17 22:39:51.688: ISAKMP:(1001):purging node -880549832
*Nov 17 22:39:52.952: ISAKMP (0:1001): received packet from 189.210.125.54 dport 500 sport 500 Global (R) QM_IDLE
*Nov 17 22:39:52.952: ISAKMP: set new node 932589724 to QM_IDLE
*Nov 17 22:39:52.952: ISAKMP:(1001): processing HASH payload. message ID = 932589724
*Nov 17 22:39:52.952: ISAKMP:(1001): processing NOTIFY DPD/R_U_THERE protocol 1
spi 0, message ID = 932589724, sa = 49EEC508
*Nov 17 22:39:52.952: ISAKMP:(1001):deleting node 932589724 error FALSE reason " Informational (in) state 1"
*Nov 17 22:39:52.952: ISAKMP:(1001):Input = IKE_MESG_FROM_PEER, IKE_INFO_NOTIFY
*Nov 17 22:39:52.952: ISAKMP:(1001):Old State = IKE_P1_COMPLETE New State = IKE_P1_COMPLETE
--------------------------------------------------------------------------------------------
let me know if you need some more info on my configurations
thanks in advance