From owner-freebsd-current Sat Jan 8 1:33:35 2000 Delivered-To: freebsd-current@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 64BDE150EB for ; Sat, 8 Jan 2000 01:33:27 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m4.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX9912-Fujitsu Gateway) id SAA29235; Sat, 8 Jan 2000 18:33:19 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from incapgw.fujitsu.co.jp by m4.gw.fujitsu.co.jp (8.9.3/3.7W-9912-Fujitsu Domain Master) id SAA05879; Sat, 8 Jan 2000 18:33:18 +0900 (JST) Received: from localhost ([192.168.245.10]) by incapgw.fujitsu.co.jp (8.9.3/3.7W-9912) id SAA17021; Sat, 8 Jan 2000 18:33:16 +0900 (JST) To: ab@astralblue.com Cc: freebsd-current@FreeBSD.ORG Subject: Re: IPv6 testing...willing to help In-Reply-To: References: <20000108133114L.shin@nd.net.fujitsu.co.jp> X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000108183353S.shin@nd.net.fujitsu.co.jp> Date: Sat, 08 Jan 2000 18:33:53 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 43 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I've done this this morning and found that all of a sudden natd and > related stuff stopped working; it leads to a kernel panic whenever a > machine inside natd tries to access the Internet. IIRC, the kernel > option IPDIVERT was documented to be incompatible in KAME LINT; maybe > this should be documented in our LINT as well? Thanks for checking. I thought I should have fixed that, but there seems to be a mistake. > For now, I've reverted to my previous kernel (because my mom would get > upset if the Internet gets inaccessible from her Win98 box), but if you > give further direction, I can do some testing while she's off the > computer. :-) Could you please try following patch when she got tired of computer. :-) Index: ip_divert.c =================================================================== RCS file: /home/ncvs/src/sys/netinet/ip_divert.c,v retrieving revision 1.41 diff -u -r1.41 ip_divert.c --- ip_divert.c 1999/12/22 19:13:20 1.41 +++ ip_divert.c 2000/01/08 09:27:00 @@ -297,7 +297,7 @@ ipstat.ips_rawout++; /* XXX */ error = ip_output(m, inp->inp_options, &inp->inp_route, (so->so_options & SO_DONTROUTE) | - IP_ALLOWBROADCAST | IP_RAWOUTPUT | IP_SOCKINMRCVIF, + IP_ALLOWBROADCAST | IP_RAWOUTPUT, inp->inp_moptions); } else { struct ifaddr *ifa; If the patch doesn't work, I would like to try same configuration as yours. In that case, could you please give me some of your related configuration files if possible? Yoshinobu Inoue To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message