how do i create rule for total subnet for a port
by iptables command it work with :
iptables -A INPUT -p tcp --dport 3306 -s 192.168.0.0/24 -j ACCEPT
192.168.0.0/24 is not accepted by your input field.
how do i create rule for total subnet for a port
by iptables command it work with :
iptables -A INPUT -p tcp --dport 3306 -s 192.168.0.0/24 -j ACCEPT
192.168.0.0/24 is not accepted by your input field.
Hi.
Try 192.168.0.0 without /24