Replies: 3 comments 2 replies
-
You can check global configuration "host" |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tampler can you check the global configuration "management.network.cidr" as well. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@tampler , have you found a resolution to your query yet? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Core, Advanced Zone, NFS for Primary and Secondary storage
OS / ENVIRONMENT
Ubuntu 24.04
SUMMARY
SSVM and CPVM fail to connect to the management server 🔴 . Looks like a routing issue 🌎
My
mgmt
server sits on192.168.1.1
, but SSVM tries to connect thru thepublic IP
on another interface 🙄How do I change this in SSVM ?
> cat /var/log/cloud.log 2024-09-28T21:38:37,023 INFO [cloud.agent.Agent] (main:[]) Connecting to host: 172.16.84.33 2024-09-28T21:38:37,023 INFO [utils.nio.NioClient] (main:[]) Connecting to 172.16.84.33:8250 2024-09-28T21:38:40,085 ERROR [utils.nio.NioClient] (main:[]) Unable to initialize the threads. java.net.NoRouteToHostException: No route to host
Here's my routing table 👀
> ip route default via 172.16.84.1 dev eth2 10.0.0.0/8 via 192.168.10.1 dev eth1 169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.219.213 172.16.0.0/12 via 192.168.10.1 dev eth1 172.16.84.33/28 dev eth2 proto kernel scope link src 172.16.84.1 172.16.84.33 via 192.168.10.1 dev eth1 192.168.0.0/16 via 192.168.10.1 dev eth1 192.168.10.0/24 dev eth1 proto kernel scope link src 192.168.10.30 193.106.92.92 via 192.168.10.1 dev eth1 193.106.93.93 via 192.168.10.1 dev eth1
How and where do I update the management server address so that my SSVM can connect to the mgmt server 🙄 ?
I need SSVM to connect to my
mgmt
viaeth1
on192.168.1.1
.STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
Beta Was this translation helpful? Give feedback.
All reactions