From owner-freebsd-questions Fri Nov 14 12:02:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA28412 for questions-outgoing; Fri, 14 Nov 1997 12:02:13 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA28390 for ; Fri, 14 Nov 1997 12:02:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.7) with SMTP id MAA04106; Fri, 14 Nov 1997 12:02:01 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Date: Fri, 14 Nov 1997 12:02:01 -0800 (PST) From: Doug White Reply-To: Doug White To: Christian Fortin cc: FREEBSD-QUESTIONS@FreeBSD.ORG Subject: Re: ipx_ctlinput: cmd 15. ??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 13 Nov 1997, Christian Fortin wrote: > OK, but all my IPX flags was OFF. and I continue to receive this messages. > This problem only occure when ther server have a dial-in ppp is configured > on it. That's true, my server probably received IPX from Internet Win95 user, > but what can I do for remove this brodcast message. And why it apeare only > on 2.2.5 release ? At line 365 or thereabouts in /sys/netipx/ipx_input.c is the following line: printf("ipx_ctlinput: cmd %d.\n", cmd); Simply surround it with /* */ to comment it out, rebuild your kernel, and it won't bother you any more. Some host on your network is returning a response to a IPX packet using type 15, which isn't defined. I don't know why your system even cares about IPX without the IPX routers installed, but there are a lot of things I don't know about FreeBSD ;-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major