[Openswan Users] problem with vpn between openswan and zyxel

Davide Pasini ilpaso at inwind.it
Mon Dec 17 16:18:30 EST 2007


after ten days it doesn't work.
Now my ipsec.conf is:

version 2
config setup
    nat_traversal=yes
    interfaces="ipsec0=eth1"
    virtual_private=%v4:192.168.1.0/24
    klipsdebug=none
    plutodebug=all
    
conn %default
    authby=secret
    type=tunnel
    keyingtries=3
    disablearrivalcheck=no

conn VPNUfficio
    auth=esp
    type=tunnel	
    keyexchange=ike
    pfs=yes
    disablearrivalcheck=no
    left=192.168.2.9
    leftsubnet=192.168.2.0/24	
    #leftnexthop=192.168.2.1
    right=151.47.yy.xx
    rightsubnet=192.168.1.0/24
    #rightnexthop=%defaultroute
    auto=start
    keylife=9600s
    keyingtries=3

#Disable Opportunistic Encryption
include /etc/ipsec.d/examples/no_oe.conf

The error is always the same.
The net is:
192.168.2.0/24===192.168.2.9(OpenswanGateway)---192.168.2.1(routerLANIP)/151.xx.yy.zz(routerWANIP).........151.kk.ll.mm(routerZyxelVPNWANIP)/192.168.1.1(routerZyxelVPNLANIP)===192.168.1.0/24
Please help me.

Thanks
David



More information about the Users mailing list