diff options
Diffstat (limited to 'ppp-dialin')
-rw-r--r-- | ppp-dialin/files/host-peer | 11 | ||||
-rw-r--r-- | ppp-dialin/files/ppp-dialin | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ppp-dialin/files/host-peer b/ppp-dialin/files/host-peer index e69de29bb2..e7e2e11d49 100644 --- a/ppp-dialin/files/host-peer +++ b/ppp-dialin/files/host-peer @@ -0,0 +1,11 @@ +-detach +defaultroute +nocrtscts +lock +noauth +lcp-echo-interval 5 +lcp-echo-failure 3 +usepeerdns +115200 +local +asyncmap 0 diff --git a/ppp-dialin/files/ppp-dialin b/ppp-dialin/files/ppp-dialin index e69de29bb2..ea2771311a 100644 --- a/ppp-dialin/files/ppp-dialin +++ b/ppp-dialin/files/ppp-dialin @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/sbin/pppd call host |