从solaris移植到linux?

时间:2010-08-27 08:44:39

标签: linux ipsec

我正在使用ipsecconf命令,通过使用ipsecconf -a我们可以按照文件中的每个条目的指定将IPsec策略添加到系统。现在我想在linux中使用等效命令。

例如,在solaris中的ipsecconf:

$ipsecconf -a
$ ipsecconf -l (Listing of the internal system policy table)
#INDEX 9
{ rport telnet dir out } ipsec { encr_algs des-cbc(64) encr_auth_algs hmac-md5(128) sa shared }
#INDEX 10
{ rport telnet dir out } ipsec { encr_algs des-cbc(64) encr_auth_algs hmac-md5(128) sa shared }
#INDEX 11
{ rport telnet dir in } ipsec { encr_algs des-cbc(64) encr_auth_algs hmac-md5(128) sa shared }
#INDEX 12
{ rport telnet dir in } ipsec { encr_algs des-cbc(64) encr_auth_algs hmac-md5(128) sa shared }

1 个答案:

答案 0 :(得分:0)

或许ipsec是您正在寻找的答案。

<强>概要

ipsec command [ argument ...]

ipsec --help
ipsec --version
ipsec --versioncode
ipsec --copyright
ipsec --directory
ipsec --confdir 

Here's完整的人。