Advertisement

08.23.2008 at 08:07PM PDT, ID: 23673207
[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.7

CISCO PIX Firewall

Asked by dsa_admin in Network Software Firewalls, Networking Hardware Firewalls, Cisco PIX Firewall

Tags: , , , , , ,

Dear Experts;

I have updated the IOS for the PIX firewall from ver 6.3 (3) to 6.3 (5), after updating all the outbound connection was teared down from the outside interface, it was working fine before updating.
I have faced the same problem when I updated the internal firewall, but it was easy to solve by adding a static statement.
But for the external firewall, I could not solve it.
I have enabled the debug logging and the log is for example:
%PIX-6-302013: Built outbound TCP connection 563 for outside:193.109.81.33/3101 (193.109.81.33/3101) to inside:10.10.10.22/1829 (86.86.86.130/1829)
then:
%PIX-6-302014: Teardown TCP connection 563 for outside:193.109.81.33/3101 to inside:10.10.10.22/1829 duration 0:02:01 bytes 0 SYN Timeout

Kindly help me.
Many Thnaks in advance.

EXTERNAL FIREWALL:


PIX Version 6.3(5)
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full
interface ethernet3 100full
interface ethernet4 100full
interface ethernet5 auto shutdown
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 dmz security50
nameif ethernet3 failover security10
nameif ethernet4 DMZ2 security20
nameif ethernet5 intf5 security10
enable password QLFEGyT encrypted
passwd c8ljWyg encrypted
hostname External
domain-name .local
clock timezone GST 9
fixup protocol dns maximum-length 512
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
no 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
no fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol tftp 69
names
name 86.86.86.232 smtpserver
object-group service webaccess tcp
  port-object eq www
  port-object eq https
object-group service mailaccess tcp
  description Exchange Server Access from outside
  port-object eq pop3
  port-object eq https
  port-object eq smtp
object-group service pay tcp
  port-object eq 2443
  port-object eq 2080
object-group network appservers
  network-object host 86.86.86.222
  network-object host 86.86.86.211
object-group network comtrust
  network-object host 86.86.86.86
  access-list outside_access_in permit tcp any host smtpserver eq smtp
access-list outside_access_in permit tcp any host 86.86.86.233 eq https
access-list outside_access_in permit tcp any host 86.86.86.234 object-group we
baccess
access-list outside_access_in permit tcp any host 86.86.86.235 object-group we
baccess
access-list outside_access_in permit tcp any host 86.86.86.233 eq www
access-list outside_access_in permit tcp any host 86.86.86.241 eq www
access-list outside_access_in permit tcp any host 86.86.86.241 eq https
access-list outside_access_in permit tcp any host 86.86.86.241 object-group webaccess
access-list outside_access_in permit tcp any host 86.86.86.248 eq www
access-list outside_access_in permit tcp any host 86.86.86.248 eq https
access-list outside_access_in permit tcp object-group comtrust object-group appservers object-group pay
access-list outside_access_in permit tcp any host 86.86.86.243 eq www
access-list outside_access_in permit tcp any host 86.86.86.233
access-list outside_access_in permit tcp any host 86.86.86.249 eq www
access-list outside_access_in permit tcp any host 86.86.86.251 eq www
access-list outside_access_in permit tcp any host 86.86.86.251 eq https
access-list dmz_access_in permit tcp host 10.12.12.12 host 10.10.10.12 eq smtp
access-list dmz_access_in permit tcp host 10.12.12.12 host 10.10.10.16 eq smtp
access-list dmz_access_in permit ip 10.12.12.0 255.255.255.0 any
access-list inside_access_in remark Outbound Rule
access-list inside_access_in permit ip 10.10.10.0 255.255.255.0 any
access-list inside_access_in remark Outbound
access-list inside_access_in permit ip 173.20.2.0 255.255.255.0 any
access-list inside_access_in permit tcp host 193.109.81.33 host 86.86.86.130 eq 3101
access-list inside_access_in permit tcp host 86.86.86.53 host 86.86.86.123 eq smtp
access-list inside_access_in permit ip 172.27.30.0 255.255.255.0 any
access-list DMZ2_access_in permit ip any any
pager lines 24
logging on
logging trap warnings
logging host inside 173.20.2.53
mtu outside 1500
mtu inside 1500
mtu dmz 1500
mtu failover 1500
mtu DMZ2 1500
mtu intf5 1500
ip address outside 86.86.86.228 255.255.255.224
ip address inside 10.10.10.1 255.255.255.0
ip address dmz 10.12.12.1 255.255.255.0
ip address failover 192.168.10.1 255.255.255.0
ip address DMZ2 192.168.20.1 255.255.255.0
no ip address intf5
ip audit info action alarm
ip audit attack action alarm
failover
failover timeout 0:00:00
failover poll 3
failover replication http
failover ip address outside 86.86.86.230
failover ip address inside 10.10.10.2
failover ip address dmz 10.12.12.2
failover ip address failover 192.168.10.2
failover ip address DMZ2 192.168.20.2
no failover ip address intf5
failover link failover
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 10 86.86.86.239
global (DMZ2) 1 interface
nat (inside) 10 10.10.10.0 255.255.255.0 0 0
nat (dmz) 10 10.12.12.0 255.255.255.0 0 0
nat (DMZ2) 1 192.168.20.0 255.255.255.0 0 0
static (inside,outside) 86.86.86.233 10.10.10.12 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.235 173.20.2.13 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.234 10.10.10.13 netmask 255.255.255.255 0 0
static (dmz,outside) smtpserver 10.12.12.12 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.243 173.20.2.40 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.245 173.20.2.46 netmask 255.255.255.255 0 0
static (dmz,outside) 86.86.86.241 10.12.12.14 netmask 255.255.255.255 0 0
static (inside,dmz) 10.10.10.0 10.10.10.0 netmask 255.255.255.0 0 0
static (inside,dmz) 173.20.2.0 173.20.2.0 netmask 255.255.255.0 0 0
static (inside,outside) 86.86.86.236 173.20.2.18 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.250 10.10.10.22 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.251 173.20.2.17 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.237 173.20.2.19 netmask 255.255.255.255 0 0
static (inside,outside) 86.86.86.249 173.20.2.69 netmask 255.255.255.255 0 0
static (dmz,outside) 86.86.86.248 10.12.12.170 netmask 255.255.255.255 0 0
static (inside,DMZ2) 192.168.20.30 10.10.10.16 netmask 255.255.255.255 0 0
access-group outside_access_in in interface outside
access-group inside_access_in in interface inside
access-group dmz_access_in in interface dmz
access-group DMZ2_access_in in interface DMZ2
route outside 0.0.0.0 0.0.0.0 86.86.86.227 1
route inside 173.20.2.0 255.255.255.0 10.10.10.10 1
timeout xlate 3:00: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 RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 10.10.10.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
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 750
terminal width 80
Cryptochecksum:5168e08
Start Free Trial
[+][-]08.24.2008 at 06:34AM PDT, ID: 22300545

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: Network Software Firewalls, Networking Hardware Firewalls, Cisco PIX Firewall
Tags: CISCO, CISCO PIX 515E, 6.3 (3), upgraded to 6.3 (5), CISCO, CISCO PIX 515E, CISCO PIX 515E
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 2
Solution Grade: A
 
 
[+][-]08.24.2008 at 11:39AM PDT, ID: 22301647

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.

 
[+][-]08.24.2008 at 12:24PM PDT, ID: 22301750

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.

 
[+][-]08.24.2008 at 01:01PM PDT, ID: 22301879

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.

 
[+][-]09.14.2008 at 01:26AM PDT, ID: 22471540

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.

 
[+][-]09.14.2008 at 11:07PM PDT, ID: 22476133

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.

 
[+][-]09.15.2008 at 01:24AM PDT, ID: 22476584

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.

 
[+][-]09.15.2008 at 03:15AM PDT, ID: 22477096

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.

 
[+][-]09.16.2008 at 03:03PM PDT, ID: 22493727

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.

 
[+][-]09.21.2008 at 07:49PM PDT, ID: 22537112

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.

 
 
Loading Advertisement...
20081119-EE-VQP-49 / EE_QW_2_20070628