From owner-freebsd-stable Mon Nov 6 6:33:26 2000 Delivered-To: freebsd-stable@freebsd.org Received: from duckling.worldonline.nl (duckling.worldonline.nl [195.241.45.86]) by hub.freebsd.org (Postfix) with ESMTP id B72B437B4CF for ; Mon, 6 Nov 2000 06:33:17 -0800 (PST) Received: (from maikel@localhost) by duckling.worldonline.nl (8.11.1/8.11.1) id eA6FXcF31016 for freebsd-stable@freebsd.org; Mon, 6 Nov 2000 16:33:38 +0100 (CET) (envelope-from maikel) Date: Mon, 6 Nov 2000 16:33:38 +0100 From: Maikel Verheijen To: freebsd-stable@freebsd.org Subject: vlanning causing kernel panics? Message-ID: <20001106163338.A30298@duckling.worldonline.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all! While trying to use vlan's under FreeBSD, my machine keeps on kernel panicing when I try to ifconfig the vlan interface. What I did in short: - Made a kernel with: pseudo-device vlan 20 # Get 20 vlan interfaces - Rebooted (of course :) - did a: /sbin/ifconfig vlan0 vlan 120 vlandev xl1 /sbin/ifconfig vlan0 inet 10.10.10.10 netmask 255.255.255.0 where xl1 is my interface that is connected to a cisco catalyst, supporting vlan tagging. What I get is the following: --SNIP-- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x4 fault code = supervisor write, page not present instruction pointer = 0x8:0xc02291c3 stack pointer = 0x10:0xc9909c74 frame pointer = 0x10:0xc9909c84 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 preprocessor eflags = interrupt enabled, resume, IOPL = 0 current process = 149 (ifconfig) interrupt mask = net tty trap number = 12 panic: page fault --SNIP-- Is there something I missed?? TIA, Maikel Verheijen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message