Hi,
we want use the API but we don´t wont to expose the api to the whole network.
ntp/dns service has a command allow from, i have not found the same command for the https service.
Any idea how to restrict the access for specific ip/range?
thx
Hi,
we want use the API but we don´t wont to expose the api to the whole network.
ntp/dns service has a command allow from, i have not found the same command for the https service.
Any idea how to restrict the access for specific ip/range?
thx
The only solution is to use a firewall for specific ports
Hi.
I have made a firewall rule and it works as expected in INSIDE-LOCAL.
rule 10 {
action accept
destination {
port 443
}
log enable
protocol tcp
source {
address 10.8.10.0/23
}
}
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.