From owner-freebsd-stable Fri Mar 2 16:53: 6 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.sampson.eyep.net (cx233718-a.santab1.ca.home.com [65.5.146.158]) by hub.freebsd.org (Postfix) with SMTP id 7E75637B719 for ; Fri, 2 Mar 2001 16:53:02 -0800 (PST) (envelope-from galen@sampson.eyep.net) Received: (qmail 677 invoked from network); 3 Mar 2001 00:53:01 -0000 Received: from unknown (HELO windows) (10.0.0.2) by dns.house with SMTP; 3 Mar 2001 00:53:01 -0000 Message-ID: <001901c0a37c$9e664ab0$0200000a@windows> From: "Galen Sampson" To: Subject: mpd-netgraph Date: Fri, 2 Mar 2001 16:55:19 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello all, I am using my FreeBSD machine as a router for my house with 5 computers. I have recently installed mpd-netgraph to see if I can make a tunnel to my friends across the internet. To test mpd-netgraph's configuration I attempted to tunnel between my windows 2000 machine (on the local network with the freebsd router) and my freebsd machine using pptp. I was logged into the FreeBSD machine via kdm and a windows X-client. Imediately after the connection established the FreeBSD machine rebooted. After the FreeBSD machine came back up this was not repeated and everything worked fine. My log files indicate nothing about the crash. The only thing I can think of is I somehow made silly mistakes configureing mpd-netgraph and the kernel didn't like having two interfaces with the same ip address (ng0 was the interface mpd-netgraph used) or there was some problem with loading certain netgraph modules (I didn't compile every netgraph option into my kernel). Can someone tell me if this is worth submitting a bug report or not? Any ideas as to my problem? ~> uname -a FreeBSD freebsd.house 4.2-STABLE FreeBSD 4.2-STABLE #1: Wed Jan 31 21:05:57 PST 2001 root@freebsd.house:/usr/src/sys/compile/SAMPSON i386 Log Excerpt: Mar 2 15:49:43 freebsd mpd: 192.168.1.1 -> 192.168.1.2 Mar 2 15:49:43 freebsd mpd: [pptp] IFACE: Up event Mar 2 15:49:43 freebsd mpd: [pptp] exec: /sbin/ifconfig ng0 192.168.1.1 192.168 .1.2 netmask 0xffffffff -link0 Mar 2 15:49:43 freebsd mpd: [pptp] no interface to proxy arp on for 192.168.1.2 Mar 2 15:49:43 freebsd mpd: [pptp] IFACE: Up event ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Crash Mar 2 15:56:53 freebsd named[309]: starting (/etc/namedb/named.conf). named 8. 2.3-REL Wed Jan 31 18:42:08 PST 2001 root@freebsd.house:/usr/obj/usr/src/usr. sbin/named Kernel Config File Excerpt: options NETGRAPH #netgraph(4) system options NETGRAPH_PPPOE options NETGRAPH_SOCKET All other parts of netgraph needed for this connection were loaded as modules... ~>kldstat Id Refs Address Size Name 1 10 0xc0100000 2d7ea4 kernel 2 1 0xc08d8000 4000 logo_saver.ko 3 1 0xc0935000 3000 ng_iface.ko 4 7 0xc0939000 8000 netgraph.ko 5 1 0xc0944000 6000 ng_ppp.ko 6 1 0xc094c000 4000 ng_bpf.ko 7 1 0xc0951000 4000 ng_vjc.ko 8 1 0xc0959000 4000 ng_pptpgre.ko 9 1 0xc095e000 3000 ng_ksocket.ko 10 1 0xc0964000 3000 ng_mppc.ko Galen Sampson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message