xuanyuanaosheng commented on issue #6169:
URL: https://github.com/apache/cloudstack/issues/6169#issuecomment-1084336563


   @rohityadavcloud @Pearl1594  I have test a lot, the cloudstack work fine.  I 
will close this issue.  Thans for yout help.  Cloud you please help to look at 
https://github.com/apache/cloudstack/issues/6105 this issue ?
   
   Using bond in multi VLAN. The network config is
   1.  ifcfg-eno49
   ```
   TYPE=Ethernet
   BOOTPROTO=none
   NAME=bond0-slave
   MASTER=bond0
   SLAVE=yes
   DEVICE=eno49
   ONBOOT=yes
   HOTPLUG=no
   DELAY=0
   STP=no
   ```
   
   2. ifcfg-eno50
   ```
   TYPE=Ethernet
   BOOTPROTO=none
   NAME=bond0-slave
   MASTER=bond0
   SLAVE=yes
   DEVICE=eno50
   ONBOOT=yes
   ```
   
   3. ifcfg-bond0
   ```
   DEVICE=bond0
   NAME=bond0
   TYPE=Bond
   BONDING_MASTER=yes
   ONBOOT=yes
   HOTPLUG=no
   BOOTPROTO=none
   BRIDGE=cloudbr1
   BONDING_OPTS="mode=1 miimon=100"
   ```
   4.  ifcfg-cloudbr0
   ```
   DEVICE=cloudbr0
   NAME=cloudbr0
   TYPE=Bridge
   BOOTPROTO=none
   ONBOOT=yes
   IPV6INIT=no
   IPV6_AUTOCONF=no
   IPADDR=10.26.246.11
   GATEWAY=10.26.246.254
   NETMASK=255.255.255.0
   DELAY=5
   STP=yes
   ```
   
   5. ifcfg-cloudbr1
   ```
   DEVICE=cloudbr1
   NAME=cloudbr1
   TYPE=Bridge
   ONBOOT=yes
   BOOTPROTO=none
   IPV6INIT=no
   IPV6_AUTOCONF=no
   DELAY=5
   STP=yes
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to