From e863e7888223e0e97c8e274e0b459138b7fb6826 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 23 May 2008 17:23:30 -0400 Subject: [PATCH] Reorganized sample ppp options files Reorganized sample ppp options files so they are easier to compare, enabled "usepeerdns" in both, and disabled the speed setting in barry-verizon. --- ChangeLog | 3 +++ ppp/barry-rogers | 10 +++++++--- ppp/barry-verizon | 51 +++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 47 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index f5ec236e..6d035425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ Release: version 0.13 - 2008/05/?? ------------------------------------------------------------------------------ 2008/05/23 - added ppp/README + - reorganized sample ppp options files so they are easier to compare, + enabled "usepeerdns" in both, and disabled the speed + setting in barry-verizon 2008/05/22 - added sample ppp options files for Verizon Blackberries Sample files from Michael L. Stokes diff --git a/ppp/barry-rogers b/ppp/barry-rogers index 02387cb0..091a9d76 100644 --- a/ppp/barry-rogers +++ b/ppp/barry-rogers @@ -20,12 +20,17 @@ password wap name wapuser # +# handle the default route and DNS +# +#nodefaultroute +defaultroute +usepeerdns + +# # disable unsupported options # noipdefault nodetach -#nodefaultroute -defaultroute novj nodeflate nobsdcomp @@ -72,5 +77,4 @@ pty "/usr/sbin/pppob" #modem ## refused anyway, no point in trying every time #novj -#usepeerdns diff --git a/ppp/barry-verizon b/ppp/barry-verizon index 90127908..6d1a3c92 100644 --- a/ppp/barry-verizon +++ b/ppp/barry-verizon @@ -1,23 +1,46 @@ -debug debug debug -nodetach -pty "/usr/sbin/pppob" -#added MLS -mtu 1492 -115200 +# +# This file contains options for Verizon Blackberries +# +# It is based on a file reported to work, but edited for Barry. +# + connect "/usr/sbin/chat -f /etc/chatscripts/barry-verizon.chat" -nomultilink + +noauth +user "" +password "" + defaultroute +usepeerdns + noipdefault +nodetach +novj +#nodeflate +#nobsdcomp +#noaccomp +#default-asyncmap +nocrtscts +#nopcomp +#nomagic + +#passive + +nomultilink ipcp-restart 7 ipcp-accept-local ipcp-accept-remote # added so not to disconnect after a few minutes lcp-echo-interval 0 lcp-echo-failure 999 -modem -noauth -nocrtscts -novj -usepeerdns -user "" -password "" + +mtu 1492 + +debug +#debug debug debug + +pty "/usr/sbin/pppob" + +#115200 +#modem + -- 2.11.4.GIT