Re: KVM-networking (under normal user).

2010-12-08 Thread Sthu Deus
Thank You for Your time and answer, Pascal: > Sorry but I don't understand what you mean and want to achieve. > I guess that eth0 and tap0 are the interfaces which are supposed to be > bridged in br0, and the virtual machine is supposed to use tap0 ? Well. I'll try to explain my best - as I do no

Re: KVM-networking (under normal user).

2010-12-08 Thread Pascal Hambourg
Sthu Deus a écrit : > > Now, I have a lot of devices when bringing up br0 interface: eth0, br0, > tap0. - I believe only one I need to make my KVM using the network, how > I can stop auto bring them too besides br0 only, or eth0 only? Sorry but I don't understand what you mean and want to achieve

Re: KVM-networking (under normal user).

2010-12-07 Thread Sthu Deus
Thank You for Your time and answer, Pascal: > You need to add a 'bridge_ports' line to indicate that the interface > is a bridge. Otherwise the system does not create it. See man > bridge-utils-interfaces. It did the trick! Now, I have a lot of devices when bringing up br0 interface: eth0, br0,

Re: KVM-networking (under normal user).

2010-12-07 Thread Pascal Hambourg
Hello, Sthu Deus a écrit : > > Having this in /etc/network/interfaces: > > iface br0 inet static > address 192.168.0.125 > netmask 255.255.255.0 > network 192.168.0.0 > broadcast 192.168.0.255 > pre-up /usr/sbin/tunctl -u vmachine -t tap0 > pre-up