search for: virtualized_network_devices

Displaying 2 results from an estimated 2 matches for "virtualized_network_devices".

2008 Aug 22
1
Xen 3.2 Laptop Networking
...le to use the eth0/peth0 bridging mechanism to communicate to the world. Is it possible to setup a dummy interface and bridge in Xen 3.2, along the lines outlined in RedHat Virtualization manual: http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/sect-Virtualization-Virtualized_network_devices-Laptop_network_configuration.html The above works for Xen 3.0. My attempt to define dummy0 interface and then invoke the bridge script as following: ----- #!/bin/sh XEN_SCRIPTS="/etc/xen/scripts" $XEN_SCRIPTS/network-bridge "$@" netdev=dummy bridge=dummy vifnum=0 ----- did no...
2008 Sep 26
0
Centos multiple bridging
...tatic ip) eth2 => second vm (configured with static ip) eth3 => all other vm (configured with static ip) all of these interfaces are in the same subnet. To configure this i used this howto http://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.2/html/Virtualization/sect-Virtualization-Virtualized_network_devices-Configuring_multiple_guest_network_bridges_to_use_multiple_ethernet_cards.html I only installed these packages and configured the interfaces like the example in the howto above: ... start) $script start vifnum=1 bridge=xenbr1 netdev=eth1 $script start vifnum=2 bridge=xenbr2 netdev...