diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-04 07:07:58 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-04 07:07:58 +0000 |
commit | 2746a82942eb110bbbcc2bf0c51d6eb501687d87 (patch) | |
tree | 83297f5220a771cda4ac10955deee2fe6de0134e /openwrt/package/pptp/ipkg/etc/ppp/options.pptp | |
parent | 50d17fd6a32e8801450fbdd962ae6ced28123d42 (diff) |
first try to configure pptp automatically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@796 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pptp/ipkg/etc/ppp/options.pptp')
-rw-r--r-- | openwrt/package/pptp/ipkg/etc/ppp/options.pptp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/openwrt/package/pptp/ipkg/etc/ppp/options.pptp b/openwrt/package/pptp/ipkg/etc/ppp/options.pptp index 85b043fab..0eb1e87e8 100644 --- a/openwrt/package/pptp/ipkg/etc/ppp/options.pptp +++ b/openwrt/package/pptp/ipkg/etc/ppp/options.pptp @@ -1 +1,12 @@ -lock noauth nobsdcomp nodeflate +lock +noauth +nobsdcomp +nodeflate +mtu 1490 +mru 1490 +lcp-echo-failure 5 +lcp-echo-interval 120 +idle 0 +defaultroute +name xxxx +remotename xxxx |