ipsec.conf.in

来自「This a good VPN source」· IN 代码 · 共 34 行

IN
34
字号
# /etc/ipsec.conf - Openswan IPsec configuration file# RCSID $Id: ipsec.conf.in,v 1.13 2004/03/24 04:14:39 ken Exp $# This file:  @FINALEXAMPLECONFDIR@/ipsec.conf-sample## Manual:     ipsec.conf.5version	2.0	# conforms to second version of ipsec.conf specification# basic configurationconfig setup	# Debug-logging controls:  "none" for (almost) none, "all" for lots.	# klipsdebug=none	# plutodebug="control parsing"# Add connections here# sample VPN connection#sample#	conn sample#sample#		# Left security gateway, subnet behind it, next hop toward right.#sample#		left=10.0.0.1#sample#		leftsubnet=172.16.0.0/24#sample#		leftnexthop=10.22.33.44#sample#		# Right security gateway, subnet behind it, next hop toward left.#sample#		right=10.12.12.1#sample#		rightsubnet=192.168.0.0/24#sample#		rightnexthop=10.101.102.103#sample#		# To authorize this connection, but not actually start it, at startup,#sample#		# uncomment this.#sample#		#auto=start@OE_FLAG@

⌨️ 快捷键说明

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