📄 ipsec.conf.in
字号:
# /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -