[GH-ISSUE #122] Disable SLAAC by default on cloudinit #84

Closed
opened 2026-02-26 17:31:18 +03:00 by kerem · 6 comments
Owner

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?

  • I have searched the existing issues before opening this feature request.

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

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? - [X] I have searched the existing issues before opening this feature request. ### 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_
kerem 2026-02-26 17:31:18 +03:00
Author
Owner

@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?

<!-- gh-comment-id:2492847142 --> @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?
Author
Owner

@BradPerbs commented on GitHub (Nov 22, 2024):

to disable it: in the netplan config it should add a row accept-ra: false

It's quite important otherwise you get router announced unwanted ipv6 on the vm's.

<!-- gh-comment-id:2492848959 --> @BradPerbs commented on GitHub (Nov 22, 2024): to disable it: in the netplan config it should add a row `accept-ra: false` It's quite important otherwise you get router announced unwanted ipv6 on the vm's.
Author
Owner

@BradPerbs commented on GitHub (Nov 22, 2024):

accept-ra: false can 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

<!-- gh-comment-id:2492849808 --> @BradPerbs commented on GitHub (Nov 22, 2024): `accept-ra: false` can 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
Author
Owner

@ericwang401 commented on GitHub (Nov 22, 2024):

accept-ra: false can 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

I don't see how it is possible, given Proxmox's APIs, for Convoy to make this change.

<!-- gh-comment-id:2492864453 --> @ericwang401 commented on GitHub (Nov 22, 2024): > `accept-ra: false` can 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 I don't see how it is possible, given Proxmox's APIs, for Convoy to make this change.
Author
Owner

@staalexa commented on GitHub (Nov 22, 2024):

SLAAC

The user can still

  1. disable cloudinit
  2. set the netplan config manually (cloud init only runs during boot)

Therefore, doing it via cloudinit is not the best choice anyway. Another solution needs to be found to fix this.

<!-- gh-comment-id:2494033654 --> @staalexa commented on GitHub (Nov 22, 2024): > SLAAC The user can still 1. disable cloudinit 2. set the netplan config manually (cloud init only runs during boot) Therefore, doing it via cloudinit is not the best choice anyway. Another solution needs to be found to fix this.
Author
Owner

@ericwang401 commented on GitHub (Dec 2, 2024):

Closing to inactivity

<!-- gh-comment-id:2511881878 --> @ericwang401 commented on GitHub (Dec 2, 2024): Closing to inactivity
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/panel#84
No description provided.