Displaying 1 result from an estimated 1 matches for "host1tohost2host1tohost2".
2005 Jul 01
1
Problem with IPSec tunnel, using IPv6 addresses, between Two FreeBSD systems.....
...spam protection for FREE! http://in.mail.yahoo.com
-------------- next part --------------
########The 'ipsec.conf' file at Host1 #########
# flush configs
flush ;
spdflush ;
# add a SAD entry
add fe80::2b0:d0ff:fe6f:dfa0 fe80::2b0:d0ff:fe48:7ce7 esp 0xFEED -m transport -E 3des-cbc
"host1tohost2host1tohost2" -A hmac-sha1 "host1tohost2hmacsha1";
add fe80::2b0:d0ff:fe48:7ce7 fe80::2b0:d0ff:fe6f:dfa0 esp 0xFEAD -m transport -E 3des-cbc
"host2tohost1host2tohost1" -A hmac-sha1 "host2tohost1hmacsha1";
# and specify what has to be encrypted
spdadd fe80::2b0:d0ff:fe6f:dfa0...