Re: VPN Connection from 4.1 to WatchGuard

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Hans-Joerg Hoexer
Date: Wednesday, August 15, 2007 - 1:24 pm

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"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
VPN Connection from 4.1 to WatchGuard, James Lepthien, (Wed Aug 8, 5:22 pm)
Re: VPN Connection from 4.1 to WatchGuard, Hans-Joerg Hoexer, (Wed Aug 15, 1:24 pm)
Re: VPN Connection from 4.1 to WatchGuard, James Lepthien, (Wed Aug 15, 2:20 pm)
Re: VPN Connection from 4.1 to WatchGuard, James Lepthien, (Sat Aug 18, 4:23 am)
Re: VPN Connection from 4.1 to WatchGuard, James Lepthien, (Thu Aug 23, 12:58 pm)
Re: VPN Connection from 4.1 to WatchGuard, Claer, (Mon Aug 27, 1:39 am)