
Originally Posted by
slowfood27
No valid SA means that your encryption parameters do not match.
Just as a reminder: your local encryption domain (A) contains ALL IP Addresses you wanna present to your VPN peering partner, regardless if there is NAT in place or not.
The peering partners VPN encryption domain (B) contains ALL IP Addresses he is presenting to you. A and B must match at both ends.
And there are as well some other VPN parameters such as encryption methods, hash algorithms, lifetime, shared secret, etc. which MUST match as well at both ends.
In order to get more info you should turn on IKE and VPN Debugging
at expert mode level on the gw (bash)
vpn debug on (off to stop)
vpn debug ikeon (ikeoff to stop)
the debugging information is written to the 2 logfiles $FWDIR/log/vpnd.elg and $FWDIR/log/ike.elg
You can read the ike.elg into the IKEView utility (included in the InfoView Utility you can download from Check Point Support) and check what's going on.
HTH
Bookmarks