From e20749ce38c41f468df62bc99143755f41d59dd1 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 19 Oct 1997 22:54:40 +0000 Subject: [PATCH] Show people how to see their connection speed when they have no "set login" script. --- FAQ/FAQ.sgml | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/FAQ/FAQ.sgml b/FAQ/FAQ.sgml index 2f90290df7..f38ba82222 100644 --- a/FAQ/FAQ.sgml +++ b/FAQ/FAQ.sgml @@ -1,5 +1,5 @@ - +
@@ -7,7 +7,7 @@ Please send submissions to - $Date: 1997-10-19 19:20:44 $ + $Date: 1997-10-19 22:54:40 $ This is the FAQ for FreeBSD systems version 2.X All entries are @@ -3813,6 +3813,33 @@ default 10.0.0.2 UGSc 0 0 tun0

The problem can be circumvented by never setting an MTU of less than 1500 under FreeBSD 2.2.2 or before. + + Why doesn't ppp log my connection speed? + +

In order to log all lines of your modem ``conversation'', + you must enable the following: + + + set log +connect + + +

This will make + + log everything up until the last requested "expect" string. + +

If you wish to see your connect speed and are using PAP or CHAP + (and therefore don't have anything to "chat" after the CONNECT + in the dial script - no "set login" script), you must make sure that + you instruct ppp to "expect" the whole CONNECT line, something like + this: + + + set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 4 \"\" ATZ OK-ATZ-OK ATDT\\T TIMEOUT 60 CONNECT \\c \\n" + + +

Here, we get our CONNECT, send nothing, then expect a line-feed, + forcing None of this helps - I'm desperate !