road.conf

来自「openswan」· CONF 代码 · 共 37 行

CONF
37
字号
# /etc/ipsec.conf - FreeS/WAN IPsec configuration fileversion 2.0config setup	# put the logs in /tmp for the UMLs, so that we can operate	# without syslogd, which seems to break on UMLs	plutostderrlog=/tmp/pluto.log	plutorestartoncrash=false	dumpdir=/tmpconn xauth-road--eastnet-psk	also=road--eastnet	auto=ignore	rightxauthserver=yes	leftxauthclient=yesconn road--eastnet-psk	also=eastnet	also=road-east-psk	auto=add	left=%defaultroute        ike=3des-sha1	authby=secretconn packetdefault	auto=ignoreconn road-east-psk	right=192.1.2.23	rightid=@east	rightnexthop=192.1.2.45	leftid=192.1.3.174include	/etc/ipsec.d/ipsec.conf.common

⌨️ 快捷键说明

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