Brent Voltz writes:
> I have an ADSL line that uses PPPoE encapsulation.  I've been trying to get
> a PPTP connection working with FreeBSD 4.2 release on the same box that
> connects to the ADSL.
> 
> The process is as follows:
> 
> 1) Bring up PPPoE connection, using either user-space PPP or MPD.  This part
> works flawlessly using either method.
> 
> 2) Bring up PPTP connection using MPD.
> 
> The result is always the same: Kernel panic in the next 30 seconds.

Make sure that you're not trying to route the PPTP packets over
the PPTP link itself, which causes an infinite loop. That is,
you don't want the peer's "external" IP address (from mpd.links)
to be routed via the PPTP point-to-point connection.

-Archie

__________________________________________________________________________
Archie Cobbs     *     Packet Design     *     http://www.packetdesign.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to