Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Dec 1998 09:34:20 +0300
From:      bsdlist@shirak.am
To:        freebsd-questions@FreeBSD.ORG
Subject:   Dial-Up ppp problem
Message-ID:  <3.0.5.32.19981202093420.007a7e10@192.168.1.1>

next in thread | raw e-mail | index | archive | help
Hi

I have ppp access (LAN  and Dial Up) to Internet through BSD server .

For Dial-UP I use 8-channel ARNET-8 multiport.
The speed of transfer of large files is gradually slowed down and
approximately on 200-300 kB the transfer stops and modem hangs up, when I
connect with Dial Up (ppp).

After that dmesg gives out the message:

pid ......: ppp: uid 0: exited on signal 4

/etc/ttys
........
# Serial terminals
ttyd0   "/usr/libexec/getty std.19200"  unknown off secure
ttyd1   "/usr/libexec/getty std.19200"  unknown off secure

ttyd2   "/usr/libexec/getty std.19200"  cons25 on secure
........................
ttyd9   "/usr/libexec/getty std.19200"  cons25 on secure
.........


/etc/ppp/ppp.conf
..........
ttyd2:
 set device /dev/ttyd2
 set speed 19200
 set timeout 30
 set ifaddr 192.168.2.1 192.168.2.12 255.255.255.255
 set debug
 disable pap
 disable chap
 enable proxy
...........

/etc/ppp/ppp.linkup
ttyd2:
 add 192.168.2.12 netmask 255.255.255.255 HISADDR
.............

It seems that there is an overflow of the terminals buffer but I don't
know how to correct this problem. 

In LAN I haven't problem.

Thanks. Serge Shahparonian


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19981202093420.007a7e10>