📄 dynshad.conf
字号:
# $Id: dynshad.conf,v 1.3 2000/04/06 07:26:53 jm Exp $# Surrogate Home Agent configuration file## Dynamic hierarchial IP tunnel# Copyright (C) 2000, Dynamics group## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License version 2 as# published by the Free Software Foundation. See README and COPYING for# more details.########################################################################## NOTE! # This is an example configuration file designed to give# perspective to the system configuration AND to provide# a basis for a working simple test environment.# The values of some of the parameters may not be the# same as the daemon's defaults, so do not get confused.##########################################################################SHAIPAddress 192.168.239.1UDPPort 434# Socket priority for signaling sockets (UDP) can be set with SO_PRIORITY to# allow easier QoS configuration. If this argument is set, the given value is# used as a priority for the signaling socket. E.g. CBQ class can be used to# make sure that signaling is not disturbed by other traffic on a congested# link.# This feature is still undocumented and can be left commented.## SocketPriority 1# Tunnel interface name (FA will use names line TUNL0, TUNL1, ...)TunnelDevice "TUNL"# The start of the range of routing tables that this FA can use.# Linux kernel 2.2.X has 256 routing tables (0 .. 255), but 0, 254 and 255# are reserved.RoutingTableStart 1# The end of the range of routing tables that this FA can use. Defaults to 253.RoutingTableEnd 253# Available routing table range defaults to 1-253.# The maximum number of tunnels (confirmed bindings) going through this FA# If more than MaxBindings Mobile Nodes try to register, the new registrations# are refused.MaxBindings 100# MaxLifetime is the maximum lifetime in seconds for the bindings.# The request timer will be limited with this value.# Special case: 65535 (or more) seconds mean unlimited time (the binding will# not expire)MaxLifetime 600################################################################################# Surrogate Home Agent may have optional security associations with Foreign# Agents. It must also have security associations with the private Home Agents# for which it is forwarding registrations.## The following list contains the shared secrets indexed by SPI (and# Home/Foreign Agent IP address).## The ID field specifies a unique private HA identificator (if >0) or FA (if 0)## The algorithm field specifies the method used for key distribution# (currently only one is implemented, i.e. 1: encryption using MD5).## Shared secret can be given as a HEX code string, i.e. two characters (0-F)# correspond to one octet. The shared secret can also be given as a character# string (e.g. "ABCDE" corresponds to 4142434445).# Note: RFC 2002 specifies that the default key size is 128 bits (i.e.# 16 bytes or 32 hex 'characters'). Dynamics supports also other key lengths.#SHA_SECURITY_BEGIN# SPI IP Address ID Alg. Shared Secret#2001 192.168.0.1 0 1 0123456789ABCDEF#2002 192.168.0.2 0 1 "eslkfj89jr3hduh3R!as"#2001 192.168.1.1 1 1 "privHA1"#2002 192.168.2.2 2 1 "privHA2"SHA_SECURITY_END## The log messages are written through syslog service. The facility to be# used defaults to LOG_LOCAL0, but it can be set with this parameter# to any of the possible facilities (LOG_AUTHPRIV, LOG_DAEMON, and so on).# The processing of log messages is defined in /etc/syslog.conf file.SyslogFacility LOG_DAEMON## Every configuration file must end to the keyword 'END'.END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -