I want to use L2TP to through NAT, but i do not need IPsec, because IPsec waste much CPU. I can setup one L2TP server on linux, so is there any L2TP windows client without IPsec ?
My understanding is that L2TP without IPsec in insecure.
"WARNING: Disabling IPSEC for L2TP connections is a severe limitation in security and is recommended only for troubleshooting." - http://support.microsoft.com/kb/258261
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Rasman\Parameters
Add the following registry value to this key:
Value Name: ProhibitIpSec
Data Type: REG_DWORD
Value: 1
Note that you must restart your Windows 2000-based computer for the changes to take effect.
You can use default L2TP windows client and ProhibitIpSec.
My understanding is that L2TP without IPsec in insecure.
"WARNING: Disabling IPSEC for L2TP connections is a severe limitation in security and is recommended only for troubleshooting." - http://support.microsoft.com/kb/258261