search for: vlan_raw_device

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

2010 May 23
4
xen4.0 debian vlan config
Hello, can anybody help me how to configure vlans? There are vlans: vlan2 vlan3 vlan30 Server has one nic - eth0. vlan2 should be dom0 eth0(peth0) for management Each vlan3 and vlan30 should be has its own bridge. How to make it? Br Peter _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011 Sep 07
1
How to dedicate a NIC for VM traffic without assigning it an IP
I am testing out a new server with RHEL6 running KVM. We have a few NICs on the server, one of which we would like to dedicate to network traffic to/from the virtual guests. Is it possible to do this without assigning an IP address to the NIC? We're currently doing something like this with Vmware Server, HP's HPVM for HP-UX/IA, and IBM's PowerVM for AIX. -- albert chin (china at
2009 Aug 30
4
Multiple Network Cards + Multiple Bridges on debian lenny
Hi all, I''m searching for a tutorial how to setup multiple network cards with xen network bridge setup in debian lenny. My problem is, bridges seams only to work if i put an ip adress in dom0 to them. Thanks, Alex _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Nov 25
13
VLAN martians
...vlan2 detect dhcp,tcpflags,nosmurfs,logmartians And /etc/network/interfaces: # eth1 - local lan segment (gigabit) auto eth1 iface eth1 inet static address 10.5.1.1 netmask 255.255.255.0 # VLAN 2 - VoIP network auto vlan2 iface vlan2 inet static address 10.5.10.1 netmask 255.255.255.0 vlan_raw_device eth1 I just want to make sure my approach is right with this configuration... my end goal is to contain my VoIP network in VLAN2. So far it works, but still a few anomalies..... Thanks, Stephen ------------------------------------------------------------------------------ Increase Visibility...
2012 Jul 20
2
Bug#682216: document about VLAN configuration on dom0
...e to access network, or by transferring the files in other means if your VLAN enabled link makes it unable to download a file. Then make changes to /etc/network/interface as following: # The loopback network interface auto lo iface lo inet loopback auto eth0.100 iface eth0.100 inet manual vlan_raw_device eth0 # The primary network interface auto xenbr0 iface xenbr0 inet static bridge_ports eth0.100 bridge_stp on address 192.168.1.120 netmask 255.255.255.128 gateway 192.168.1.1 # dns-* options are implemented by the resolvconf package, if installed...