l2tp-cert-orgwin2kxp.conf.in

来自「ipsec vpn」· IN 代码 · 共 33 行

IN
33
字号
conn l2tp-cert-orgWIN2KXP	#	# Configuration for one user with the non-updated Windows 2000/XP.	#	#	# Use a certificate. Disable Perfect Forward Secrecy.	#	authby=rsasig	pfs=no	auto=add        # we cannot rekey for %any, let client rekey        rekey=no        # Do not enable the line below. It is implicitely used, and        # specifying it will currently break when using nat-t.        # type=transport. See http://bugs.xelerance.com/view.php?id=466        #	left=%defaultroute	# or you can use: left=YourIPAddress	leftrsasigkey=%cert	leftcert=/etc/ipsec.d/certs/YourGatewayCertHere.pem	# Work-around for original (non-updated) Windows 2000/XP clients,	# to support all clients, use leftprotoport=17/%any	leftprotoport=17/0	#	# The remote user.	#	right=%any        rightca=%same	rightrsasigkey=%cert	rightprotoport=17/1701        rightsubnet=vhost:%priv,%no

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?