J
Jordan
I have a service to configure where I only need it to accept connections
from a limited list of IP addresses. Unfortunately I have to specify what
to deny first AND what to accept after because just filling in the IP's to
accept does not imply that all other's are denied.
Normally I believe that I could fill in 0.0.0.0 with a mask of 0.0.0.0 which
should mean all IP however this configuration utility will not let me use 0
as the first character in the network IP and it will not let me use 0.0.0.0
as a subnet mask.
What is a list of network and masks i can use to quickly generate a list for
blocking all IP's on the Internet? I know I can use 1.0.0.0, 2.0.0.0,
3.0.0.0 and so on giving all a subnet of 255.0.0.0 however that is going to
take hours to fill in to this utility because of the confirmation dialog
boxes. Is there a way to break this down more?
from a limited list of IP addresses. Unfortunately I have to specify what
to deny first AND what to accept after because just filling in the IP's to
accept does not imply that all other's are denied.
Normally I believe that I could fill in 0.0.0.0 with a mask of 0.0.0.0 which
should mean all IP however this configuration utility will not let me use 0
as the first character in the network IP and it will not let me use 0.0.0.0
as a subnet mask.
What is a list of network and masks i can use to quickly generate a list for
blocking all IP's on the Internet? I know I can use 1.0.0.0, 2.0.0.0,
3.0.0.0 and so on giving all a subnet of 255.0.0.0 however that is going to
take hours to fill in to this utility because of the confirmation dialog
boxes. Is there a way to break this down more?