here an example:
iptables -t filter -A INPUT -s 91.112.31/24 -p tcp --dport 138 -j SERVICE_42
but some IPaddresses like 91.112.31.94 will be DROPed
and i just cant understand why
ne1 got a clue?
i thought that i could make any class of address to be written in there to be able to allow several address to get thru, but i dont know hwhat im doing wrong


