Wed Oct 24, 2012 5:19 pm
I think I'm getting there. I was getting repeated "first L2TP UDP packet received" messages in the log and the IPSec SA was only in one direction.
Now I see the IPSec SA on both side but no traffic on the outbound SA.
I should note that I have VRRP running on the "LAN" side of the device too but this should not matter in establishing the tunnel. I've tried with and without a local IP on the PPP connection but that seems to be where things are failing. Here is the last thing I see in the debug log:
07:15:06 l2tp,debug,packet ppp: (M) Framing-Capabilities=0x1
07:15:06 l2tp,debug,packet ppp: (M) Bearer-Capabilities=0x0
07:15:06 l2tp,debug,packet ppp: Firmware-Revision=0x1
07:15:06 l2tp,debug,packet ppp: (M) Host-Name="10100001-ipfw1"
07:15:06 l2tp,debug,packet ppp: Vendor-Name="MikroTik"
07:15:06 l2tp,debug,packet ppp: (M) Assigned-Tunnel-ID=220
07:15:06 l2tp,debug,packet ppp: (M) Receive-Window-Size=4
07:15:06 ipsec,debug,packet ppp: KA: PUBLICVRRP[4500]->REMOTECLIENTIP[4500]
07:15:06 ipsec,debug,packet ppp: sockname PUBLICVRRP[4500]
07:15:06 ipsec,debug,packet ppp: send packet from PUBLICVRRP[4500]
07:15:06 ipsec,debug,packet ppp: send packet to REMOTECLIENTIP[4500]
07:15:06 ipsec,debug,packet ppp: src4 PUBLICVRRP[4500]
07:15:06 ipsec,debug,packet ppp: dst4 REMOTECLIENTIP[4500]
07:15:06 ipsec,debug,packet ppp: 1 times of 1 bytes message will be sent to REMOTECLIENTIP[4500]
07:15:06 ipsec,debug,packet ppp: ff
Any additional suggestions?