cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
310
Views
0
Helpful
4
Replies

Access rule for SMTP

sonitadmin
Level 1
Level 1

Client just switched over to using Postini for spam filtering. I need to add a rule on a Pix 501 to allow smtp from an IP range of 61.14.0.0-61.14.17.255. When I try to enter the range it doesn't recognize it. Could someone explain to me how to assing the range.

Thanks!

4 Replies 4

acomiskey
Level 10
Level 10

You can do it like this...

access-list outside_access_in permit tcp 61.14.0.0 255.255.240.0 host mail.server eq 25

access-list outside_access_in permit tcp 61.14.16.0 255.255.255.0 host mail.server eq 25

access-list outside_access_in permit tcp 61.14.17.0 255.255.255.0 host mail.server eq 25

61.14.0.0 255.255.240.0 = 61.14.0.0 - 61.14.15.255

will this work?

access-list outside_in permit tcp 61.14.0.0 255.255.240.0 host x.x.x.x eq smtp

Yes. 61.14.0.0/20 will include 61.14.0.0/24 - 61.14.15.0/24. This is 16 Class C's.

OK, thanks for your help.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card