[Openswan Users] VPN with THEGREENBOW

Raphael Clerc -- Amancey.org raphael at amancey.org
Thu Apr 12 12:49:03 EDT 2007


Hi all

i have a connection with the ipsec.conf :


version 2.0     # conforms to second version of ipsec.conf specification

# basic configuration
config setup
         forwardcontrol=yes
         interfaces=%defaultroute
         nat_traversal=yes
         plutodebug=control
         
virtual_private=%v4:10.0.0.0/8,%v4:192.168.0.0/24,%v4:192.168.1.1/24,%v4:!172.21.58.0/24
        
conn %default
         keyingtries=10
         compress=yes
         disablearrivalcheck=no
         authby=rsasig
         leftrsasigkey=%cert
         rightrsasigkey=%cert

conn block
         auto=ignore
conn clear
         auto=ignore
conn private
         auto=ignore
conn private-or-clear
         auto=ignore
conn clear-or-private
         auto=ignore
conn packetdefault
         auto=ignore


# Add connections here
conn roadwarrior-net
       also=roadwarrior
        leftsubnet=172.21.58.0/24
conn roadwarrior
        left=%defaultroute
        leftcert=local.xxxx-ma.fr.pem
        right=%any
        rightsubnet=vhost:%no,%priv
        auto=add
        pfs=yes


The tunnel is established with the software TheGreenBow.

The connection is ok with one computer, but if I test with 2 computer in 
same time, one is disconnected.

The both computer are configured with the same certificate.(pkcs12)

It is possible to have a connection with 2 computer in same time ?

Thanks for your help

Raf








More information about the Users mailing list