CatPlus
Technical User
- Jan 30, 2003
- 236
Hello!
Here are the entries on my CISCO PIX to allow user's within 192.168.111.201 through 192.168.111.254 access their e-mails via Outlook on our POP3 account. All other internet browsing is denied to users within this NAT range (.201 to .254)
Is there not a way to group all those IP addresses so I do not have to add as many lines as Lines 4, 5, 6, 7 and 8 etc. below?
Thanks for your help!
Mickey
[Line 1] access-list in_e1 permit tcp any any eq smtp
[Line 2] access-list in_e1 permit tcp any any eq pop3
[Line 3] access-list in_e1 permit udp any any eq domain
[Line 4] access-list in_e1 deny ip host 192.168.111.201 any
[Line 5] access-list in_e1 deny ip host 192.168.111.202 any
[Line 6] access-list in_e1 deny ip host 192.168.111.203 any
[Line 7] access-list in_e1 deny ip host 192.168.111.204 any
[Line 8] access-list in_e1 deny ip host 192.168.111.205 any
Here are the entries on my CISCO PIX to allow user's within 192.168.111.201 through 192.168.111.254 access their e-mails via Outlook on our POP3 account. All other internet browsing is denied to users within this NAT range (.201 to .254)
Is there not a way to group all those IP addresses so I do not have to add as many lines as Lines 4, 5, 6, 7 and 8 etc. below?
Thanks for your help!
Mickey
[Line 1] access-list in_e1 permit tcp any any eq smtp
[Line 2] access-list in_e1 permit tcp any any eq pop3
[Line 3] access-list in_e1 permit udp any any eq domain
[Line 4] access-list in_e1 deny ip host 192.168.111.201 any
[Line 5] access-list in_e1 deny ip host 192.168.111.202 any
[Line 6] access-list in_e1 deny ip host 192.168.111.203 any
[Line 7] access-list in_e1 deny ip host 192.168.111.204 any
[Line 8] access-list in_e1 deny ip host 192.168.111.205 any