Yasuoka, I tried that just now and it doesn't seem to make a difference.
Thanks, Matt On Mon, Dec 30, 2013 at 7:34 PM, YASUOKA Masahiko <yasu...@yasuoka.net>wrote: > Hi, > > On Sun, 29 Dec 2013 20:58:03 -0500 > Matt Carlson <obsda0...@mpcarlson.com> wrote: > > # grep -v ^# /etc/ipsec.conf > > > > > > ike passive esp transport \ > > proto udp \ > > from any to any port 1701 \ > > main auth "hmac-sha1" enc "aes" group modp1024 \ > > quick auth "hmac-sha1" enc "aes-256" \ > > psk "1" > > AFAIK, fixed IP address should be used for the source address. > > Does changing > > from any to any port 1701 \ > > to > > from "69.g.h.i" to any port 1701 \ > > fix the problem? > > --yasuoka