From owner-freebsd-questions Sat Aug 3 20:29:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D259C37B400 for ; Sat, 3 Aug 2002 20:29:44 -0700 (PDT) Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DCBE43E65 for ; Sat, 3 Aug 2002 20:29:44 -0700 (PDT) (envelope-from kylebutt@myrealbox.com) Received: from user-112vpc6.biz.mindspring.com ([66.47.229.134] helo=kylebutt.dorms.usu.edu) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 17bC5O-0001Zn-00 for freebsd-questions@freebsd.org; Sat, 03 Aug 2002 23:29:42 -0400 Received: from kylebutt.dorms.usu.edu (2d30ffc1ee241b6ab4b50c9e48679bcd@localhost [127.0.0.1]) by kylebutt.dorms.usu.edu (8.12.5/8.12.5) with ESMTP id g743Tdnn000611 for ; Sat, 3 Aug 2002 21:29:40 -0600 (MDT) (envelope-from kylebutt@myrealbox.com) Received: (from kyle@localhost) by kylebutt.dorms.usu.edu (8.12.5/8.12.5/Submit) id g743TbWi000610 for freebsd-questions@freebsd.org; Sat, 3 Aug 2002 21:29:37 -0600 (MDT) (envelope-from kylebutt@myrealbox.com) X-Authentication-Warning: kylebutt.dorms.usu.edu: kyle set sender to kylebutt@myrealbox.com using -f Date: Sat, 3 Aug 2002 21:29:36 -0600 From: Kyle Butt To: freebsd-questions@freebsd.org Subject: Unwanted Network Interfaces Message-ID: <20020803212936.A406@kylebutt.dorms.usu.edu> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently noticed some strange Network interfaces: rl0f[0-3]. rl0f0: flags=8842 mtu 1500 ether 00:4f:4e:03:38:9c rl0f1: flags=8842 mtu 1500 ether 00:4f:4e:03:38:9c rl0f2: flags=8842 mtu 1500 ether 00:4f:4e:03:38:9c rl0f3: flags=8842 mtu 1500 ether 00:4f:4e:03:38:9c I'm running FreeBSD-current as of Jul 30th. I have a Realtek Card: rl0 with the same mac address I've tried to destroy the interface with ifconfig: bash-2.04$ sudo ifconfig rl0f0 destroy ifconfig: SIOCIFDESTROY: Invalid argument bash-2.04$ sudo ifconfig rl0f0 link 00:4f:4e:03:38:9c delete Segmentation fault (core dumped) bash-2.04$ sudo ifconfig rl0f0 link 00:4f:4e:03:38:9c destroy ifconfig: SIOCIFDESTROY: Invalid argument None of these works. Can anyone tell me where these interfaces come from and can/how/should I remove them? Thanks in advance, Kyle To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message