]> git.llucax.com Git - software/pymin.git/blobdiff - pymin/services/ppp/templates/nameX
Use procman to manage vrrp service.
[software/pymin.git] / pymin / services / ppp / templates / nameX
index 17d38828c4966b10efedb18862e844790dd25a76..0e9716e957a17896c32196d37775269dbc42aea2 100644 (file)
@@ -1,3 +1,22 @@
+updetach
+% if conn.type != 'TUNNEL':
+user ${conn.username}
+file /etc/ppp/options.${conn.name}
+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
+noauth
+% else:
+pty "pptp ${conn.server} --nolaunchpppd"
 name ${conn.username}
 name ${conn.username}
+remotename PPTP
+require-mppe-128
 file /etc/ppp/options.${conn.name}
 file /etc/ppp/options.${conn.name}
-ipparam ${conn.name}
\ No newline at end of file
+ipparam ${conn.name}
+% endif
\ No newline at end of file