On Thu, 16 Dec 1999, Paul Parsons wrote:

|The thing I find strangest is not that it drops packets, but that it
|drops every second packet with no variation.

Actually there was a slight variation in the alternating ping returns in
the previous post, sequence numbers 6 and 7 were both returned. 

|If it's the IRQ I don't understand why, because it's the same port and
|IRQ that NT uses. Here are the outputs anyway.
|
|# /proc/interrupts without connection
|           CPU0
|  0:      65378          XT-PIC  timer
|  1:       2303          XT-PIC  keyboard
|  2:          0          XT-PIC  cascade
|  5:          1          XT-PIC  soundblaster
|  8:          1          XT-PIC  rtc
| 12:       4022          XT-PIC  PS/2 Mouse
| 13:          1          XT-PIC  fpu
| 14:     159311          XT-PIC  ide0
| 15:       3501          XT-PIC  ide1
|NMI:          0
|
|# setserial /dev/ttyS0
|/dev/ttyS0, Line 0, UART: 16550A, Port: 0x03f8, IRQ: 4
| Baud_base: 115200, close_delay: 50, divisor: 0
| closing_wait: 3000, closing_wait2: infinte
| Flags: spd_normal skip_test

Nothing else is shown using the IRQ 4 so the IRQ is OK unless it doesn't
show up in /proc/interrupts when the TA is in use.  The fact that Winxx
uses IRQ 4 by default on com1 pretty well says the IRQ is OK though.

|# /etc/ppp/options
|lock
|defaultroute
|noipdefault
|debug
|/dev/ttyS0
|115200
|modem
|mtu 552
|mru 552
|crtscts
|asyncmap 0
|remotename *
|name "XXXXXXX"
|hide-password

The ISP NAKed your request for a mru of 552 and requested the 1500 RFC
default.  I'd suggest removing both the mtu and mru options.  Removing the
mtu option won't hurt and might, by a large stretch of the imagination,
cure the problem.

In passing:  The peer rejects CCP - the ProtRej - and also doesn't want VJ
header compression.  Adding the noccp and novj options will stop useless
negotiations.  Should not be related to the problem. 

The log looked pretty normal except for the (long) 17 second interval
before you were authenticated.  I'd guess the authentication is done
by a RAS or similar specialized authenticator.

I'm out of suggestions at this point except check to see if ifconfig shows
any PPP interface errors and to see what netstat -s says about ICMP.  And,
for the record, I'm not anywhere near qualified to interpret the outputs of
those except by comparison to what they show here. 

---
Clifford Kite                                               Not a guru. (tm)





-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to