]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/ppp/templates/nameX
Move Device and Address to services.util and add ppp peer IPs.
[software/pymin.git] / pymin / services / ppp / templates / nameX
index 17d38828c4966b10efedb18862e844790dd25a76..ee70cf118dcd6a845df8455b9e88769436b3f3ab 100644 (file)
@@ -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