Configuring a bridge is not a problem KVM Networking

What I can't figure out is how to disconnect host from the bridge?

link|improve this question
Now I think this question belongs to serverfault. Sorry – Art Shayderov Jul 9 '10 at 17:56
feedback

1 Answer

up vote 0 down vote accepted

You have to remove ip from the bridge like that:

auto eth1
iface eth1 inet manual

auto br1
iface br1 inet manual
    bridge_ports eth1
    bridge_stp off
    bridge_fd 0
    bridge_maxwait 0
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.