Advertisement

10.29.2007 at 07:20AM PDT, ID: 22924334
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.8

IPSec/Openswan on Linux and Win XP client can't connect - "ignoring Vendor ID payload"

Asked by tomfra in IPSec Security Protocol, Miscellaneous Networking, Virtual Private Networking (VPN)

Tags: , ,

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-ike-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
 
Loading Advertisement...
 
[+][-]10.30.2007 at 06:52AM PDT, ID: 20177117

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: IPSec Security Protocol, Miscellaneous Networking, Virtual Private Networking (VPN)
Tags: openswan, ipsec, client
Sign Up Now!
Solution Provided By: tomfra
Participating Experts: 1
Solution Grade: B
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628