⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.conf.v2

📁 This a good VPN source
💻 V2
字号:
Subject: [Design] changes to ipsec.conf# RCSID $Id: README.conf.V2,v 1.1 2002/09/15 22:45:14 dhr Exp $We are changing ipsec.conf for the 2.0 series of FreeS/WAN.OE is enabled by default.  This is accomplished by automaticallydefining a conn "OEself" UNLESS the sysadmin defines one with the samename:conn OEself	# authby=rsasig   # default	left=%defaultroute	leftrsasigkey=%dnsondemand	# default	right=%opportunistic	rightrsasigkey=%dnsondemand	# default	keyingtries=3	ikelifetime=1h	keylife=1h	# default	rekey=no	# disablearrivalcheck=no  # default	auto=routeThis will only work if %defaultroute works.The leftid will be the resulting IP address (won't work ifyou haven't filled in the reverse DNS entry).Unlike other conns, nothing in this implicit conn is changed by conn %default.We'd like a better name.  A conn name starting with % cannot bedefined by the sysadmin, so that is out.  Names that haven't grabbedus: OEhost, OElocalhost, OEthishost, OEforself, OE4self.There is no requirement to have /etc/ipsec.conf.  If you do, the firstsignificant line (non-blank, non-comment) must be (not indented):version 2.0This signifies that the file was intended for FreeS/WAN version 2.0.The following table shows most changes.  "-" means that the optiondoesn't exist.  "Recent Boilerplate" shows the effect of the "conn%default" in the automatically installed /etc/ipsec.conf (notinstalled if you already had one).Option		Old Default	Recent Boilerplate	New Default======		===========	==================	===========config setup:interfaces	""		%defaultroute		%defaultrouteplutoload	""		%search			- [same as %search]plutostart	""		%search			- [same as %search]uniqueids	no		yes			yesrp_filter	-		-			0plutowait	yes		yes			nodump		no		no			- [use dumpdir]plutobackgroundload ignored	ignored			-no_eroute_pass	no		no			- [use packetdefault]conn %default:keyingtries	3		0			%forever [0 means this]disablearrivalcheck  yes	no			noauthby		secret		rsasig			rsasigleftrsasigkey	""		%dnsondemand		%dnsondemandrightrsasigkey	""		%dnsondemand		%dnsondemandlifetime	==keylife	==keylife		- [use keylife]rekeystart	==rekeymargin	==rekeymargin		- [use rekeymargin]rekeytries	==keyingtries	==keyingtries		- [use keyingtries]======		===========	==================	===========Option		Old Default	Recent Boilerplate	New DefaultThe auto= mechanism has been extended to support manual conns.  If youspecify auto=manual in a conn, an "ipsec manual" will be performed onit at startup (ipsec setup start).There is a new config setup option "rp_filter".  It controls	/proc/sys/net/ipv4/conf/PHYS/rp_filterfor each PHYSical IP interface used by FreeS/WAN.  Settings are:	%unchanged	do not touch (but warn if wrong)	0		set to 0; default; means: no filtering	1		set to 1; means: loose filter	2		set to 1; means: strict filter0 is often necessary for FreeS/WAN to function.  Some folkswant other settings.  Shutting down FreeS/WAN does not restorethe original value.Currently ikelife defaults to 1 hour and keylife defaults to 8 hours.There have been some rumblings that these are the wrong defaults, butit isn't clear what would be best.  Perhaps both should be closer.Any thoughts of what these should be?  Any Road Warrior or OE connshould probably have carefully thought-out values explicitlyspecified.  The settings don't matter much for VPN connections.keyingtries=%forever is the new improved notation for keyingtries=0.Eventually the 0 notation will be eliminated.Some options can now be set to %none to signify no setting.  Otherwisethere would be no way for the user to override a default setting:	leftrsasigkey, rightrsasigkey [added in 1.98]	interfacesHugh Redelmeierhugh@mimosa.com  voice: +1 416 482-8253

⌨️ 快捷键说明

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