From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 16:02:49 2003 Return-Path: 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 6AA4F37B401 for ; Fri, 4 Apr 2003 16:02:49 -0800 (PST) Received: from imo-m01.mx.aol.com (imo-m01.mx.aol.com [64.12.136.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8225A43FA3 for ; Fri, 4 Apr 2003 16:02:48 -0800 (PST) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-m01.mx.aol.com (mail_out_v34.21.) id n.4.7b9114f (22681) for ; Fri, 4 Apr 2003 19:02:43 -0500 (EST) Received: from netscape.net (pool-68-160-126-199.nwrk.east.verizon.net [68.160.126.199]) by air-in04.mx.aol.com (v92.17) with ESMTP id MAILININ42-58993e8e1d2335f; Fri, 04 Apr 2003 19:02:43 1900 Message-ID: <3E8E1D1E.1010103@netscape.net> Date: Fri, 04 Apr 2003 19:02:38 -0500 From: "E. J. Cerejo" User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Subject: PPPoE not working X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 00:02:49 -0000 I have a weird problem here with PPPoE, I had it working with this configuration before I bought a belkin router: default: set log Phase Chat LCP IPCP CCP tun command nat enable yes nat same_ports yes nat use_sockets yes set redial 15 28800 set reconnect 15 28800 pppoe: set device PPPoE:fpx0: <-- I also tried without this colon. set mru 1492 set mtu 1492 set speed sync enable lqr set lqrperiod 5 set cd 5 set dial set login set timeout 0 set authname xxxxxxxxx set authkey xxxxxxxxx set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR enable dns then I stopped using pppoe when I went behind the belkin dsl wireless router and now I wanted to test some windowz internet apps that run with wine (like winmx) which can't resolve the servers, they work if you enter the correspondent IP number for that server. So I went ahead and unhooked the dsl/router and connceted my box straight to the modem, I commented out 3 lines in my rc.conf which related to my belkin router. Restarted and and tried to connect, it creates a tun0.pid but can't browse because it looks like it didn't connect at all, I ran ifconfig and here's the results: fxp0: flags=8802 mtu 1500 ether 00:20:ed:ab:7a:c9 media: Ethernet autoselect (100baseTX ) status: active lp0: flags=8810 mtu 1500 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 faith0: flags=8002 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6 inet 127.0.0.1 netmask 0xff000000 tun0: flags=8051 mtu 1500 Opened by PID 156 I get no IP address. Not only that but when I startx, it freezes as if it needed an IP address. Anyone has any idea why this happens? I also have these 4 options in my kernel: options NETGRAPH options NETGRAPH_ETHER options NETGRAPH_SOCKET options NETGRAPH_PPPOE