You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it seems that the default node-level ACL is not working as expected. I followed Scenario 1: Remote Access to/from Client devices from https://docs.netmaker.io/acls.html .
I created network with default access DENY policy.
I created node A with default access ALLOW policy.
I connected node B using enrollment key.
There is no ALLOW rule in ACLS between A and B.
I am running the latest 24.3 version in the docker environment. All the nodes are linux based (arm and amd64 mix).
Lukas
Version
v0.24.3
What OS are you using?
Linux
Relevant log output
No response
Contributing guidelines
Yes, I did.
The text was updated successfully, but these errors were encountered:
I understand you're having issues with node-level ACL rules not working as expected. Let me help you troubleshoot this.
First, let's verify a few things to ensure proper ACL configuration:
Could you confirm whether Node A and Node B can see each other in the network at all? Even though there's no explicit ALLOW rule, Node A's default ALLOW policy should permit incoming connections.
Check your node configurations:
Verify that Node A's default access policy is properly set to ALLOW
Confirm that the network-level default DENY policy is active
Ensure both nodes are properly enrolled in the network
You might need to explicitly add an ACL rule between the nodes. Try:
Add an ALLOW rule from Node B to Node A
Check if the ACL rules are visible in the UI/CLI
Based on similar issues we've seen (#1605696136), sometimes ACL rules need to be explicitly defined even with default policies in place.
Contact Details
[email protected]
What happened?
Hi, it seems that the default node-level ACL is not working as expected. I followed Scenario 1: Remote Access to/from Client devices from https://docs.netmaker.io/acls.html .
I am running the latest 24.3 version in the docker environment. All the nodes are linux based (arm and amd64 mix).
Lukas
Version
v0.24.3
What OS are you using?
Linux
Relevant log output
No response
Contributing guidelines
The text was updated successfully, but these errors were encountered: