[Openswan Users] No ipsecN in 2.6

Miguel A. Amable V. amable at cieta.net
Tue Feb 15 20:05:50 CET 2005


Hello everyone,

I am trying to set up a vpn with one sonicwall on the right and one linux fc3 on
the left.

looking the shell for the openswan installed it shows the following:
[root at vpn ipsec.d]# rpm -qa  | grep swan
openswan-2.3.0-2
openswan-klips-2.3.0-2.6.9_1.724_FC3_1
openswan-doc-2.3.0-1

the kernel is kernel-2.6.9-1.667 for FC3

my config file is the following:

config setup
        interfaces="ipsec0=ppp0"
        klipsdebug=all
        plutodebug=all

conn vpntunnel
        # left security gateway (public-network address)
        left=a.b.c.d
        # next hop to reach right
        leftnexthop=d.s.l.g
        # subnet behind left (omit if left end of the tunnel is just the s.g.)
        leftsubnet=192.168.3.0/24
        # right s.g., subnet behind it, and next hop to reach left
        right=e.f.g.h
        rightsubnet=192.168.4.0/24
        # (manual) SPI number
        spi=[hexnumber]
        # (manual) encryption/authentication algorithm and parameters to it
        esp=3des-md5-96
        espenckey=[secret_key]
        espauthkey=[auth_key]


-- 
Miguel Ángel Amable Ventura

----------------------------------------------------------------------
Tecnologías de Información http://cieta.net


More information about the Users mailing list