From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22872 invoked by alias); 17 Oct 2012 15:16:15 -0000 Received: (qmail 22858 invoked by uid 22791); 17 Oct 2012 15:16:14 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Oct 2012 15:16:10 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id AF9F32F78003; Wed, 17 Oct 2012 16:16:09 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001690] New: PPP can only route to subnet if using a null modem X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: TCP/IP X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: kenkyee@excite.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 17 Oct 2012 15:16:00 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2012/txt/msg01304.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001690 Summary: PPP can only route to subnet if using a null modem Product: eCos Version: 3.0 Platform: All OS/Version: All Status: UNCONFIRMED Severity: major Priority: low Component: TCP/IP AssignedTo: unassigned@bugs.ecos.sourceware.org ReportedBy: kenkyee@excite.com CC: ecos-bugs@ecos.sourceware.org Class: Advice Request If you bring up pppd on a Linux machine connected to a null modem to eCos, eCos only seems to know how to route to the local subnet. pppd was started as follows (the local subnet is 192.168.50.x): pppd noauth nodetach nocrtscts nobsdcomp nodeflate ms-dns 66.189.0.100 local lock persist debug dump logfd 1 proxyarp defaultroute 192.168.50.251:192.168.50.252 /dev/ttyS0 9600 You can't ping a remote server (e.g., Google's DNS server at 8.8.8.8). Packets seem to go out and come back onto the interface (tested w/ serial port breakout) and eCos doesn't see them. Might be related to this bug setting neg_accm in the PPP options made no difference: http://sources.redhat.com/ml/ecos-discuss/2004-12/msg00041.html -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.