FHRP access permission
#11455
Replies: 2 comments 1 reply
-
Looking at the demo site, I see where it is. In my instance, in the menu under IPAM / Other, it's not listed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to add permissions to your user/group in the Django Administration UI, in the profile in the upper right under Admin then Permissions on the left. You can use Groups if you want as well. On upgrade if there are any new permissions (for new models commonly) the upgrade script does _not_ change the permissions tables, so you need to manually choose and add how new features are presented to existing users/groups.
This can be inconvenient but it's probably better than the alternative where new features are presented to anyone until you lock them down, because the upgrade script just isn't going to know what you want to be able to do something sensible in most cases.
—
Mark Tinberg ***@***.***>
Division of Information Technology-Network Services
University of Wisconsin-Madison
…________________________________
From: tfboy ***@***.***>
Sent: Tuesday, January 10, 2023 9:20 AM
To: netbox-community/netbox ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [netbox-community/netbox] FHRP access permission (Discussion #11455)
After struggling to figure out how to manage VIPs that move between interfaces, I see there's support for FHRP. Great! Except I don't have it.
I've looked through all the options, and even logged in as a super admin, it's not there.
If I go to /ipam/fhrp-groups/ I get an access denied.
What am I missing?
Thanks!
—
Reply to this email directly, view it on GitHub<#11455>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAS7UMYO6XDSIUWE53GFZW3WRV42NANCNFSM6AAAAAATW6AGWU>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tfboy
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.
Uh oh!
There was an error while loading. Please reload this page.
-
After struggling to figure out how to manage VIPs that move between interfaces, I see there's support for FHRP. Great! Except I don't have it.
I've looked through all the options, and even logged in as a super admin, it's not there.
If I go to /ipam/fhrp-groups/ I get an access denied.
What am I missing?
Thanks!
Sorry, edited to add v3.3.5.

Screenshot:
Beta Was this translation helpful? Give feedback.
All reactions