Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 May 2001 15:30:33 -0400
From:      Mike Tancsa <mike@sentex.net>
To:        "Klaus Berbach" <K_Berbach@gmx.de>, "freebsd-stable@freebsd.org" <freebsd-stable@FreeBSD.ORG>
Subject:   Re: pppoe crashes in 4.3-stable (14.5.2000) became another fxp-Problem
Message-ID:  <5.1.0.14.0.20010518152804.023d15e0@marble.sentex.ca>
In-Reply-To: <20010518184330.BB47B37B422@hub.freebsd.org>
References:  <200105172250.SAA21250@gta.com>

next in thread | previous in thread | raw e-mail | index | archive | help
At 08:44 PM 5/18/01 +0200, Klaus Berbach wrote:
> >>>  I had the same problem. You need to have:
> >>>
> >>> # PPPoE Stuff
> >>> options         NETGRAPH
> >>> options         NETGRAPH_ETHER
> >>> options         NETGRAPH_PPPOE
> >>> options         NETGRAPH_SOCKET
>
>I have all four.
>
>I tried with a via-rhine card (D-Link 530TX) and an
>older PCNet32 PCI card (lnc, the pcn driver does not
>work with thatz card). Still, I get a page fault when
>tying to connect. Any further ideas ?

It works fine with the fxp card (for me anyways). As someone else pointed 
out, try uping the interface first.  If need be, just add a non used RFC 
1918 IP to it in your /etc/rc.conf with a subnetmask of 255.255.255.252.

e.g. if your PPPoE Int is fxp0,

ifconfig_fxp0="inet 10.0.0.1 netmask 255.255.255.255"

         ---Mike


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20010518152804.023d15e0>