]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/nonworking/pptp-linux/pptp-linux/options.pptp
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / nonworking / pptp-linux / pptp-linux / options.pptp
1 #
2 # Lock the port
3 #
4 lock
5
6 #
7 # We don't need the tunnel server to authenticate itself
8 #
9 noauth
10
11 #
12 # Turn off transmission protocols we know won't be used
13 #
14 nobsdcomp
15 nodeflate
16
17 #
18 # We want MPPE
19 # (option naming specific to ppp 2.4.0 with unofficial patch)
20 #
21 #mppe-40
22 mppe-128
23 #mppe-stateless
24
25 #
26 # We want a sane mtu/mru 
27 # (ppp 2.4.0 with unofficial patch)
28 #
29 #mtu 1000
30 #mru 1000