Advertisement

06.19.2008 at 02:08PM PDT, ID: 23500548
[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.2

How do I configure PIX 506e VPN with a static public ip on the outside interface?

Asked by osuser in Cisco PIX Firewall

Tags: , , ,

Hi,

The company I work for just moved from DSL to a T1. We have a Pix 506e that we use for VPN connections. Everything ran great with the DSL, but with the T1 remote users are having a problem connecting to the VPN (they can FTP in just fine and other things). I'm not sure if having the static public ip is part of the problem or not ... but seeing as how that was a big change when the T1 came in, I'm guessing it may be.

My network looks basically likes this: INTERNET --> T1/IAD --> Pix506e --> Intranet

I'd appreciate any help. My Pix config is below.


PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password fkup9sdnxTeK2EIC encrypted
passwd fkup9sdnxTeK2EIC encrypted
hostname 506e
domain-name domain.local
clock timezone MST -7
clock summer-time MDT recurring
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
name 10.0.0.95 ftpmachine
access-list out-in permit icmp any any
access-list out-in permit esp any any
access-list out-in permit udp any any eq isakmp
access-list out-in permit udp any any eq 4500
access-list out-in permit tcp any interface outside eq ftp
access-list out-in permit tcp any interface outside eq 3389
access-list out-in permit tcp any interface outside eq ident
access-list out-in permit tcp any interface outside eq 5555
access-list inside_outbound_nat0_acl permit ip any 10.10.10.0 255.255.255.240
access-list outside_cryptomap_dyn_20 permit ip any 10.10.10.0 255.255.255.240
pager lines 24
logging on
logging timestamp
logging trap errors
logging history debugging
logging host inside 10.0.0.99
mtu outside 1500
mtu inside 1500
ip address outside 216.x.x.x 255.255.255.252
ip address inside 10.0.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
ip local pool VPNPOOL 10.10.10.1-10.10.10.10
pdm location 10.0.0.99 255.255.255.255 inside
pdm location 10.0.0.105 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp 216.x.x.x ftp ftpmachine ftp netmask 255.255.255.255 0 0
static (inside,outside) tcp 216.x.x.x 3389 ftpmachine 3389 netmask 255.255.255.255 0 0
static (inside,outside) tcp 216.x.x.x ident ftpmachine ident netmask 255.255.255.255 0 0
static (inside,outside) tcp 216.x.x.x 5555 ftpmachine 5555 netmask 255.255.255.255 0 0
access-group out-in in interface outside
route outside 0.0.0.0 0.0.0.0 216.x.x.x 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.0.0.99 255.255.255.255 inside
http 10.0.0.105 255.255.255.255 inside
snmp-server host inside 10.0.0.99
snmp-server location office
snmp-server contact IT
snmp-server community public
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_dyn_20
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-MD5
crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
crypto map outside_map interface outside
isakmp enable outside
isakmp nat-traversal 60
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash md5
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
vpngroup OSVPN address-pool VPNPOOL
vpngroup OSVPN dns-server 10.0.0.100
vpngroup OSVPN wins-server 10.0.0.100
vpngroup OSVPN default-domain domain.local
vpngroup OSVPN idle-time 1800
vpngroup OSVPN password ********
telnet 10.0.0.105 255.255.255.255 inside
telnet timeout 5
ssh timeout 5
console timeout 0
username woot password MKW.I0vwQGeiNVJb encrypted privilege 15
terminal width 80
Cryptochecksum:c35d10c371c555b4e22eb29254134eea
: endStart Free Trial
 
Loading Advertisement...
 
[+][-]06.20.2008 at 07:56AM PDT, ID: 21831814

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.

 
[+][-]06.20.2008 at 08:01AM PDT, ID: 21831872

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.

 
[+][-]06.20.2008 at 11:13AM PDT, ID: 21833521

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.

 
[+][-]06.20.2008 at 12:57PM PDT, ID: 21834403

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: Cisco, Pix, 506e, PIX Version 6.3(3)
Sign Up Now!
Solution Provided By: osuser
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628