Submitted by michelv on Thu, 07/26/2018 - 01:40
When adding a virtual host with a dedicated IPv6 address, this address is added in an array form:
[ address] That works for one address, but at multiple, netplan might complain about an unknown ':' in there and refuses to apply.
Solution: I manually change the 50-cloud-init.yaml to follow the standard here: https://netplan.io/examples
so to create a block with addresses: - 9.0.0.9/24 - 10.0.0.10/24 - 11.0.0.11/24 (IPv6 address in my case). I keep the /64 virtualmin currently adds.
Then netplan apply, and all works again.
Possibly this could be changed in the IP script for U18?
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Thu, 07/26/2018 - 18:30 Comment #1
Yes, this is a bug in Webmin 1.890. We have a code fix in already though, which will be included in 1.891 and later versions.
Submitted by IssueBot on Thu, 10/11/2018 - 20:07 Comment #2
Automatically closed - issue fixed for 2 weeks with no activity.