From owner-freebsd-net Mon Oct 9 8:23:19 2000 Delivered-To: freebsd-net@freebsd.org Received: from mailtoaster2.pipeline.ch (mailtoaster2.pipeline.ch [62.48.0.71]) by hub.freebsd.org (Postfix) with ESMTP id 7D0A437B503 for ; Mon, 9 Oct 2000 08:23:15 -0700 (PDT) Received: (qmail 87658 invoked from network); 9 Oct 2000 15:24:34 -0000 Received: from unknown (HELO telehouse.ch) ([62.48.0.53]) (envelope-sender ) by mailtoaster2.pipeline.ch (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP for ; 9 Oct 2000 15:24:34 -0000 Message-ID: <39E1E2FB.C397B8EF@telehouse.ch> Date: Mon, 09 Oct 2000 17:23:39 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: netgraph and ar0 (digi sync/570i) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello guys I've got a few problems with a new FreeBSD 4.1 router test setup. Up until now I was unsing the Digi Sync/570i (V.35) with the native driver plus kernel sppp for ppp and/or cisco HDLC mode. No problems here. Works fine. To leverage the new possibilities of VPN's, protocol stacking, etc. I now tried to use it with netgraph. The card is still detected fine and I set up netgraph with the following: $ ngctl mkpeer sync_ar0: cisco rawdata downstream $ ngctl mkpeer sync_ar0:rawdata iface inet inet OK, now the ng0 interface appears in ifconfig -a and can be configured: $ ifconfig ng0 62.48.31.181 62.48.31.182 netmask 255.255.255.252 This brings up the interface but leads to an error message like the following: ar0 Receive error, chan 0, stat a4, msci st3 3, rxhind 25, cda40fa eda Has anybody got a hint what might be going wrong here or has got it working? Remember, without netgraph is works fine. A few more questions and observations: 1. With netgraph the ifconfig output shows 'NOARP', without it does not. 2. With netgraph the ifconfig output shows 'SIMPLEX', without it does not. This is clearly wrong, leased lines are duplex. Thanks -- Andre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message