Could someone explain what this error means and how I might resolve this?
It's being generated by Shorewall, when i connect using:
racoon -d -d -d  -v -F -f /etc/racoon/racoon.conf
(Debug, Verbose, Foreground, cfgFile)

I am using AuthMethod Hybrid RSA client, with a self-siged certificate.
my racoon.conf has:        exchange_mode aggressive;
        ca_type x509 "/etc/pki/tls/cert.pem";
        verify_cert off;
        proposal_check obey;
        mode_cfg on;
        dpd_delay 20;                   # DPD poll every 20 seconds
        nat_traversal force;            # always use NAT-T
        generate_policy on;
        ike_frag on;                    # use IKE fragmentation
        esp_frag 552;
        passive off;
        xauth_login "xyz";
        proposal {
                encryption_algorithm 3des;
                hash_algorithm sha1;
                authentication_method hybrid_rsa_client;
                dh_group 2;
        }
}


This is what racoon spits out:
2008-07-25 16:54:01: DEBUG: authmethod is Hybrid RSA client
2008-07-25 16:54:01: DEBUG: add payload of len 48, next type 4
2008-07-25 16:54:01: DEBUG: add payload of len 128, next type 10
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 5
2008-07-25 16:54:01: DEBUG: add payload of len 8, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 20, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 8, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 13
2008-07-25 16:54:01: DEBUG: add payload of len 16, next type 0

[Note the next type 0]

2008-07-25 16:54:01: DEBUG: 400 bytes from 192.168.20.221[500] to 
61.8.154.116[500]
2008-07-25 16:54:01: DEBUG: sockname 192.168.20.221[500]
2008-07-25 16:54:01: DEBUG: send packet from 192.168.20.221[500]

<SNIP>
8e87fbdb 8da5a4f4 b0f734c2 96546c20 0b100500 00000000 0000005c 00000040
00000000 0110000e 8e87fbdb 8da5a4f4 b0f734c2 96546c20 00060004 00000000
00040018 0000004e 6f207072 6f706f73 616c2069 73206368 6f73656e
2008-07-25 16:54:01: DEBUG: receive Information.
2008-07-25 16:54:01: ERROR: reject the packet, received unexpecting payload 
type 0.

[Note the received unexpecting[sic] payload type 0 error generated by Shorewall]


      


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to