Subject: re: NetBSD 3.0 ppp really slow
To: None <netbsd-help@netbsd.org>
From: Rick McCombs <rick.mccombs@gmail.com>
List: netbsd-help
Date: 12/27/2005 20:46:30
On 12/27/05, Quentin Garnier <cube@cubidou.net> wrote:
> On Tue, Dec 27, 2005 at 03:42:55PM -0600, Rick McCombs wrote:
> > I decided to try NetBSD and installed it on a Pentium II that had been
> > running Slackware Linux.
> >
> > I have  pppd working but it is really slow.
> > I do have asyncmap 0 in my options
> > I am running named aka BINDversion 9, and I checked with tcpdump and
> > there is a lot of
> > dns traffic I guess I could try using the isp's nameservers, but think
> > I would prefer running my own.
> > I'm sure it's not a hardware problem as I had no problems with linux.
> >
> > I guess if you want to see my ppp setup or anything else I can ftp it
> > to this WinXP box, I think I finnaly got ftp to work.
> > Thanks.
>
> Do you have any numbers to make your report more precise?  What kind of
> PPP setup is it?  On what kind of line?

I'm using an internal 56K modem (I think it is a Rockwell Chipset) I
know it's not a winmodem because I have used it with linux. plain old
telephone line.
I typically get a connect speed of 48000 or better but I was trying to
ftp pkgsrc-current.tar.gz and the through put never got up to 1 K  and
was estimated that it would take 19 hours to finish.

# /etc/ppp/peers/myisp
#
/dev/tty01
connect '/usr/sbin/chat -v -f /etc/ppp/peers/myisp.chat'
defaultroute
user trader
asyncmap 0
noauth
______
# /etc/ppp/peers/options
# Example pppd options
#debug
/dev/tty01
lock
crtscts
speed 115200?
modem
defaultroute
noipdefault
_________

I guess maybe I should have backedup my linux ppp setup.