racoon.conf.sample-gssapi

来自「Linux 2.6 内核上配置IPSec VPN 的工具」· SAMPLE-GSSAPI 代码 · 共 40 行

SAMPLE-GSSAPI
40
字号
# $KAME: racoon.conf.sample-gssapi,v 1.5 2001/08/16 06:33:40 itojun Exp $# sample configuration for GSSAPI authentication (basically, kerberos).# doc/README.gssapi gives some idea on how to configure it.# TODO: more documentation.#listen {#	strict_address;#}remote anonymous {	exchange_mode main;	#exchange_mode aggressive;	# specify the identifier type	my_identifier fqdn "foo.kame.net";	lifetime time 1 min;	proposal {		encryption_algorithm blowfish;		hash_algorithm sha1;		#authentication_method pre_shared_key;		authentication_method gssapi_krb;		gssapi_id "ike/myidentification";		dh_group 1;	}}sainfo anonymous {	my_identifier fqdn "foo.kame.net";	lifetime time 30 min;	encryption_algorithm blowfish 448;	authentication_algorithm hmac_sha1;	compression_algorithm deflate;}

⌨️ 快捷键说明

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