Hi,<br><br>I&#39;m trying to configure the openswan on my Linux Ubuntu 11.04 x64 machine to access the VPN Windows Checkpoint.<br><br>I already installed openswan and the question is how correct configuration to make it.<br>
<br><b>1) This is my /etc/ipsec.conf</b><br><br>config setup<br>    interfaces=&quot;ipsec0=ppp0&quot;<br>    klipsdebug=none<br>    plutodebug=none<br>    manualstart=<br>    plutoload=<br><br><br>conn company<br>    type=tunnel<br>
        left=%defaultroute<br>    leftid=@groupcompany    <br>    leftxauthclient=yes<br>    right=999.999.999.999<br>    rightxauthserver=yes<br>    keyexchange=ike<br>    auth=esp<br>    pfs=no<br><br><br>conn company_1<br>
         left=%defaultroute<br>         leftid=@groupcompany<br>         leftxauthclient=yes<br>         right=999.999.999.999                  # IP of VPN Server<br>         rightxauthserver=yes<br>         authby=secret<br>
         auto=add <br clear="all"><br><br><b>2) This is my /etc/ipsec.secrets</b><br><br>  @groupcompany    999.999.999.999 : PSK &quot;ab927263cc4654645f334&quot;<br><br><br><b>The only information that i have to connect on the VPN Server is:<br>
IP: 999.999.999.999<br>Username: myuser<br>Password: MyPass</b><br><br><br>This is the commands that i am running to try connect:<br><br>&gt;&gt;sudo ipsec setup --stop<br><br>ipsec_setup: Stopping Openswan IPsec...<br>ipsec_setup: stop ordered, but IPsec appears to be already stopped!<br>
ipsec_setup: doing cleanup anyway...<br><br>&gt;&gt;sudo ipsec setup --start<br><br>ipsec_setup: Starting Openswan IPsec 2.6.28...<br><br>&gt;&gt;sudo ipsec auto --add company<br>
<br>&gt;&gt;sudo ipsec auto --up company<br><br><br><b>Currently Problem: When i type the UP COMMAND, nothing is happenning, the prompt not shows any error, log or other information.</b><br><br>There is any way to detect the problem ? Would you help me to make the correct configurations ?<br>
<br>Help me please, i need this to work on my job.<br><br>-- <br>Thanks,<br><br>Victor Hugo Jabur Passavaz<br><br><br>