From owner-freebsd-net Thu Jun 24 3:58: 7 1999 Delivered-To: freebsd-net@freebsd.org Received: from trishul.icil.co.in (unknown [202.54.40.198]) by hub.freebsd.org (Postfix) with ESMTP id 0104814EB1 for ; Thu, 24 Jun 1999 03:57:47 -0700 (PDT) (envelope-from charooo@trishul.icil.co.in) Received: from trishul.icil.co.in ([37.0.1.12]) by trishul.icil.co.in (8.8.4/8.8.4) with ESMTP id QAA01894 for ; Thu, 24 Jun 1999 16:33:34 +0530 Message-ID: <37720ECD.D3E0750D@trishul.icil.co.in> Date: Thu, 24 Jun 1999 16:26:13 +0530 From: Charudatta Brahme X-Mailer: Mozilla 4.51 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Virtual Host Network Interface Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I am attempting to write a virtual host network interface (at the ifnet layer) which will respond only to ICMP queries. This interface has to represent around 1024 hosts (for stress test purposes). ifconfig alias will not be useful for obvious reasons. My query is - how do I force the interface to receive the packets that I want it to. I have set the interface to promiscus mode. What I also can't figure out is where will the data be received? There doesn't seem to be enough documentation around.. Help... Thanks, Charu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message