Open gitdarktable opened 1 year ago
You can't do that using one rule. You have to use two rules, one with the ip allowed, and another rule with all ports other than required blocked. But this wouldn't be useful if you want to allow other ips over ports, other than these.
Indeed, as you point out, you have to create two rules blocking with IP and ports separately.
It will be used only with one IP, there are no more problems of use.
I request it as a suggestion now not allowed:
Create a single rule IP:port-port
example:
100.100.100.100:60000-60500
Thanks!
This and range of ports to range of IPs too. Both would be very helpful.
@henrypp would these two be possible?
I have the same problem. This requirement is often encountered in daily work. If it can be realized, it will be very helpful for many such scenarios
As example this would be also a nice to have: 192.168.0.1:*
Hi, I am connecting to an remote FTP server with a list of 500 ports and a single IP address.
When I configure a single IP address it connects to any port, and if I assign a range of ports it connects to any IP address.
Example:
Adding the rule:
100.100.100.100 60000-60500
It does not force the port range to that remote IP address.
How could it be done? In the manual I only see IP addresses with - ONLY ONE- port.
Thank you.