From owner-freebsd-questions Tue Apr 24 3:30:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mta3-rme.xtra.co.nz (mta3-rme.xtra.co.nz [203.96.92.13]) by hub.freebsd.org (Postfix) with ESMTP id B630837B422 for ; Tue, 24 Apr 2001 03:30:19 -0700 (PDT) (envelope-from DRCAnderson@xtra.co.nz) Received: from dynasite ([210.55.163.61]) by mta3-rme.xtra.co.nz with SMTP id <20010424103014.XHDF641157.mta3-rme.xtra.co.nz@dynasite> for ; Tue, 24 Apr 2001 22:30:14 +1200 Message-ID: <000501c0cd49$2ad85060$047ba8c0@co.nz> From: "David Anderson" To: "FreeBSD Mail List" Subject: pppd not bringing up acc call - How to check serial port? Date: Tue, 24 Apr 2001 22:31:47 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG howdy I am trying to bring up an asynchronous call control connection using bsd pppd with command line as follows: $pppd /dev/ttyd0 9600 1.1.1.1:1.1.1.2 I have a straight thru patch cable attatched back to back with my router - serial port to port1 (port 0 of router is management port). I have management of router via windows box. Below is the router script. I have tested cable and plug combo's and everything works. I have run this before using Linux box and different router so I am confident of the script and pppd syntax, but it is not working on this setup (I have tried both routers I have here so I think routers are fine). Can someone tell me how do I check the functionality of my bsd serial com port? dmesg notes sio0 and sio1 at port address's and gives types but where do I find or how do I test whether my serial ports are actually working? I have only the bsd binaries on the machine and are working ala telnet command line mode. Any suggestions? # pppsacc.scp - receiving acc call using ppp set system name=Router_A set man po=0 ena ip set po=1 speed=9600 cdc=connect flow=hard add acc call=e-1 po=1 dir=answer authen=none encap=ppp create ppp=0 over=acc-e-1 idle=on ipreq=on ena ip remote add ip int=ppp0 ip=1.1.1.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message