<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Vlans and bonded devices in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793151#M83873</link>
    <description>I will reply with your answer soon.&lt;BR /&gt;&lt;BR /&gt;Let me put together all the files that need attention.</description>
    <pubDate>Wed, 24 May 2006 14:19:09 GMT</pubDate>
    <dc:creator>Mark Partain</dc:creator>
    <dc:date>2006-05-24T14:19:09Z</dc:date>
    <item>
      <title>Vlans and bonded devices</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793150#M83872</link>
      <description>I have just installed the HP PSP pack 7.51 for linux and my vlans have stopped working.  It seems that there is a new script vlan used for startup and a config file vlan.conf.&lt;BR /&gt;&lt;BR /&gt;The network scripts should have all ip information removed and added to vlan.conf&lt;BR /&gt;bond0   11      192.168.1.1     255.255.255.128&lt;BR /&gt;bond0   12      192.168.2.1     255.255.255.128&lt;BR /&gt;bond0   13      10.1.1.1        255.255.255.128&lt;BR /&gt;&lt;BR /&gt;which I have , the trounle is after the restart it has marked bond0 as inactive.  the vlan.txt file is not clear.  Does anyone have an example of a vlan.conf file for bonded vlans.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 23 May 2006 06:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793150#M83872</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-05-23T06:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans and bonded devices</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793151#M83873</link>
      <description>I will reply with your answer soon.&lt;BR /&gt;&lt;BR /&gt;Let me put together all the files that need attention.</description>
      <pubDate>Wed, 24 May 2006 14:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793151#M83873</guid>
      <dc:creator>Mark Partain</dc:creator>
      <dc:date>2006-05-24T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans and bonded devices</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793152#M83874</link>
      <description>START OF VLAN.CONF FILE&lt;BR /&gt;#&lt;BR /&gt;#Vlan Configuration file&lt;BR /&gt;#interface  vlan_id   ip_addr  net_mask&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;# Name type for vlan interfaces. The Name type indicates&lt;BR /&gt;# the format in which the Vlan devices have to be named.&lt;BR /&gt;# Supported types are indicated below.&lt;BR /&gt;# For Ex: If a VLAN of ID=5 is created over an&lt;BR /&gt;# eth0 interface, the names of the interfaces&lt;BR /&gt;# for each type are shown in brackets.&lt;BR /&gt;#&lt;BR /&gt;# VLAN_PLUS_VID (vlan0005)&lt;BR /&gt;# VLAN_PLUS_VID_NO_PAD (vlan5)&lt;BR /&gt;# DEV_PLUS_VID (eth0.0005)&lt;BR /&gt;# DEV_PLUS_VID_NO_PAD (eth0.5) - Default name type.&lt;BR /&gt;&lt;BR /&gt;#nametype        DEV_PLUS_VID_NO_PAD&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# Sample Entry for vlan created with VLANID=4090&lt;BR /&gt;# over the eth0 interface&lt;BR /&gt;&lt;BR /&gt;#eth0 4090 10.10.5.1 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;# Sample Entry for 2 vlan's created with VLAN_ID=4092&lt;BR /&gt;# and VLAN_ID=4093 over a bonding interface bond0&lt;BR /&gt;&lt;BR /&gt;#bond0 4092 10.10.10.1 255.255.255.0&lt;BR /&gt;#bond0 4093 10.10.20.1 255.255.255.0&lt;BR /&gt;bond0  100  199.110.123.50  255.255.255.0&lt;BR /&gt;END OF VLAN.CONF FILE&lt;BR /&gt;&lt;BR /&gt;START OF IFCFG-BOND0 FILE&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;#NETMASK=255.255.255.0&lt;BR /&gt;#NETWORK=199.110.123.0&lt;BR /&gt;#BROADCAST=199.110.123.255&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;END OF IFCFG-BOND0 FILE&lt;BR /&gt;&lt;BR /&gt;START OF IFCFG-ETHx FILE(S)&lt;BR /&gt;# Please read /usr/share/doc/initscripts-*/sysconfig.txt&lt;BR /&gt;# for the documentation of these parameters.&lt;BR /&gt;USERCTL=no&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;END OF IFCFG-ETHx FILE(S)&lt;BR /&gt;&lt;BR /&gt;START OF MODPROBE.CONF FILE&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias usb-controller ohci-hcd&lt;BR /&gt;install bond0 /sbin/modprobe \&lt;BR /&gt;tg3; /sbin/modprobe --ignore-install \&lt;BR /&gt;bonding -o bond0 miimon=100&lt;BR /&gt;END OF MODPROBE.CONF FILE</description>
      <pubDate>Wed, 24 May 2006 15:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793152#M83874</guid>
      <dc:creator>Mark Partain</dc:creator>
      <dc:date>2006-05-24T15:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Vlans and bonded devices</title>
      <link>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793153#M83875</link>
      <description>Thanks for the update thats very sumilar to what I have.  I have bond0 which is the primary interface and 3 vlans bond0.11 12 13&lt;BR /&gt;&lt;BR /&gt;But there has been the introduction of a new script vlan on startup this creates the vlans and then marks bond0 with an ip address of 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;This is the section of code &lt;BR /&gt;and this is my Vlan.conf&lt;BR /&gt;# Sample Entry for 2 vlan's created with VLAN_ID=4092&lt;BR /&gt;# and VLAN_ID=4093 over a bonding interface bond0&lt;BR /&gt;&lt;BR /&gt;#bond0  4092    10.10.10.1      255.255.255.0&lt;BR /&gt;#bond0  4093    10.10.20.1      255.255.255.0&lt;BR /&gt;bond0   11      192.168.1.1     255.255.255.128&lt;BR /&gt;bond0   12      192.168.2.1     255.255.255.128&lt;BR /&gt;bond0   13      10.1.1.1        255.255.255.128&lt;BR /&gt;&lt;BR /&gt;However - there is no reference on what to do with the bond0 device.  I have tried to uncomment the bond0 network script.  But the Vlan startup scripts marks bond0 as 0.0.0.0 and this is the offending lines&lt;BR /&gt;&lt;BR /&gt;                vif=`cat $VLANPROCDIR/config | egrep "$iface" | egrep $vlan_id |&lt;BR /&gt; awk -F'|' '{print $1}' | sed 's/ //g'`&lt;BR /&gt;                /sbin/ifconfig $vif $ip_addr netmask $netmask up&lt;BR /&gt;                /sbin/ifconfig $iface 0.0.0.0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 May 2006 03:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/vlans-and-bonded-devices/m-p/3793153#M83875</guid>
      <dc:creator>Mike Hedderly</dc:creator>
      <dc:date>2006-05-25T03:50:13Z</dc:date>
    </item>
  </channel>
</rss>

