Advertisement

10.15.2008 at 11:57AM PDT, ID: 23817901
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.5

Port Forwarding smtp through CISCO PIX506e Due to Slow email delivery

Asked by Firewall_Help in Cisco PIX Firewall, Simple Mail Transfer Protocol (SMTP), Email Anti-Virus

Tags: , ,

Hi All,

I'm having an issue at a customers site where they are experiencing slow inbound email.  Unfortunatley the ISP provider can not help until I can allow their support guys to telnet on port 25 into the email server.  The Cisco 506e router currently only allows smtp port forwarding on a specific IP range which contains the ISP forwarding email servers and spam filter.

Do You think I should allow ANY IP address to have access/port forward smtp into the email server or should i allow just the Support guys ip range and keep the current range open? Can you provide me we the appropiate config to configure the pix for all IP and just one IP to port forward from the PIX to the Private IP of the Email server

I currently not on site but will be back first thing tommorow and will implement changes then.

The Client setup is basic and consists of the following:

The cisco pix 506e Outside IP address is = 87.xxx.xxx.162
The cisco pix 506e Inside IP address is = 10.0.0.254
The Internet Router which the 506e sits behind  = 87.xxx.xxx.161
The email server IP = 10.0.0.200

#################
IP RANGE of FORWARDING EMAIL SERVERS
195.40.1.0
212.135.6.0
##############
Is an old IP and should be deleted 87.xxx.xxx.34
Is an old IP and should be deleted 87.xxx.xxx.33

##### cisco current config########

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname PIX506E
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
 
 
access-list 100 permit icmp any any time-exceeded 
access-list 100 remark Webflow
access-list 100 permit tcp any interface outside eq www 
access-list 100 permit tcp host 213.xxx.xxx.146 host 87.xxx.xxx.162 range ftp ssh 
access-list 100 permit tcp host 213.xxx.xxx.146 host 87.xxx.xxx.33 eq www 
access-list 100 permit icmp any host 87.xxx.xxx.162 echo-reply 
access-list 100 permit tcp host 213.xxx.xxx.146 host 87.xxx.xxx.33 eq 1000 
access-list 100 permit tcp host 213.xxx.xxx.146 host 87.xxx.xxx.34 eq 1000 
access-list 100 permit tcp 195.40.1.0 255.255.255.0 host 87.xxx.xxx.162 eq smtp 
access-list 100 permit tcp 212.135.6.0 255.255.255.0 host 87.xxx.xxx.162 eq smtp 
access-list 100 permit tcp 195.40.1.0 255.255.255.0 host 87.xxx.xxx.161 eq smtp 
access-list 100 permit tcp 212.135.6.0 255.255.255.0 host 87.xxx.xxx.161 eq smtp 
access-list 100 permit tcp host 65.xxx.xxx.80 host 87.xxx.xxx.162 eq 1863 
access-list 100 permit tcp host 216.xxx.xxx.169 host 87.xxx.xxx.34 eq 5050 
access-list 100 permit tcp any eq smtp interface outside eq smtp 
 
 
access-list 101 permit ip 10.0.0.0 255.255.255.0 10.0.1.0 255.255.255.0 
access-list split1 permit ip 10.0.0.0 255.255.255.0 10.0.1.0 255.255.255.0 
 
 
pager lines 24
logging on
logging timestamp
logging trap debugging
logging host inside 89.0.0.91
mtu outside 1500
mtu inside 1500
ip address outside 87.xxx.xxx.162 255.255.255.240
ip address inside 10.0.0.254 255.255.255.0
 
ip audit info action alarm
ip audit attack action alarm
ip local pool COMPANYvpnpool 10.0.1.1-10.0.1.25
pdm location 10.0.0.200 255.255.255.255 inside
pdm location 10.0.0.220 255.255.255.255 inside
pdm location 195.40.1.0 255.255.255.0 outside
pdm location 212.135.6.0 255.255.255.0 outside
pdm location 213.253.45.146 255.255.255.255 outside
pdm location 65.54.239.80 255.255.255.255 outside
pdm location 1o.0.1.0 255.255.255.0 outside
pdm location 216.155.193.169 255.255.255.255 outside
pdm location 10.0.91 255.255.255.255 inside
pdm location 87.xxx.xxx.161 255.255.255.255 inside
pdm location 87.xxx.xxx.162 255.255.255.255 inside
 
 
 
 
pdm logging debugging 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list 101
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface ftp 10.0.0.220 ftp netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface ssh 10.0.0.220 ssh netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface www 10.0.0.220 www netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface 1000 10.0.0.220 1000 netmask 255.255.255.255 0 0 
static (inside,outside) tcp interface smtp 10.0.0.200 smtp netmask 255.255.255.255 500 500 
static (inside,outside) 10.0.0.254 10.0.0.254 netmask 255.255.255.255 0 0 
static (inside,outside) 87.xxx.xxx.161 87.xxx.xxx.161 netmask 255.255.255.255 0 0 
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 87.xxx.xxx.161 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+ 
aaa-server TACACS+ max-failed-attempts 3 
aaa-server TACACS+ deadtime 10 
aaa-server RADIUS protocol radius 
aaa-server RADIUS max-failed-attempts 3 
aaa-server RADIUS deadtime 10 
aaa-server LOCAL protocol local 
http server enable
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set mediaset esp-3des esp-md5-hmac 
crypto dynamic-map dynmap 90 set transform-set mediaset
crypto map newmap 20 ipsec-isakmp dynamic dynmap
crypto map newmap client configuration address respond
crypto map newmap interface outside
isakmp enable outside
isakmp identity address
isakmp nat-traversal 15
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash md5
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
vpngroup COMPANYvpngroup address-pool COMPANYvpnpool
vpngroup COMPANYvpngroup dns-server 10.0.0.200
vpngroup COMPANYvpngroup default-domain COMPANYltd.local
vpngroup COMPANYvpngroup split-tunnel split1
vpngroup COMPANYvpngroup idle-time 28800
vpngroup COMPANYvpngroup max-time 28800
vpngroup COMPANYvpngroup password ********
telnet 10.0.0.0 255.255.255.0 inside
telnet 10.0.0.200 255.255.255.255 inside
 
telnet timeout 60
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:526a32bfd8619baac9867cb63ef7e565
: end
[OK]
[+][-]10.15.2008 at 01:55PM PDT, ID: 22725793

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Cisco PIX Firewall, Simple Mail Transfer Protocol (SMTP), Email Anti-Virus
Tags: cisco, 506e, Firewall & SMTP Email Port Forwarding
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
[+][-]10.15.2008 at 02:32PM PDT, ID: 22726140

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10.15.2008 at 02:41PM PDT, ID: 22726222

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628