|
"Hi, So I want only the IP address 192.168.15.1 to be accessible on the local network, while all other IPs in the 192.168.15.x range are blocked. Can this be defined?" (from email) |
Answered by
tnodir
Sep 11, 2025
Replies: 2 comments 1 reply
Answer selected by
tnodir
|
Small correction, it should be 192.168.15.0/24:!(192.168.15.1) otherwise you're going to end up blocking a lot more IP addresses (including public ones) than you mean. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


, which means "Block all 192.168.15.* addresses, except 192.168.15.1".