I had two interfaces one going for public eth0, management is eth1

here are my actual configuration file
[root@kvm1 network-scripts]# less ifcfg-eth0
DEVICE=eth0
HWADDR=00:25:90:88:51:5C
TYPE=Ethernet
ONBOOT=yes
BRIDGE=cloudbr0

############
[root@kvm1 network-scripts]# less ifcfg-cloudbr0
DEVICE=cloudbr0
ONBOOT=yes
TYPE=Bridge
[root@kvm1 network-scripts]#


####### for management ##############
[root@kvm1 network-scripts]# less ifcfg-eth1
DEVICE=eth1
HWADDR=00:25:90:88:51:5D
TYPE=Ethernet
ONBOOT=yes
BRIDGE=cloudbr1
[root@kvm1 network-scripts]#

[root@kvm1 network-scripts]# less ifcfg-cloudbr1
DEVICE=cloudbr1
ONBOOT=yes
TYPE=Bridge
IPADDR=10.107.0.7
NETMASK=255.255.255.0

you do not have to create vlan interfaces, I was confused too, but by
chance I created bridges just as I mentioned above and install cloudstack
agent, configured zone and cloudstack created vlans

after configuring zones: (in the switch i created VLAN 99, 200 and 500)
[root@kvm1 network-scripts]# brctl show
bridge name     bridge id               STP enabled     interfaces
breth0-199              8000.00259088515c       no              eth0.199
                                                        vnet0
                                                        vnet3
breth0-200              8000.00259088515c       no              eth0.200
                                                        vnet7
breth0-500              8000.00259088515c       no              eth0.500
                                                        vnet6
cloud0          8000.fe00a9fe00a6       no              vnet1
                                                        vnet4
cloudbr0                8000.00259088515c       no              eth0
                                                        vnet2
                                                        vnet5
cloudbr1                8000.00259088515d       no              eth1
virbr0          8000.5254004059c4       yes             virbr0-nic
[root@kvm1 network-scripts]#


if you have further questions please feel free to contact me, good luck!





On Wed, Nov 27, 2013 at 11:49 AM, Thitipong <[email protected]> wrote:

>
> Can you fix the error? I got the same error, so I'm looking for someone can
> help me please.
>
>
>

Reply via email to