Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: PPP&RH5.0 (was: Infoworld Review)
- To: tlug@example.com
- Subject: Re: tlug: PPP&RH5.0 (was: Infoworld Review)
- From: "A.Tomita,Jr." <alberto@example.com>
- Date: Wed, 04 Feb 1998 02:38:21 +0900
- Content-Type: text/plain; charset="us-ascii"
- In-Reply-To: <199802031544.AAA16418@example.com>
- References: <m0xzfHK-00014KC@example.com><199802030814.RAA04310@example.com><Pine.LNX.3.96.980203082950.24460A-100000@example.com><199802030814.RAA04310@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
Does anybody know what a "PPP frame with bad fcs" is ? I'm starting to suspect that the problem with my machine may not be related to the routing table after all. I watched the packets going thru ppp0 with "tcpdump -i ppp0 -n" while pinging a machine outside and got: 02:28:36.193011 165.76.88.78 > 133.34.19.33: icmp: echo request 02:28:37.193011 165.76.88.78 > 133.34.19.33: icmp: echo request 02:28:38.193011 165.76.88.78 > 133.34.19.33: icmp: echo request 02:28:39.193011 165.76.88.78 > 133.34.19.33: icmp: echo request So, I suspect the problem is between 165.76.88.78 (that's the machine's local PPP assigned address) and the other end of the PPP link. Raising the pppd debug level, I found these "bad fcs" errors that were registered in /var/log/messages with exactly the same time stamp. Just a coincidence? Feb 4 02:26:35 neutron pppd[544]: Serial connection established. Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to 10000 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to 10000 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set xasyncmap Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set xmit asyncmap ffffffff Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to 10000 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set mru to 5dc Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to 10000 Feb 4 02:26:36 neutron pppd[544]: Using interface ppp0 Feb 4 02:26:36 neutron pppd[544]: Connect: ppp0 <--> /dev/modem Feb 4 02:26:36 neutron kernel: ppp: successfully queued 10 bytes, flags = f0100 00 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 20 bytes, flags = f0100 00 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 12 bytes, flags = f0100 00 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set xmit asyncmap 0 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to f010000 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set mru to 5dc Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set rcv asyncmap ffffffff Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to f010010 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 14 bytes, flags = f0100 10 Feb 4 02:26:36 neutron pppd[544]: Remote message: Welcome Feb 4 02:26:36 neutron pppd[544]: local IP address 165.76.88.78 Feb 4 02:26:36 neutron pppd[544]: remote IP address 165.76.88.30 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to f010050 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 11 bytes, flags = f0100 50 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 18 bytes, flags = f0100 50 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 12 bytes, flags = f0100 50 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 6 bytes, flags = f01005 0 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 12 bytes, flags = f0100 50 Feb 4 02:26:36 neutron kernel: ppp: successfully queued 18 bytes, flags = f0100 50 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set maxcid to 16 Feb 4 02:26:36 neutron kernel: ppp_tty_ioctl: set flags to f010054 Feb 4 02:26:36 neutron kernel: ppp: channel ppp0 going up for IP packets! Feb 4 02:26:36 neutron kernel: ppp: successfully queued 6 bytes, flags = f01005 4 Feb 4 02:28:23 neutron kernel: ppp: channel ppp0 mtu = 1524, mru = 1500 Feb 4 02:28:29 neutron kernel: ppp: frame with bad fcs, excess = b819 Feb 4 02:28:34 neutron kernel: ppp: frame with bad fcs, excess = d873 Feb 4 02:28:35 neutron kernel: ppp: frame with bad fcs, excess = 22b5 Feb 4 02:28:36 neutron kernel: ppp: frame with bad fcs, excess = dbd6 Feb 4 02:28:37 neutron kernel: ppp: frame with bad fcs, excess = d508 Feb 4 02:28:38 neutron kernel: ppp: frame with bad fcs, excess = 72f8 Feb 4 02:28:39 neutron kernel: ppp: frame with bad fcs, excess = 2a38 Feb 4 02:28:40 neutron kernel: ppp: frame with bad fcs, excess = 257f Feb 4 02:28:41 neutron kernel: ppp: frame with bad fcs, excess = 281c Feb 4 02:28:42 neutron kernel: ppp: frame with bad fcs, excess = 4411 Feb 4 02:28:43 neutron kernel: ppp: frame with bad fcs, excess = 1cc1 Feb 4 02:28:44 neutron kernel: ppp: frame with bad fcs, excess = 9d0c Feb 4 02:28:45 neutron kernel: ppp: frame with bad fcs, excess = acd0 Feb 4 02:28:46 neutron kernel: ppp: frame with bad fcs, excess = 12cf Feb 4 02:28:47 neutron kernel: ppp: frame with bad fcs, excess = 72e9 Feb 4 02:28:48 neutron kernel: ppp: frame with bad fcs, excess = 9149 Feb 4 02:28:48 neutron kernel: ppp: frame with bad fcs, excess = bb08 Feb 4 02:28:49 neutron kernel: ppp: frame with bad fcs, excess = 3d1a Feb 4 02:28:50 neutron kernel: ppp: frame with bad fcs, excess = 54d0 --- A.Tomita,Jr. atomita@example.com atomita@example.com --------------------------------------------------------------- Next Saturday Meeting: 14 February 1998 12:30 Tokyo Station Yaesu Chuo ticket gate. --------------------------------------------------------------- a word from the sponsor: TWICS - Japan's First Public-Access Internet System www.twics.com info@example.com Tel:03-3351-5977 Fax:03-3353-6096
- Follow-Ups:
- Re: tlug: PPP&RH5.0 (was: Infoworld Review)
- From: "A.Tomita,Jr." <alberto@example.com>
- References:
- Re: tlug: Infoworld Review
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Re: tlug: Infoworld Review
- From: "A.Tomita,Jr." <Alberto@example.com>
- tlug: Infoworld Review
- From: joem <joem@example.com>
- tlug: PPP&RH5.0 (was: Infoworld Review)
- From: "A.Tomita,Jr." <alberto@example.com>
Home | Main Index | Thread Index
- Prev by Date: tlug: PPP&RH5.0 (was: Infoworld Review)
- Next by Date: Re: tlug: Hello...
- Prev by thread: tlug: PPP&RH5.0 (was: Infoworld Review)
- Next by thread: Re: tlug: PPP&RH5.0 (was: Infoworld Review)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links