search for: bridge_int

Displaying 5 results from an estimated 5 matches for "bridge_int".

Did you mean: bridge_id
2015 Feb 18
1
Disable/stop nic in a virtual guest with virsh
...can be done from the virsh interface. Thanks Juerg! 1) down the vnetX interface from the host node ip link show dev vnetX ip link set down vnetX ip link show dev vnetX And if using bridged networking, you have one more option. 2) remove the vnetX interface from the bridge brctl delif <bridge_int> vnetX Certainly downing the interface using either Juerg's solution via virsh or mine via iproute2 tools is most ideal since it's easier/simpler to reinstate. You can use ifconfig if you prefer it over ip tools, but enjoy those tools and syntax while it remains! [0] ;-) [0] https://...
2015 Feb 18
3
Disable/stop nic in a virtual guest with virsh
On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > On 17/02/15 09:18, C. L. Martinez wrote: >> Hi all, >> >> How can I stop/disable a nic in a virtual guest using a virsh >> command?? I am searching the same effect like if I unplug network >> cable ... Is it possible?? I have tried with "detach-interface"
2016 Mar 24
0
KVM networking issue
...iance" VM is connected to both this and the external interface. I take it you've tried testing basic connectivity from the VMs to whatever default gateway is in place? I see Spanning Tree is enabled, so you might check that an interface isn't in the blocking state. brctl showstp <BRIDGE_INT> | egrep '^(em|eth|vnet)|state' I don't use the NAT network mode for KVM, so hopefully someone else can chime in on that piece. -- ---~~.~~--- Mike // SilverTip257 // -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipe...
2015 Feb 20
4
Upgrading Xen 3 on SL 5 server with CentOS 5 and SL 5
...Juerg! > > 1) down the vnetX interface from the host node > ip link show dev vnetX > ip link set down vnetX > ip link show dev vnetX > > And if using bridged networking, you have one more option. > 2) remove the vnetX interface from the bridge > brctl delif <bridge_int> vnetX > > Certainly downing the interface using either Juerg's solution via virsh or mine via iproute2 tools is most ideal since it's easier/simpler to reinstate. You can use ifconfig if you prefer it over ip tools, but enjoy those tools and syntax while it remains! [0] ;-) &gt...
2016 Mar 22
2
KVM networking issue
Hi Mike, Thanks for the info. I'd rather run monitoring such as tcpdump from the VM if possible and not the host as a simulation of a network appliance and with the intent eventually of giving others access to the VM and not the host. Here is the xml file for the private network: <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to