diff options
| author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-09-11 17:05:26 +0000 |
|---|---|---|
| committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2018-09-11 17:05:26 +0000 |
| commit | 94df44ee6c0b28407cca551d89d777f8263bb06e (patch) | |
| tree | f3f86794a18c69bb0e4769e8c803337d95277f4f /usr.sbin/ppp | |
| parent | 112adef8ca92bedadf5746c0c39958000a46e493 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp')
| -rw-r--r-- | usr.sbin/ppp/ppp.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/ppp/ppp.conf b/usr.sbin/ppp/ppp.conf index 2b63834839f9..576c11cde90a 100644 --- a/usr.sbin/ppp/ppp.conf +++ b/usr.sbin/ppp/ppp.conf @@ -35,3 +35,10 @@ papchap: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR # Add a (sticky) default route + +u3g: + set device /dev/cuaU0.0 + set phone *99\# + set timeout 0 + set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 + add default HISADDR # Add a (sticky) default route |
