From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 04:13:47 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F44D16A418 for ; Wed, 3 Oct 2007 04:13:47 +0000 (UTC) (envelope-from sigma.zx@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.freebsd.org (Postfix) with ESMTP id 66B8013C469 for ; Wed, 3 Oct 2007 04:13:47 +0000 (UTC) (envelope-from sigma.zx@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so3227334wxd for ; Tue, 02 Oct 2007 21:13:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=7xDkxVaFjX0AvVLsCieVgykox6ojow8Dc2s3Jkl1898=; b=bAXc+93cQ88gZ1cFGON+w8X2KCgnYqYEttU5xsJB/20j5VsQViyTxmDVLcPxj30DlNt5j/leCjWOLJ6SKMW007vAe4OAu0FbVxd62qrnY+9XI+pv8KXc5bom0Rjc5PyGreo0N3DgibAusZX/8LqvQ0crV3toJrpPanWcvbwDFSg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=mbj6R0RKbndcNvIOID0PybKtCB8quAXVj5/hqmZMFStuh38eLbrr6mEUqh1G5UJLrb88yOHYlbAO62Wj07HN0i3IFpGD2pPIXhUaOUZqX/yokgrBHOWthlHsi8ICgU9oz6yNDkNDiDlf1AjlZsU2ogVBIx9/we6nmYfTkHY9G3w= Received: by 10.70.113.16 with SMTP id l16mr1178106wxc.1191383327183; Tue, 02 Oct 2007 20:48:47 -0700 (PDT) Received: by 10.90.33.15 with HTTP; Tue, 2 Oct 2007 20:48:47 -0700 (PDT) Message-ID: <6f8fcd80710022048s704350cdhd43b373939f83cad@mail.gmail.com> Date: Tue, 2 Oct 2007 20:48:47 -0700 From: "Sean McLaughlin" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: PPPoE Doesn't Connect 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: Wed, 03 Oct 2007 04:13:47 -0000 After following that "Cheaper Broadband with FreeBSD on DSL" article referenced in the handbook, I am not getting PPP to work with ADSL. ppp(8)'s prompt stays all lowercase after "dial", whether I do pap/chap or not. It looks like the carrier isn't responding(?) Incidentally, the ISP is Telus and the ethernet cable connecting the computer to the modem is a Dynex 25' cat6 I just bought earlier today, if that makes any difference. Here are the ppp.conf and ppp.log files. *** ppp.conf *** default: # PPP over Ethernet set device PPPoE:rl0 set speed sync set mru 1492 set mtu 1492 set ctsrts off # monitor line quality enable lqr # log set log debug phase chat connect lcp ipcp ccp command tun # insert default route upon connection add default HISADDR # download /etc/resolv.conf enable dns papchap: set authname xxxxxxxx set authkey xxxxxxxx *** end of ppp.conf *** *** ppp.log *** Oct 2 13:45:09 skip ppp[1331]: Phase: Using interface: tun0 Oct 2 13:45:09 skip ppp[1331]: Phase: deflink: Created in closed state Oct 2 13:45:09 skip ppp[1331]: tun0: Command: default: add default HISADDR Oct 2 13:45:09 skip ppp[1331]: tun0: Command: default: enable dns Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: PPP Started (interactive mode). Oct 2 13:45:09 skip ppp[1331]: tun0: Command: /dev/ttyp1: dial Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: bundle: Establish Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: closed -> opening Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: List of netgraph node ``rl0:'' (id 1) hooks: Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Found orphans -> ethernet Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Connecting netgraph socket .:tun0 -> [3]::tun0 Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Sending PPPOE_CONNECT to .:tun0 Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Found the following interfaces: Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 1, name "rl0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 2, name "plip0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 3, name "lo0" Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Index 4, name "tun0" Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: Connected! Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: opening -> dial Oct 2 13:45:09 skip ppp[1331]: tun0: Chat: deflink: Dial attempt 1 of 1 Oct 2 13:45:09 skip ppp[1331]: tun0: Phase: deflink: dial -> carrier Oct 2 13:45:09 skip ppp[1331]: tun0: Debug: Waiting for carrier Oct 2 13:45:13 skip last message repeated 4 times Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: Disconnected! Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: carrier -> hangup Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: deflink: Close Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: Connect time: 5 secs: 0 octets in, 0 octets out Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: 0 packets in, 0 packets out Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: total 0 bytes/sec, peak 0 bytes/sec on Tue Oct 2 13:45:09 2007 Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: deflink: hangup -> closed Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete (4) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff01:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete: Skip it (pass 0) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff02:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: route_IfDelete: Skip it (pass 0) Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff01:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: wrote 148: cmd = Delete, dst = ff01:4::/32, gateway = Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: Found ff02:4::/32 Oct 2 13:45:14 skip ppp[1331]: tun0: Debug: wrote 148: cmd = Delete, dst = ff02:4::/32, gateway = Oct 2 13:45:14 skip ppp[1331]: tun0: Phase: bundle: Dead Oct 2 19:41:07 skip ppp[1331]: tun0: Command: /dev/ttyp1: quit Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: DoLoop done. Oct 2 19:41:07 skip ppp[1331]: tun0: Phase: PPP Terminated (normal). Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: route_IfDelete (4) Oct 2 19:41:07 skip ppp[1331]: tun0: Debug: Radius: radius_Destroy *** end of ppp.log ***