| Summary: | mpd-netgraph crashes when using netmeeting across pptp | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Charlie Root <root> |
| Component: | Individual Port(s) | Assignee: | Archie Cobbs <archie> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Charlie Root
2001-02-12 07:30:01 UTC
Responsible Changed From-To: freebsd-ports->archie Over to MAINTAINER
I've seen the same problem on two freebsd 4.2 boxes. In both cases mpd-netgraph was installed on a clean box. Bringing up mpd-netgraph was fine, but as soon at a PPTP connection from a Windows98 box was established the box would crash, wait for user input for 15 seconds and then reboot. Both boxes I used has two network interfaces and were using ipfilter and natd.
Hello, Can you get a kernel core dump and generate a backtrace? http://www.freebsd.org/handbook/kerneldebug.html Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com Hello, I'm trying to resolve this bug. Does it still happen? Thanks, -Archie __________________________________________________________________________ Archie Cobbs * Packet Design * http://www.packetdesign.com State Changed From-To: open->closed Bug was a result of a misconfiguration. If the kernel routing table says that the route to the remote PPTP machine is via the PPTP link, then we get an infinite loop and the kernel panics. There should probably be infinite loop detection support in netgraph, or maybe mpd could try to watch for this condition, etc. |