On Thu, Aug 09, 2007 at 02:22:31AM +0200, James Lepthien wrote:
...
this enables 3des/sha1/modp1024 only for the third rule. The first and
second rule will both use the default values (aes/sha1/modp1024 for phase
1 and aes/sha2-256 for phase 2).
try this:
ike esp from $ext_IP to $peer_GW \
main auth hmac-sha1 enc 3des group modp1024 \
quick auth hmac-sha1 enc 3des group none \
psk "XXXX"
ike esp from $ext_IP to $peer_LAN peer $peer_GW \
main auth hmac-sha1 enc 3des group modp1024 \
quick auth hmac-sha1 enc 3des group none \
psk "XXXX"
ike esp from $int_LAN to $peer_LAN peer $peer_GW \
main auth hmac-sha1 enc 3des group modp1024 \
quick auth hmac-sha1 enc 3des group none \
psk "XXXX"