From owner-freebsd-hackers@FreeBSD.ORG Fri Nov 11 12:56:29 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF3CE16A41F for ; Fri, 11 Nov 2005 12:56:29 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62AF743D45 for ; Fri, 11 Nov 2005 12:56:29 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: by xproxy.gmail.com with SMTP id t11so722072wxc for ; Fri, 11 Nov 2005 04:56:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RF0nrfJ9d611yc0UXn+YPCp4D5qIFlEiMEkaOGyxy0sXATMDkpHD3LXfPwzPaANfEMg2OAbBvFh6Vv9uskFVvTrrheYbTPKtgmMZnZCdA6iCfZcoPIB/nz7UcGhGpRnBL+3iKh1CIe6+tl7rq53PsiPcO1Dp8o1ueG/qDCX3CuQ= Received: by 10.64.131.4 with SMTP id e4mr2288084qbd; Fri, 11 Nov 2005 04:56:28 -0800 (PST) Received: by 10.64.199.12 with HTTP; Fri, 11 Nov 2005 04:56:28 -0800 (PST) Message-ID: <9f9993160511110456w149032dcoca634dea6b37ef79@mail.gmail.com> Date: Fri, 11 Nov 2005 18:26:28 +0530 From: rashmi ns To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: RE:HELP NEEDED IN USING PPP INTERFACE X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 12:56:29 -0000 Hello All, We Want to send traffic IP Traffic to the HDLC DRIVER(written for DS31256) hdlc driver is using sppp_attatch. To run pppd what device we need to give in the options file. Normally device is set to /dev/cuaa0 for serial com port. But I am not getting what device we need to set in the /etc/ppp/options fil= e for hdlc driver. Or do we have to give the device file created by make_dev() of hdlc driver Does sppp.ko creates any device in the /dev directory after sppp_attach? Thanks In Advance , Rashmi