[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[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.4

VPN Tunnel and Ports on a PIX 501

Asked by tolsonkra in Miscellaneous Networking, Networking Hardware Firewalls, File Transfer Protocol (FTP)

Tags: 5080, fixup, global, pix, port

Good Morning,
   I am trying to open up ports on a PIX to create a VPN Tunnel (not Cisco).  It will create 2 tunnels 1 up and 1 down.  It is for a Medicare program.  I think I have them all open but not getting out.

Here is what I need opened.  

In order for the AT&T Global Client to successfully create and maintain a VPN tunnel with the AT&T Network, the following list of ports need to be open and available.

Any firewall used on the PC or network to guard the client's internet connectivity will require configuration by the end user's IT support staff if any of these ports are blocked or if IPSEC is disallowed.

PORT OR PROTOCOL - DIR - IPADDR - (Purpose)

ICMP echo - Out - 32.96.130.100 - (Ping)
ICMP reply - In - 32.96.130.100 - (Ping)
Protocol 50 (ESP) - In/Out - All GIGs see below - (IPSEC Auth)

21/TCP - Out - 165.87.194.246 - (Passive FTP Soft Upgrade)
80/HTTP - Out - 129.37.0.113 - (Billing / Authentication)
80/HTTP - Out - 32.97.118.242 - (Billing / Authentication)
80/HTTP - Out - All RIGs see below - (Billing / Authentication)
500/UDP - In/Out - All GIGs see below - (IPSEC ISAKMP Negotiation)
709/TCP - In/Out - 32.97.115.146 - (Digital Cert CA)
1800/TCP - Out - 32.96.130.100 - (Configuration)
4500/UDP - In - All GIGs see below - (IPSEC ISAKMP)
5080/TCP - Out - All RIGs see below - (Authentication)

ALL RIGS =
204.146.172.230
204.146.166.107
204.146.172.237
204.146.219.12

ALL GIGS =
32.101.80.1
32.101.152.1
32.101.158.1
32.101.250.1
32.101.252.1
32.102.191.1
32.103.125.1
129.37.252.1
12.65.240.2





Here is the PIX Config

PIX Version 6.3(4)
interface ethernet0 auto
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password Yk5ZbQ5eoc36VXcd encrypted
passwd ISJC2qO1xshP1X73 encrypted
hostname INH501
domain-name iolalivingassistance.org
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 incoming permit tcp any any eq ssh
access-list incoming permit esp any any
access-list incoming permit udp any any eq 4500
access-list incoming permit udp any any eq isakmp
access-list incoming permit icmp any any
access-list incoming permit udp any any
access-list incoming permit tcp any any
access-list incoming permit tcp any any eq 500
access-list incoming permit tcp any any eq ftp
access-list incoming permit tcp any any eq 709
access-list incoming permit tcp any any eq 1800
access-list incoming permit tcp any any eq 5080
access-list incoming permit tcp any any eq 508
access-list incoming permit tcp any any eq www
access-list incoming permit udp any any eq www
access-list outbound permit ip 192.168.10.0 255.255.255.0 any
access-list outbound permit udp 192.168.10.0 255.255.255.0 any
access-list outbound permit icmp 192.168.10.0 255.255.255.0 any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside x.248.200.13 255.255.255.0
ip address inside 192.168.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group incoming in interface outside
route outside 0.0.0.0 0.0.0.0 x.248.200.1 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
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
isakmp enable outside
isakmp keepalive 300
telnet 0.0.0.0 0.0.0.0 inside
telnet timeout 5
ssh 0.0.0.0 0.0.0.0 outside
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:cfa10f32722cf32d825fd5af17d944f6
INH501(config)#

Thanks Trav
 
Loading Advertisement...
 
[+][-]07/09/06 09:03 AM, ID: 17068566Accepted Solution

View this solution now by starting your 30-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: Miscellaneous Networking, Networking Hardware Firewalls, File Transfer Protocol (FTP)
Tags: 5080, fixup, global, pix, port
Sign Up Now!
Solution Provided By: photograffiti
Participating Experts: 2
Solution Grade: B
 
[+][-]07/10/06 11:19 AM, ID: 17075446Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89