search for: dev_plus_vid_no_pad

Displaying 6 results from an estimated 6 matches for "dev_plus_vid_no_pad".

2007 Apr 18
1
[Bridge] Bridging vlans...
...and 51. My question is this: should the vlan interfaces on the linux firewall be created first, then bridged; or should the bridge interface be created, then vlans bound to that? Here's the first: ip link set eth0 up ip link set eth1 up vconfig set_bind_mode PER_DEVICE vconfig set_name_type DEV_PLUS_VID_NO_PAD vconfig add eth0 4 vconfig add eth1 4 vconfig add eth0 51 vconfig add eth1 51 ip link set eth0.4 up ip link set eth1.4 up ip link set eth0.51 up ip link set eth1.51 up brctl addbr br0 brctl addif br0 eth0.4 brctl addif br0 eth1.4 brctl stp br0 off ip link set br0 up brctl addbr br1 brctl addif br...
2007 Apr 18
0
[Bridge] problems with bridging and dhcp
...some (occasional) messages from the dhcp server like "ip length 576 disagrees with bytes received 590" followed by "accepting packet with data after udp payload". I'm using kernel.org's 2.6.17.11. The bridge is created like this: ifconfig eth1 up vconfig set_name_type DEV_PLUS_VID_NO_PAD brctl addbr br0 for i in <range of vlan tags>; do vconfig add eth1 $i vconfig set_flag eth1.$i 1 0 brctl addif br0 eth1.$i done for i in <range of vlan tags>; do ifconfig eth1.$i up done ifconfig br0 <internal-ip> Note that eth1 doesn't get an IP. I also ha...
2007 Mar 26
1
VLan help! :D?
Hi all, i need config xen with this ___________ __________ |VM1 |----------------bridge1-------------------| | |__________ | | | ____________ | |-----BALBLA |VM2 |
2011 Jul 30
0
Network issue with xend
Hi, I am facing issues after upgrading one of the server from rhel5.5. (86_64) to latest rhel5.7 (86_64). The server is under trunk configuraion. I have set the network bridge as follows: #!/bin/bash vconfig set_name_type DEV_PLUS_VID_NO_PAD dir=$(dirname " $0" /etc/xen/scripts/network-bridge $@ vifnum=1 bridge=xenbr2 netdev=bond0.10 /etc/xen/scripts/network-bridge $@ vifnum=2 bridge=xenbr3 netdev=bond0.12 /etc/xen/scripts/network-bridge $@ vifnum=3 bridge=xenbr4 netdev=bond0.15 /etc/xen/scripts/network-bridge $@...
2012 Aug 16
0
Messages related libvirtd and bond
...d1 : eth2 & eth3 are attached to bond1, where physical ip has been set . In the /etc/xen/xend-config.sxp, I am using (network-script *multi-network-bridge*) , the multi-network-bridge is as follows: [root@lnhst039 scripts]# cat multi-network-bridge #!/bin/sh # vconfig set_name_type DEV_PLUS_VID_NO_PAD dir=$(dirname "$0") #------------------------------------------------------------------------- /etc/xen/scripts/network-bridge $@ vifnum=1 bridge=xenbr2 netdev=bond0.12 /etc/xen/scripts/network-bridge $@ vifnum=2 bridge=xenbr3 netdev=bond0.13 /etc/xen/scripts/network-bridge $@ vifnu...
2007 Jul 04
8
VLAN configuration
Hi to the ML. I''m new to VLAN configuration, and combining it to XEN is a bit difficult. I want to use VLAN because it''s possible to "arping" from a domU to an other, and VLAN looks like; the only solution to prevent that. May be I''m wrong if someone got a solution, I may be interrested. I''ve also tryed ebtables, but nothing to prevent arp