Local HTTPD question on k1200
Hi Guys,
I've been trying out the local httpd configuration with no luck. I'm trying to restrict access to the adminui and the systemui to only certain ip address ranges (192.168.68 range).
Here's what I got
Directive IP Address/Domain Name Netmask/CIDR
allow 192.168.68.0 255.255.0.0
deny everything else
I've been trying out the local httpd configuration with no luck. I'm trying to restrict access to the adminui and the systemui to only certain ip address ranges (192.168.68 range).
Here's what I got
Directive IP Address/Domain Name Netmask/CIDR
allow 192.168.68.0 255.255.0.0
deny everything else
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
airwolf
13 years ago
Change the allowed IP to "192.168.68." without quotes. The help column on the HTTPD configuration page states that it looks at partial IPs. In my opinion, it should look at a subnet declaration such as 192.168.68.0/16, but it appears that is not what the KBOX is doing.
I'd also like to point out that your example subnet isn't correct anyway, because 192.168 is in the Class C range. A 16-bit subnet mask would be a Class B subnet mask. What is the IP range you are trying to allow? The standard 24-bit mask for 192.168.68.0 would be 255.255.255.0.
I'd also like to point out that your example subnet isn't correct anyway, because 192.168 is in the Class C range. A 16-bit subnet mask would be a Class B subnet mask. What is the IP range you are trying to allow? The standard 24-bit mask for 192.168.68.0 would be 255.255.255.0.
'IP Address/Domain Name' can be any of the following:
A (partial) domain name
A full IP address
Partial IP address
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.