From owner-freebsd-questions@FreeBSD.ORG Tue Dec 13 12:22:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE42616A41F for ; Tue, 13 Dec 2005 12:22:00 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id E635943D66 for ; Tue, 13 Dec 2005 12:21:58 +0000 (GMT) (envelope-from nsrashmi@gmail.com) Received: by wproxy.gmail.com with SMTP id 55so119770wri for ; Tue, 13 Dec 2005 04:21:58 -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:content-transfer-encoding:content-disposition; b=lsxlj/AWzdI4n5wC0+LcnVnIBvyw97SxPqoEsTUq1dd2OKpxjEWUWl0SiRmeIVpCliBI7NBk072hbrk6mGcBeUJt5SNenS4Xz2Ycw5+j4wC8p5rnEOulDSGuZDJAaziCKieAp/nLaOPn/ejcI9khYVyuxu3gtl8hANMGLozCAG4= Received: by 10.65.72.10 with SMTP id z10mr546130qbk; Tue, 13 Dec 2005 04:21:58 -0800 (PST) Received: by 10.64.204.16 with HTTP; Tue, 13 Dec 2005 04:21:57 -0800 (PST) Message-ID: <9f9993160512130421m60fe7303l311c13b542544551@mail.gmail.com> Date: Tue, 13 Dec 2005 17:51:57 +0530 From: rashmi ns To: freebsd-hackers@freebsd.org, freebsd-drivers@freebsd.org, freebsd-questions@freebsd.org, bugi@lists.redbrick.dcu.ie MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Help reqd: Configuring sppp X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 12:22:00 -0000 Hi, I am facing problem in using sppp. Both local system amd remote systems are using the sppp. My questions are 1.Can we use sppp as PPP server? 2.If answer to first question is yes ,how can I do that? I tried out the following commands. $ifconfig hdlc0 up After this command interface is sending LCP-CONF-REQUEST. Also getting the LCP-CONF-ACK from the remote system. Sending and receiving of REQ and ACK is going on ,but after getting ACK sppp is not sending next phase (IPCP) packet to remote system. Pls help me in fixing this.Pls let me know any pointers regarding this. Regards, Rashmi