Advertisement

08.17.2007 at 02:26PM PDT, ID: 22770929
[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.0

Need help opening a port on my PIX Firewall

Asked by Longshot9 in Cisco PIX Firewall

Tags: ,

I just need to open 1 port on my Pix 515e firewall, just a random port I picked for a Torrent client, 62307.  I've tried a few things already but canyouseeme.org is still showing the port as blocked.  I would prefer to have the port available to any computer inside, but if it has to be to specific IP addresses then that is fine also, really just 2 computers need access to it.  Here's my config

: Written by enable_15 at 13:39:33.968 UTC Fri Aug 17 2007
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password 2KFQnbNIdI.2KYOU encrypted
passwd p97AgcpgETifTs.Z encrypted
hostname SFPIX
domain-name cdhklaw.com
fixup protocol dns maximum-length 1024
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
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 10.20.30.162 florence
access-list outside permit tcp any any eq ftp
access-list outside permit icmp any any
access-list outside deny tcp any eq 1639 any eq 1639
access-list outside permit tcp any host 2.2.2.74 eq smtp
access-list outside permit tcp any host 2.2.2.78 eq citrix-ica
access-list outside permit tcp any host 2.2.2.78 eq 1604
access-list outside permit tcp any host 2.2.2.75 eq www
access-list outside permit tcp any host 2.2.2.76 eq citrix-ica
access-list outside permit tcp any host 2.2.2.75 eq https
access-list outside permit udp any host 2.2.2.77 eq 62307
access-list outside permit tcp any host 2.2.2.77 eq 62307
access-list nonat permit ip 10.0.0.0 255.0.0.0 207.222.138.128 255.255.255.192
access-list nonat permit ip 10.20.30.0 255.255.255.0 192.168.11.0 255.255.255.0
access-list inside deny tcp any any eq 445 log
access-list inside permit ip any any
access-list inside deny tcp any eq 1639 any eq 1639
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside 2.2.2.77 255.255.255.248
ip address inside 10.20.30.2 255.0.0.0
ip audit info action alarm
ip audit attack action alarm
pdm location 10.20.30.5 255.255.255.255 inside
pdm location 10.20.30.7 255.255.255.255 inside
pdm location 207.222.138.128 255.255.255.192 outside
pdm location 10.20.30.229 255.255.255.255 inside
pdm location 167.1.162.0 255.255.255.0 outside
pdm location 10.20.30.165 255.255.255.255 inside
pdm location 192.168.11.0 255.255.255.0 inside
pdm location 192.168.11.0 255.255.255.0 outside
pdm location 10.20.30.0 255.255.255.0 inside
pdm location 192.168.1.0 255.255.255.0 inside
pdm location 206.126.161.244 255.255.255.255 inside
pdm location 206.126.161.244 255.255.255.255 outside
pdm location 203.167.75.0 255.255.255.0 outside
pdm location florence 255.255.255.255 inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 2.2.2.75 https 10.20.30.169 https netmask 255.255.255.255 0 0
static (inside,outside) tcp 2.2.2.75 www 10.20.30.169 www netmask 255.255.255.255 0 0
static (inside,outside) 2.2.2.78 10.20.30.5 netmask 255.255.255.255 0 0
static (inside,outside) 2.2.2.76 10.20.30.165 netmask 255.255.255.255 0 0
static (inside,outside) 2.2.2.74 florence netmask 255.255.255.255 0 0
access-group outside in interface outside
access-group inside in interface inside
route outside 0.0.0.0 0.0.0.0 2.2.2.73 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 192.168.1.0 255.255.255.0 inside
http 10.0.0.0 255.0.0.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
telnet 10.0.0.0 255.0.0.0 inside
telnet timeout 5
ssh timeout 5
management-access inside
console timeout 0
username admin password xxx
terminal width 80

I've removed a few items that don't relate (isakemp stuff, etc), and changed all outside IP addresses to 2.2.2.x

thanks for any help/suggestions.  
Start Free Trial
 
Loading Advertisement...
 
[+][-]08.17.2007 at 02:49PM PDT, ID: 19720641

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

Zone: Cisco PIX Firewall
Tags: fixup, protocol
Sign Up Now!
Solution Provided By: uktechnical
Participating Experts: 1
Solution Grade: A
 
 
[+][-]08.17.2007 at 02:51PM PDT, ID: 19720654

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.17.2007 at 03:20PM PDT, ID: 19720775

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...
20080716-EE-VQP-32 / EE_QW_2_20070628