Hi, On Sun, 29 Dec 2013 20:58:03 -0500 Matt Carlson <[email protected]> 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

