I have successfully installed Openswan on my Linux server (2.6.18, NETKEY) and done some initial configuration according to how-to at
http://www.jacco2.dds.nl/networking/openswan-l2tp.html . Although my configuration is not finished yet, it should already be at point where the IPSec connection should be established as described at point 12 in the how-to (
http://www.jacco2.dds.nl/networking/openswan-l2tp.html#InitiatingIPsec).
Unfortunately, I get some errors in the server /var/log/secure log:
Oct 29 14:22:55 server pluto[17145]: packet from CLIENT_IP:500: ignoring Vendor ID payload [MS NT5 ISAKMPOAKLEY 00000004]
Oct 29 14:22:55 server pluto[17145]: packet from CLIENT_IP:500: ignoring Vendor ID payload [FRAGMENTATION]
Oct 29 14:22:55 server pluto[17145]: packet from CLIENT_IP:500: received Vendor ID payload [draft-ietf-ipsec-nat-t-ik
e-02_n] method set to=106
Oct 29 14:22:55 server pluto[17145]: packet from CLIENT_IP:500: ignoring Vendor ID payload [Vid-Initial-Contact]
Oct 29 14:22:55 server pluto[17145]: packet from CLIENT_IP:500: initial Main Mode message received on SERVER_IP:500 but no connection has been authorized
Oct 29 14:23:26 server pluto[17145]: packet from CLIENT_IP:500: ignoring Delete SA payload: not encrypted
Oct 29 14:23:26 server pluto[17145]: packet from CLIENT_IP:500: received and ignored informational message
Config file in /etc/ipsec.d (included from /etc/ipsec.conf (it's just a test config with weak security):
conn L2TP-PSK
authby=secret
pfs=no
rekey=no
keyingtries=3
left=%defaultroute
leftprotoport=17/1701
right=%any
rightprotoport=17/%any
auto=add
Secrets file (properly loaded according to server logs, again just a low security one for testing):
PUBLIC_SERVER_IP PUBLIC_CLIENT_IP: PSK "mytestkey"
PUBLIC_SERVER_IP %any: PSK "mytestkey"
PUBLIC_CLIENT_IP %any: PSK "mytestkey"
I wasn't sure about the format of the secrets file but I guess it should make the connection possible, in theory...
"ipsec verify" on the server shows no problems - everything is OK and Opportunistic Encryption is Disabled.
Any ideas what may be causing the "ignoring Vendor ID payload" error messages?
Start Free Trial