mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #763] IP-Access List Not Working With 10.0.0.1/24 #648
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#648
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 @varunsridharan on GitHub (Dec 7, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/763
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I am trying to use
10.0.0.1/24in IP Access List because my local network is configured with that IP and I want to allow some proxy sites only from my local networkBut nginx throwing some error
To Reproduce
10.0.0.1/24Expected behavior
IP Allow list should work
Screenshots

Operating System
Ubuntu
@mbenkler commented on GitHub (Dec 26, 2020):
your subnet is 10.0.0.0/24 and not 10.0.0.1/24 if yout configure your subnet right in the access list it will work.
There's no such network as 10.0.0.1/24, because it doesn't start on a legitimate boundary between /24 network ranges. The last bit of the address is set, but is meaningless in this context. The correct address would be 10.0.0.0/24, which means the range from 10.0.0.0 to 10.0.0.255