From owner-freebsd-questions Wed Jul 31 05:32:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA26452 for questions-outgoing; Wed, 31 Jul 1996 05:32:18 -0700 (PDT) Received: from printy.printy.wroc.pl (robert@printy.printy.wroc.pl [194.181.22.33]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA26391 for ; Wed, 31 Jul 1996 05:30:42 -0700 (PDT) Received: (from robert@localhost) by printy.printy.wroc.pl (8.6.12/8.6.9) id OAA00656; Wed, 31 Jul 1996 14:31:32 +0200 Date: Wed, 31 Jul 1996 14:31:31 +0200 (MET DST) From: Robert Heron To: questions@freebsd.org Subject: PPP logging Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I set up my PPP and it seems to work (ftp logins OK, telnet logins OK,...)), but when transferring files (www,ftp), even small, it works very slowly and strange. I checked via the same modem line file transfers using Z-modem and they work very well, so port and modem configurations must be OK. I run ppp via ppp account (/usr/local/bin/ppplogin, ppplogin: #!/bin/sh /usr/sbin/ppp -direct ) My /etc/ppp/ppp.conf file looks like this: default: set ifaddr 194.181.22.1 194.181.22.10 where 194.181.22.1 is my machine number and 194.181.22.10 of the machine on the other end of the wire. The machine on the other end is OK, because I tried it many times with other PPP hosts - always worked well. What can be wrong ? Regards, Robert