From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 5 May 2010 10:06:04 +0200 From: Lars =?UTF-8?B?VMOkdWJlcg==?= Message-Id: <20100505100604.7cd09d04.taeuber@bbaw.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Bridge] which interface for IP address? List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Hi there, why do all the howtos set the ip address to the brigde? Isn't it also possible to assign the address the real interface? What's the difference between assigning the address to the bridge and assigning the address to the real interface contained by the bridge? The situation: virtual machine host: eth0 vif0 (for virtual machine) ... vifx (for virtual machine) br0 (contains eth0 and vif*) Whats the difference between eth0 192.168.1.4 br0 0.0.0.0 and eth0 0.0.0.0 br0 192.168.1.4 ?? Thanks Lars