wido commented on PR #13758:
URL: https://github.com/apache/cloudstack/pull/13758#issuecomment-5572123963
LAB environment is working ( will share all LAB details and notes when
finished ) and I have the first SystemVMs running.
<pre>
root@v-28-VM:~# ip route get 9.9.9.9
9.9.9.9 via 169.254.0.1 dev eth2 src 2.57.59.69 uid 0
cache
root@v-28-VM:~# ip -6 route get 2001:db8::1
2001:db8::1 from :: via fe80::1 dev eth2 src
2a00:f10:402:4:1c01:76ff:fe00:93 metric 1024 pref medium
root@v-28-VM:~#
</pre>
<pre>
root@v-28-VM:~# ip addr show dev eth2
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP
group default qlen 1000
link/ether 1e:01:76:00:00:93 brd ff:ff:ff:ff:ff:ff
altname enp0s5
altname ens5
inet 2.57.59.69/32 brd 2.57.59.69 scope global eth2
valid_lft forever preferred_lft forever
inet6 2a00:f10:402:4:1c01:76ff:fe00:93/128 scope global
valid_lft forever preferred_lft forever
inet6 fe80::1c01:76ff:fe00:93/64 scope link
valid_lft forever preferred_lft forever
root@v-28-VM:~#
</pre>
Notice the /32 and /128 subnetmask on both IPv4 and IPv6 and the gateways on
fe80::1 and 169.254.0.1
It really runs on CloudStack:
<pre>
root@v-28-VM:~# dmidecode memory|grep CloudStack
Product Name: CloudStack KVM Hypervisor
root@v-28-VM:~#
</pre>
Aiming to have this in version 24.0 and give a demo/talk during CCC 2026.
--
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]