Hi Dan!

> This should be done over the host-eth3 interface and I have set up the 
> br-eth3 
> and qtap3 the same way as with the eth1/br-eth1/qtap1 with one difference - 
> the br-eth3 interface is setup without an IP.
> When doing traffic from the VM to the network I can see traffic on the qtap3 
> and br-eth3 interface but none on the eth3.
> 
> Must I specify an IP for the br-eth3 interface?
No, an IP is not required. Just activate br-eth3 and don't forget to add
a route:

ifconfig br-eth3 up 0.0.0.0
route add 192.168.3.0 netmask 255.255.255.0 eth3

Bernhard
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to