From owner-freebsd-isp@FreeBSD.ORG Tue Apr 12 04:44:50 2005 Return-Path: Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A15E316A4CE for ; Tue, 12 Apr 2005 04:44:50 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A1543D41 for ; Tue, 12 Apr 2005 04:44:50 +0000 (GMT) (envelope-from alex.vasconcelos@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1777545wri for ; Mon, 11 Apr 2005 21:44:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=CtQhS6UEGw0q7lLXIc6+E7Yl+lfCrJesiK8Ieu/ijEU5kQR+V3dq8M1G/cZiKGI4b8O/+lh/V9HJ2Uny/xX2aTeSJ720925Mpt3fzVDsKrRB/jdaSYXuhlfnzLqS/AIx1mrymRO3U+7gEmhluSXNV16e61XbpOv3GHl2ex7EoEo= Received: by 10.54.53.77 with SMTP id b77mr9596wra; Mon, 11 Apr 2005 21:44:49 -0700 (PDT) Received: by 10.54.44.57 with HTTP; Mon, 11 Apr 2005 21:44:49 -0700 (PDT) Message-ID: <26551fb50504112144311ff404@mail.gmail.com> Date: Tue, 12 Apr 2005 01:44:49 -0300 From: Alexandre Vasconcelos To: freebsd-isp@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Using PPP X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexandre Vasconcelos List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 04:44:50 -0000 Hello All, Sorry if this was discused before but I couldn't find it on archives.. I have an ADSL PPPoE connection with Internet, my modem is a Alcatel Speed Touch Pro, bridged mode. It works fine on windows (using a built-in dialer) and linux (using rp-pppoe). I've followed the handbook instructions (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/pppoe.html) to make it work on FreeBSD with PPPoE without success. My ppp.conf is just like section 21.5.2: default: set log phase chat connect lcp ipcp tun command set ifaddr 10.0.0.140/32 0.0.0.0/0 brtelecom: set device PPPoE:sis0 set authname myusername set authkey mypassword set dial set login add default HISADDR When I run ppp -ddial brt modem lights start to blink, but ifconfig shows interface tun0 without any IP address and /var/log/ppp.log shows: [root@alex ppp]# tail -f /var/log/ppp.log Apr 12 01:13:01 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(112) state = Initial Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:04 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(113) state = Initial Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:07 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(114) state = Initial Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:10 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(115) state = Initial Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:13 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(116) state = Initial Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:16 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(117) state = Initial Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:19 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial. Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP: deflink: RecvConfigReq(118) state = Initial Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP: IPADDR[6] 200.103.98.174 Apr 12 01:13:22 alex ppp[9723]: tun0: IPCP: deflink: Oops, RCR in Initial I think there's something really small that I'm missing.. Anyone could help me? Thanks in advance. Alexandre