Advertisement

04.28.2006 at 12:16PM PDT, ID: 21831635
[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!

9.8

FTP not working on a Cisco PIX Firewall v6.3(4)

Asked by NascarFan3 in Network Software Firewalls, Consumer Firewalls, Cisco PIX Firewall

Tags: , ,

I am trying to open only ftp on my PIX for a certain server inside my network. We are using a PocketPC device with windows mobile that we are trying to get the FTP to work with. It works great if the server is outside of the PIX., but not practical. The configuration I have tried is posted below.


Building configuration...
: Saved
:
PIX Version 6.3(4)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxx encrypted
passwd xxxxxxxxxxxxx encrypted
hostname xxxxxxxxxxxxx
domain-name ciscopix.com
fixup protocol dns maximum-length 512
fixup protocol ftp 20
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 99 permit ip 192.168.1.0 255.255.255.0 10.0.0.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.18.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.19.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.23.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.24.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.25.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.26.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.27.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.28.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.31.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.32.0 255.255.255.0
access-list 99 permit ip 192.168.1.0 255.255.255.0 192.168.33.0 255.255.255.0
access-list 99 permit icmp any any
access-list 20 permit ip 192.168.1.0 255.255.255.0 192.168.18.0 255.255.255.0
access-list 30 permit ip 192.168.1.0 255.255.255.0 192.168.19.0 255.255.255.0
access-list 40 permit ip 192.168.1.0 255.255.255.0 192.168.21.0 255.255.255.0
access-list 50 permit ip 192.168.1.0 255.255.255.0 192.168.23.0 255.255.255.0
access-list 60 permit ip 192.168.1.0 255.255.255.0 192.168.24.0 255.255.255.0
access-list 90 permit ip 192.168.1.0 255.255.255.0 192.168.27.0 255.255.255.0
access-list 100 permit ip 192.168.1.0 255.255.255.0 192.168.28.0 255.255.255.0
access-list 110 permit ip 192.168.1.0 255.255.255.0 192.168.30.0 255.255.255.0
access-list 120 permit ip 192.168.1.0 255.255.255.0 192.168.31.0 255.255.255.0
access-list 130 permit ip 192.168.1.0 255.255.255.0 192.168.32.0 255.255.255.0
access-list 140 permit ip 192.168.1.0 255.255.255.0 192.168.33.0 255.255.255.0
access-list acl_out permit icmp any any
access-list acl_out permit ip any any
access-list acl_in permit icmp any any
access-list acl_in permit tcp xxx.xxx.xxx.xxx 255.255.252.0 host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit esp host xxx.xxx.xxx.xxx host xxx.xxx.xxx.xxx
access-list acl_in permit udp host xxx.xxx.xxx.xxx host xxx.xxx.xxx.xxx eq xxxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.xxx eq xxxx
access-list acl_in permit tcp any host xxx.xxx.xxx.25 eq ftp
access-list acl_in permit tcp any host xxx.xxx.xxx.25 eq ftp-data
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside xxx.xxx.xxx.xxx 255.255.255.240
ip address inside 192.168.1.103 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool pptp-pool xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 xxx.xxx.xxx.xxx
nat (inside) 0 access-list 99
nat (inside) 1 192.168.0.0 255.255.0.0 0 0
static (inside,outside) xxx.xxx.xxx.xxx 192.168.1.4 netmask 255.255.255.255 0 0
static (inside,outside) xxx.xxx.xxx.25 192.168.1.254 netmask 255.255.255.255 0 0
access-group acl_in in interface outside
access-group acl_out in interface inside
route outside 0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx 1
timeout xlate 1: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 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 192.168.1.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
sysopt connection permit-pptp
crypto ipsec transform-set strong esp-des esp-md5-hmac
crypto map ipsec 20 ipsec-isakmp
crypto map ipsec 20 match address 20
crypto map ipsec 20 set peer xxx.xxx.xxx.xxx
crypto map ipsec 20 set transform-set strong
crypto map ipsec 30 ipsec-isakmp
crypto map ipsec 30 match address 30
crypto map ipsec 30 set peer xxx.xxx.xxx.xxx
crypto map ipsec 30 set transform-set strong
crypto map ipsec 40 ipsec-manual
crypto map ipsec 40 match address 40
crypto map ipsec 40 set peer xxx.xxx.xxx.xxx
crypto map ipsec 40 set transform-set strong
crypto map ipsec 40 set session-key inbound esp 40 cipher xxxxxxxxxx authenticator xxxxxxxxxxxxxxxxxxx
crypto map ipsec 40 set session-key outbound esp 40 cipher xxxxxxxxxxxxx authenticator xxxxxxxxxxxxxxxx
crypto map ipsec 50 ipsec-isakmp
crypto map ipsec 50 match address 50
crypto map ipsec 50 set peer xxx.xxx.xxx.xxx
crypto map ipsec 50 set transform-set strong
crypto map ipsec 60 ipsec-isakmp
crypto map ipsec 60 match address 60
crypto map ipsec 60 set peer xxx.xxx.xxx.xxx
crypto map ipsec 60 set transform-set strong
crypto map ipsec 90 ipsec-isakmp
crypto map ipsec 90 match address 90
crypto map ipsec 90 set peer xxx.xxx.xxx.xxx
crypto map ipsec 90 set transform-set strong
crypto map ipsec 100 ipsec-isakmp
crypto map ipsec 100 match address 100
crypto map ipsec 100 set peer xxx.xxx.xxx.xxx
crypto map ipsec 100 set peer xxx.xxx.xxx.xxx
crypto map ipsec 100 set transform-set strong
crypto map ipsec 110 ipsec-isakmp
crypto map ipsec 110 match address 110
crypto map ipsec 110 set peer xxx.xxx.xxx.xxx
crypto map ipsec 110 set transform-set strong
crypto map ipsec 120 ipsec-isakmp
crypto map ipsec 120 match address 120
crypto map ipsec 120 set peer xxx.xxx.xxx.xxx
crypto map ipsec 120 set transform-set strong
crypto map ipsec 130 ipsec-isakmp
crypto map ipsec 130 match address 130
crypto map ipsec 130 set peer xxx.xxx.xxx.xxx
crypto map ipsec 130 set transform-set strong
crypto map ipsec 140 ipsec-isakmp
crypto map ipsec 140 match address 140
crypto map ipsec 140 set peer xxx.xxx.xxx.xxx
crypto map ipsec 140 set transform-set strong
crypto map ipsec interface outside
isakmp enable outside
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.255
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.255
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.255
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.248
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.248
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.248
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.240
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.252
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.248
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.248
isakmp key xxxxxxxx address xxx.xxx.xxx.xxx netmask 255.255.255.0
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 86400
telnet 192.168.1.0 255.255.255.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh 0.0.0.0 0.0.0.0 inside
ssh timeout 60
console timeout 10
vpdn group 1 accept dialin pptp
vpdn group 1 ppp authentication pap
vpdn group 1 ppp authentication chap
vpdn group 1 ppp authentication mschap
vpdn group 1 client configuration address local pptp-pool
vpdn group 1 pptp echo 60
vpdn group 1 client authentication local
vpdn enable outside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
banner login                          WARNING!!!
banner login                   Property of xxxxxxxx, Inc.
banner login      Unauthorized Access is prohibited and punishable by law!
: end
[OK]

 xxxxxxxxxxx# Start Free Trial
[+][-]04.28.2006 at 04:14PM PDT, ID: 16566383

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, Consumer Firewalls, Cisco PIX Firewall
Tags: ftp, pix, cisco
Sign Up Now!
Solution Provided By: lrmoore
Participating Experts: 1
Solution Grade: A
 
 
[+][-]05.01.2006 at 07:48AM PDT, ID: 16577610

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.

 
[+][-]05.01.2006 at 08:28AM PDT, ID: 16577941

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