Replies: 4 comments 1 reply
-
|
That's worrying. Can you set up the log levels in mgmt and hypervisor to DEBUG and try to recreate the problem and attach the logs? |
Beta Was this translation helpful? Give feedback.
-
|
I am a bit reluctant to share to much logs without doing a proper cleanup of them first. I will share a few lines i was able to find myself below. If thats not enough i will cleanup the logs. Found this when it creates the vlan interfaces for my public network I found that when it creates the instance the nic mapped to eth1 sets to "broadcastType": "Native" while the other nic for eth2 is "broadcastType": "Vlan". |
Beta Was this translation helpful? Give feedback.
-
|
I tried to add a storage network and that one also takes vlan into consideration and creates the necessary interfaces to bind the VM correctly. |
Beta Was this translation helpful? Give feedback.
-
|
I was able to make it work by creating the bridge myself and connected my mangement vlan interface to it so it became untagged inside the bridge. So why don't the management traffic take the vlan into consideration and setup the bridge/interfaces the same way as public/guest/storage traffic? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a fresh installed Cloudstack 4.22.
Trying to setup my traffic types so that my SSVM's starts.
I am able to reach both SSVM on the public IP.
But unable to reach them on the mangement ip's. I have defined a vlan tag 3006 to the mangement range that does not seem to be used at all.
Looking at the XML and interfaces created on my physical host i can see that the public ip interface gets a vlan enabled interface created.
But for the mangement one(eth1) its just gets added to my cloudbr0 with no vlan defined.
So when i doing tcpdump -i eth1 -n on my ssvm i see the untagged network configured to my physical host which is the incorrect network.

And if i do tcpdump -i eth1 -n -e vlan i can see the traffic from other hosts in that mgmt network so it seems that cloudstack does not use the vlan tag i defined under mangement network range.
Beta Was this translation helpful? Give feedback.
All reactions