mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[GH-ISSUE #122] Disable SLAAC by default on cloudinit #84
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BradPerbs on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/ConvoyPanel/panel/issues/122
Is there an existing feature request for this?
Describe the feature you would like to see.
Would be good to know how to disable SLAAC by default in the cloud init.
Describe the solution you'd like.
Option to enable or disable slaac
Additional context to this request.
No response
@ericwang401 commented on GitHub (Nov 22, 2024):
In the technical details of this feature request, could you elaborate on how SLAAC could be disabled, what SLAAC is, and its importance?
@BradPerbs commented on GitHub (Nov 22, 2024):
to disable it: in the netplan config it should add a row
accept-ra: falseIt's quite important otherwise you get router announced unwanted ipv6 on the vm's.
@BradPerbs commented on GitHub (Nov 22, 2024):
accept-ra: falsecan be sent through the cloud init as well, but it's not clear where in convoy should be added, when I try to add it it breaks the vm configuration@ericwang401 commented on GitHub (Nov 22, 2024):
I don't see how it is possible, given Proxmox's APIs, for Convoy to make this change.
@staalexa commented on GitHub (Nov 22, 2024):
The user can still
Therefore, doing it via cloudinit is not the best choice anyway. Another solution needs to be found to fix this.
@ericwang401 commented on GitHub (Dec 2, 2024):
Closing to inactivity