BobSchleicher
MIS
Currently I have this statement:
access-list 102 permit tcp any host MAILSERVER eq smtp
Obviously this allows anyone to send me email but I only want to accept email from certain IP's.
How can I put in a bunch of ranges?
Assume these are the ranges given.
10.10.1.0 / 255.255.255.0
10.10.2.0 / 255.255.255.0
10.10.3.0 / 255.255.255.0
Thanks,
BobSchleicher
access-list 102 permit tcp any host MAILSERVER eq smtp
Obviously this allows anyone to send me email but I only want to accept email from certain IP's.
How can I put in a bunch of ranges?
Assume these are the ranges given.
10.10.1.0 / 255.255.255.0
10.10.2.0 / 255.255.255.0
10.10.3.0 / 255.255.255.0
Thanks,
BobSchleicher