diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-04 07:07:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-05-04 07:07:58 +0000 |
commit | 6d616c6c8a115600cc82f34f9beaee8a63b9aa54 (patch) | |
tree | 83297f5220a771cda4ac10955deee2fe6de0134e /openwrt/package/pptp/ipkg/etc/ppp | |
parent | 56c9e7794a5bcdc5a1e4d72c17aafd2583a2eda4 (diff) | |
download | mtk-20170518-6d616c6c8a115600cc82f34f9beaee8a63b9aa54.zip mtk-20170518-6d616c6c8a115600cc82f34f9beaee8a63b9aa54.tar.gz mtk-20170518-6d616c6c8a115600cc82f34f9beaee8a63b9aa54.tar.bz2 |
first try to configure pptp automatically
SVN-Revision: 796
Diffstat (limited to 'openwrt/package/pptp/ipkg/etc/ppp')
-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 85b043f..0eb1e87 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 |