usbmodeswitch: Updated to v.1.2.6 from shibby's branch.
[tomato.git] / release / src / router / xl2tpd / examples / xl2tpd-L2TP-CERT.conf
bloba8a38d64f7068dd754442fc42887b0655427f5e3
1 conn L2TP-CERT
2         #
3         # Configuration for one user with any type of IPsec/L2TP client
4         # including the updated Windows 2000/XP (MS KB Q818043), but
5         # excluding the non-updated Windows 2000/XP.
6         #
7         #
8         # Use a certificate. Disable Perfect Forward Secrecy.
9         #
10         authby=rsasig
11         pfs=no
12         #
13         left=123.123.123.123
14         leftrsasigkey=%cert
15         leftcert=/etc/ipsec.d/ssl/localCERT.pem
16         #
17         leftprotoport=17/1701
18         #
19         # The remote user.
20         #
21         right=%any
22         rightrsasigkey=%cert
23         rightcert=/etc/ipsec.d/ssl/userCERT.pem
24         rightprotoport=17/1701
25         #
26         # Change 'ignore' to 'add' to enable the configuration for this user.
27         #
28         auto=ignore
29         keyingtries=3