[Plain Text] 纯文本查看 复制代码
flush;
spdflush;
#===============<SAD>=================
add 192.168.1.109 192.168.1.107 ah 0x201 -m transport
-A hmac-sha1 0xab4812053387b8b9d9ccfd5125f7c9ca96a90d53;
add 192.168.1.107 192.168.1.109 ah 0x301 -m transport
-A hmac-sha1 0x39a294ea5fcc323c8b62f7eff7e37f1b04a8350e;
#===============<SPD>=================
spdadd 192.168.1.109 192.168.1.107 any -P out ipsec
ah/transport//require;
spdadd 192.168.1.107 192.168.1.109 any -P in ipsec
ah/transport//require;
[Plain Text] 纯文本查看 复制代码
flush;
spdflush;
#===============<SAD>=================
add 192.168.1.109 192.168.1.107 ah 0x201 -m transport
-A hmac-sha1 0xab4812053387b8b9d9ccfd5125f7c9ca96a90d53;
add 192.168.1.107 192.168.1.109 ah 0x301 -m transport
-A hmac-sha1 0x39a294ea5fcc323c8b62f7eff7e37f1b04a8350e;
#===============<SPD>=================
spdadd 192.168.1.107 192.168.1.109 any -P out ipsec
ah/transport//require;
spdadd 192.168.1.109 192.168.1.107 any -P in ipsec
ah/transport//require;
[Plain Text] 纯文本查看 复制代码
flush;
spdflush;
#===============<SAD>=================
add 192.168.1.109 192.168.1.107 esp 0x201 -m transport
-E 3des-cbc 0xbfd606cc5200183f9af30060b0518df880850b7c5cbc832c
-A hmac-sha1 0xab4812053387b8b9d9ccfd5125f7c9ca96a90d53;
add 192.168.1.107 192.168.1.109 esp 0x301 -m transport
-E 3des-cbc 0x25a95bffa6c1d38ed7661a187e226aba1fb2548a4c24333c
-A hmac-sha1 0x39a294ea5fcc323c8b62f7eff7e37f1b04a8350e;
#===============<SPD>=================
spdadd 192.168.1.109 192.168.1.107 any -P out ipsec
esp/transport//require;
spdadd 192.168.1.107 192.168.1.109 any -P in ipsec
esp/transport//require;