X-Git-Url: https://git.llucax.com/software/pymin.git/blobdiff_plain/c8993fb7829ad17ea0936aa7cea2fceb8bcc8109..eefd474c44ed606a9b9afd64c31cc1fc30c8594a:/pymin/services/ppp/templates/nameX diff --git a/pymin/services/ppp/templates/nameX b/pymin/services/ppp/templates/nameX index 17d3882..ee70cf1 100644 --- a/pymin/services/ppp/templates/nameX +++ b/pymin/services/ppp/templates/nameX @@ -1,3 +1,21 @@ +updetach +% if conn.type != 'TUNNEL': name ${conn.username} file /etc/ppp/options.${conn.name} -ipparam ${conn.name} \ No newline at end of file +ipparam ${conn.name} +# pppoe has a lower mtu/mru +mtu 1492 +mru 1492 +# switch off all compressions (this is a must) +nopcomp +# this is recommended +novjccomp +noccp +% else: +pty "pptp ${conn.server} --nolaunchpppd" +name ${conn.username} +remotename PPTP +require-mppe-128 +file /etc/ppp/options.${conn.name} +ipparam ${conn.name} +% endif \ No newline at end of file