Hi,
What is meant when Network Connect is descibed to provide an IPSec-like network tunnel? I know through the configuration UI that it utilizes ESP.
Thanks!
Solved! Go to Solution.
It is considered IPsec-like, since it uses ESP over UDP, but does not use IKE. Since you must log into the SA first, all key exchange is done over SSL and the ESP is setup over UDP so it can traverse a NAT. Since there's no IKE, its more consitent connecting over a NAT connection. ESP is higher performance than SSL, but NC will fall back to SSL on a last resort.
-=Dan=-
Thanks. I guess I'm more interested in the protocols used by the IPsec suite - AH, ESP, and IKE. Which of these protocols are and aren't used by NC?
NC can use ESP and than falls back on NCP.
no ESP , AH or IKE support.
Encryotion can be set to
AES128/MD5 (maximize performance) AES128/SHA1 AES256/MD5 AES256/SHA1 (maximize security)If you are looking for IPSec functionality, then I wouldn't suggest a SSL-VPN.
The SSG firewalls are compatible with (almost) any IPSec client. You should look into those.
It is considered IPsec-like, since it uses ESP over UDP, but does not use IKE. Since you must log into the SA first, all key exchange is done over SSL and the ESP is setup over UDP so it can traverse a NAT. Since there's no IKE, its more consitent connecting over a NAT connection. ESP is higher performance than SSL, but NC will fall back to SSL on a last resort.
-=Dan=-