LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   OpenSwan Server FC6 with XP client (https://www.linuxquestions.org/questions/linux-server-73/openswan-server-fc6-with-xp-client-576491/)

Blackout_08 08-12-2007 04:58 AM

OpenSwan Server FC6 with XP client
 
Ive been trying to configure FC6 with openswan for the past few days and to no avail. I was hoping someone can help answer my problem. Im running windows XP and I want to create an IPsec tunnel to the linux server. I wanted to set it up using a roadwarrior (the XP machine) and using PSKs (i know they are unsecure). My linux server is running 2 NIC cards one connected to the net (192.168.1.110) and the other to an internal network (172.16.4.4). The internal network is 172.16.4.0/24. The XP machine is on the 192.168.1.0/24 subnet using the address 192.168.1.101. Im setting this up to demonstrate the encryption method of IPsec so i just need to create the tunnel into the 172.16.4.0/24 subnet. Below are some of my config files:

/etc/ipsec.secrets
192.168.1.101 192.168.1.110: PSK "pleasework"

/etc/ipsec.d/ipsec.conf

conn road
authby=secret
left=192.168.1.101
leftsubnet=192.168.1.0/24
leftnexthop=%defaultroute
right=192.168.1.101
rightsubnet=172.16.4.0/24
rightnexthop=192.168.1.101
auto=start


/etc/ipsec.conf

version 2.0
config setup
nat_traversal=yes
include /etc/ipsec.d/*.conf


In addition i also get the following errors when i start up ipsec.


FATAL: ERROR inserting padlock (/lib/modules/2.6.18-1.2798.fc6/kernel/drivers/crypto/padlock.ko): No such device


Pretty much when I use the XP machine to connect, i get a [I]no message authorized[I] in my secure logs on the linux box and windows says it cannot connect [I]Error 789: The L2TP connection attempt failed because the security layer encountered a processing error during the initial negotiation....[I]

Help is greatly appreciated

Craig


All times are GMT -5. The time now is 08:52 PM.