tcp wrappers with ip range
Dear All,
How do we assign ip range on tcp wrappers - /etc/hosts.deny file? example:
range 192.168.128.0 - 192.168.200.0
It'll work with:
ALL:ALL EXCEPT 192.168.128.0/24 192.168.129.0/24 ..... 192.168.200.0/24
But it gives you huge list. I need to achieve something like:
ALL:ALL EXCEPT 192.168.128.0 - 192.168.200.0
Is this possible with tcp wrappers.
Please advice
- Hirantha
|