hi,
i´m trying to set up a roadwarrior ipsec-tunnel between w2k and my debian 3.0 stable (kernel 2.4.24);
i set up my machines with this document:
http://www.freeswan.ca/docs/WindowsI...%20Interop.pdf,
but i get following output when i try to ping from my w2k-box to the box behind my vpn-server:
Jan 18 03:07:27 vpn ipsec__plutorun: Starting Pluto subsystem...
Jan 18 03:07:27 vpn Pluto[7767]: Starting Pluto (FreeS/WAN Version 1.96)
Jan 18 03:07:27 vpn Pluto[7767]: including X.509 patch (Version 0.9.9)
Jan 18 03:07:27 vpn Pluto[7767]: Changing to directory '/etc/ipsec.d/cacerts'
Jan 18 03:07:27 vpn Pluto[7767]: loaded cacert file 'cacert.pem' (1314 bytes)
Jan 18 03:07:27 vpn Pluto[7767]: Changing to directory '/etc/ipsec.d/crls'
Jan 18 03:07:27 vpn Pluto[7767]: loaded crl file 'crl.pem' (528 bytes)
Jan 18 03:07:27 vpn Pluto[7767]: loaded my X.509 cert file '/etc/x509cert.der' (930 bytes)
Jan 18 03:07:27 vpn Pluto[7767]: | from whack: got --esp=3des
Jan 18 03:07:27 vpn Pluto[7767]: loaded host cert file '/etc/ipsec.d/freeswan-cert.pem' (3692 bytes)
Jan 18 03:07:27 vpn Pluto[7767]: loaded host cert file '/etc/ipsec.d/w2k-cert.pem' (3699 bytes)
Jan 18 03:07:27 vpn Pluto[7767]: added connection description "w2ktofreeswan"
Jan 18 03:07:27 vpn Pluto[7767]: listening for IKE messages
Jan 18 03:07:27 vpn Pluto[7767]: adding interface ipsec0/eth0 192.168.200.114
Jan 18 03:07:27 vpn Pluto[7767]: loading secrets from "/etc/ipsec.secrets"
Jan 18 03:07:27 vpn Pluto[7767]: loaded private key file '/etc/ipsec.d/private/freeswan-priv.pem' (1679 bytes)
Jan 18 03:07:30 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:07:30 vpn last message repeated 2 times
Jan 18 03:07:30 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:07:31 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:07:31 vpn last message repeated 2 times
Jan 18 03:07:31 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:07:33 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:07:33 vpn last message repeated 2 times
Jan 18 03:07:33 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:07:37 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:07:37 vpn last message repeated 2 times
Jan 18 03:07:37 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:07:45 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:07:45 vpn last message repeated 2 times
Jan 18 03:07:45 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:08:01 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Vendor ID payload
Jan 18 03:08:01 vpn last message repeated 2 times
Jan 18 03:08:01 vpn Pluto[7767]: packet from 192.168.200.105:500: initial Main Mode message received on 192.168.200.114:500 but no connection has been authorized
Jan 18 03:08:33 vpn Pluto[7767]: packet from 192.168.200.105:500: ignoring Delete SA payload
Jan 18 03:08:33 vpn Pluto[7767]: packet from 192.168.200.105:500: received and ignored informational message
here my config-files:
# /etc/ipsec.conf
config setup
interfaces="ipsec0=eth0"
klipsdebug=none
plutodebug=none
plutoload=%search
plutostart=%search
uniqueids=yes
conn w2ktofreeswan
auto=add
authby=rsasig
left=192.169.200.114
leftsubnet=10.1.1.0/24
leftcert=freeswan-cert.pem
right=%any
rightcert=w2k-cert.pem
pfs=yes
keyingtries=0
-----
# /etc/ipsec.secrets
192.168.200.114 0.0.0.0 : RSA freeswan-priv.pem "password"
-----
w2k-box has ip 192.168.200.105/26;
vpn-server has eth0:192.168.200.114/26 and eth1:10.1.1.1/24
host_behind has eth0:10.1.1.2/24
i don´t know what´s wrong in my config;
the keys are created and i think on the right place:
/etc/ipsec.d/cacerts/cacert.pem
/etc/ipsec.d/crls/crl.pem
/etc/ipsec.d/private/freeswan-priv.pem
/etc/ipsec.d/private/w2k-priv.pem
/etc/ipsec.d/freeswan-cert.pem
/etc/ipsec.d/w2k-cert.pem
/etc/x509cert.der
the configuration of the w2k-box is made as described in the manual above;
thx,
alex