[Openswan Users] ipcomp

dragovic at gfos.hr dragovic at gfos.hr
Tue Mar 22 22:19:03 CET 2005


Hello list,

I need to setup ipsec/l2tp(openswan 2.3.0, 26sec, kernel 2.6.8),and it
works just fine,but my clients (win xp) also need ip compression. I've
modified the registry according to Jacco's manual,but when I establish vpn
connection,in the properties of the connection there is no compression.( i
am not using ppp compression )

I've googled around and tried to find some usefull info at microsoft.com
without any luck.....am i doing something wrong?

config setup
        interfaces=%defaultroute
      virtual_private=v4:10.0.0.0/8,v4:172.16.0.0/12,v4:192.168.0.0/16,v4:!192.168.21.0/24
        klipsdebug=none
        plutodebug=none
        rp_filter=%unchanged
        nat_traversal=yes

# default settings for connections
conn %default
        keyingtries=1
        leftrsasigkey=%cert
        rightrsasigkey=%cert
        ikelifetime=20m
        keylife=1h
        rekeymargin=8m
        compress=yes

conn road
        authby=rsasig
        pfs=no
        left=xxx
        leftprotoport=17/1701
        leftnexthop=xxxx
        leftrsasigkey=%cert
        leftcert=/etc/ipsec.d/certs/xxx.cert
        leftid="xxxx"
        right=%any
        rightprotoport=17/1701
        rightrsasigkey=%cert
        rightid="xxxx"
        auto=add

Best regards,

Dino Dragovic




More information about the Users mailing list