从solaris移植到linux?

从solaris移植到linux?,linux,ipsec,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

我正在使用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 }

也许您正在寻找的答案是
ipsec

简介

ipsec command [ argument ...]

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

这是一个完整的人。

这里有问题吗?这是关于编程的?以上是针对solaris的,linux中没有ipsec的手册页。。。我需要在linuxSir中,上面的是Linux而不是Solaris。您的Linux机箱中可能没有ipsec的二进制文件,这就是为什么您没有得到它的原因。