_updown.in
来自「ipsec vpn」· IN 代码 · 共 94 行
IN
94 行
#! /bin/sh# iproute2 version, default updown script## Copyright (C) 2003-2004 Nigel Metheringham# Copyright (C) 2002-2004 Michael Richardson <mcr@xelerance.com># Copyright (C) 2003-2005 Tuomo Soini <tis@foobar.fi># # This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by the# Free Software Foundation; either version 2 of the License, or (at your# option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.# # This program is distributed in the hope that it will be useful, but# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License# for more details.## RCSID $Id: _updown.in,v 1.21.2.11 2006/02/20 22:57:28 paul Exp $# CAUTION: Installing a new version of Openswan will install a new# copy of this script, wiping out any custom changes you make. If# you need changes, make a copy of this under another name, and customize# that, and use the (left/right)updown parameters in ipsec.conf to make# Openswan use yours instead of this default one.LC_ALL=C export LC_ALL# things that this script gets (from ipsec_pluto(8) man page)### PLUTO_VERSION# indicates what version of this interface is being# used. This document describes version 1.1. This# is upwardly compatible with version 1.0.## PLUTO_VERB# specifies the name of the operation to be performed# (prepare-host, prepare-client, up-host, up-client,# down-host, or down-client). If the address family# for security gateway to security gateway# communications is IPv6, then a suffix of -v6 is added# to the verb.## PLUTO_CONNECTION# is the name of the connection for which we are# routing.## PLUTO_CONN_POLICY# the policy of the connection, as in:# RSASIG+ENCRYPT+TUNNEL+PFS+DONTREKEY+OPPORTUNISTIC+failureDROP+lKOD+rKOD ## PLUTO_NEXT_HOP# is the next hop to which packets bound for the peer# must be sent.## PLUTO_INTERFACE# is the name of the ipsec interface to be used.## PLUTO_ME# is the IP address of our host.## PLUTO_MY_CLIENT# is the IP address / count of our client subnet. If# the client is just the host, this will be the# host's own IP address / max (where max is 32 for# IPv4 and 128 for IPv6).## PLUTO_MY_CLIENT_NET# is the IP address of our client net. If the client# is just the host, this will be the host's own IP# address.## PLUTO_MY_CLIENT_MASK# is the mask for our client net. If the client is# just the host, this will be 255.255.255.255.## PLUTO_MY_SOURCEIP# if non-empty, then the source address for the route will be# set to this IP address.## PLUTO_MY_PROTOCOL# is the protocol for this connection. Useful for# firewalling.## PLUTO_MY_PORT# is the port. Useful for firewalling.## PLUTO_PEER# is the IP address of our peer.## PLUTO_PEER_CLIENT# is the IP address / count of the peer's client sub
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?