From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 15 Feb 2011 08:03:34 -0800 From: Stephen Hemminger Message-ID: <20110215080334.1fbc5357@nehalam> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] Problem configuring bridge as a hub between host server and running VM guest List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ravi Varun Nair Cc: bridge@lists.linux-foundation.org On Fri, 4 Feb 2011 11:17:29 -0500 Ravi Varun Nair wrote: > What I am trying to do is have a copy of all the traffic coming in on the > physical interface be given to the VM. T A better way is to use tc mirred action to mirror packets to a dummy or other interface. --