Advertisement

07.14.2005 at 07:45AM PDT, ID: 21491521
[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!

6.2

enableing ping from dmz and to the inside networks

Asked by pw3382 in Network Software Firewalls

Tags: , ,

I'm very new to PIX configureing and this is probably an easy question but how do i configure my PIX 515 so that i can ping from my DMZ network to my inside network and from my Inside network to the DMZ network?
A copy of my current config is below,

PIX Version 6.3(3)
interface ethernet0 100full
interface ethernet1 100full
interface ethernet2 100full
interface ethernet3 100full
interface ethernet4 100full
interface ethernet5 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 ecbwebdmz security20
nameif ethernet3 ecbdbdmz security30
nameif ethernet4 maildmz security40
nameif ethernet5 gendmz security50
enable password
passwd
hostname GateWayPix1
domain-name ciscopix.com
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 http 8000
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 157.147.173.103 John
name 10.010.0 London_LAN1
name 195.229.52.3 USA_Pix
name 192.168.12.0 USA_LAN12
name 192.168.2.0 USA_LAN2
name 192.168.17.0 USA_LAN17
name 192.168.122.0 USA_LAN122
name 192.168.15.0 USA_LAN15
name 192.168.13.0 USA_LAN13
name 192.168.11.0 USA_LAN11
name 192.168.123.0 USA_LAN123
name 192.168.16.0 USA_LAN16
name 192.168.121.0 USA_LAN121
name 192.168.14.0 USA_LAN14
name 10.10.0.0 USA_LAN1010
name 192.168.10.0 USA_LAN10
name 192.168.124.0 USA_LAN124
name 10.050.0 KL_LAN
name 10.011.230 Sean
name 192.168.125.0 USA_LAN125
name 10.011.0 London_LAN11
name 192.168.100.0 Mumbai_LAN
name 10.02.0 HP_LAN1
name 1.1.1.2 exteralsmtphost
name 172.16.1.2 barracuda
object-group network USA_Networks
  network-object USA_LAN11 255.255.255.0
  network-object USA_LAN12 255.255.255.0
  network-object USA_LAN13 255.255.255.0
  network-object USA_LAN14 255.255.255.0
  network-object USA_LAN15 255.255.255.0
  network-object USA_LAN16 255.255.255.0
  network-object USA_LAN17 255.255.255.0
  network-object USA_LAN121 255.255.255.0
  network-object USA_LAN122 255.255.255.0
  network-object USA_LAN123 255.255.255.0
  network-object USA_LAN2 255.255.255.0
  network-object USA_LAN1010 255.255.0.0
  network-object USA_LAN10 255.255.255.0
  network-object USA_LAN124 255.255.255.0
  network-object USA_LAN125 255.255.255.0
object-group network Mumbai
  network-object Mumbai_LAN 255.255.252.0
object-group network LondonOffice_Network
  network-object HP_LAN1 255.255.255.0
object-group network dmzhosts
  network-object host barracuda
access-list inside_outbound_nat0_acl permit ip any USA_LAN2 255.255.255.0
access-list inside_outbound_nat0_acl permit ip London_LAN1 255.255.255.0 object-group USA_Networks
access-list inside_outbound_nat0_acl permit ip London_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list inside_outbound_nat0_acl permit ip London_LAN1 255.255.255.0 object-group Mumbai
access-list inside_outbound_nat0_acl permit ip any Mumbai_LAN 255.255.252.0
access-list inside_outbound_nat0_acl permit ip any HP_LAN1 255.255.255.0
access-list inside_outbound_nat0_acl permit ip HP_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list outside_cryptomap_20 permit ip London_LAN1 255.255.255.0 object-group USA_Networks
access-list inside_access_in permit tcp any any eq www
access-list inside_access_in permit ip any object-group USA_Networks
access-list inside_access_in permit ip London_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list inside_access_in permit ip any object-group Mumbai
access-list inside_access_in permit ip London_LAN1 255.255.255.0 Mumbai_LAN 255.255.252.0
access-list inside_access_in permit tcp any any eq telnet
access-list inside_access_in permit ip any object-group LondonOffice_Network
access-list inside_access_in permit ip HP_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list inside_access_in permit ip London_LAN1 255.255.255.0 172.16.1.0 255.255.255.0
access-list inside_access_in permit ip London_LAN11 255.255.255.0 172.16.1.0 255.255.255.0
access-list inside_access_in permit tcp any any eq 8000
access-list outside_access_in permit ip object-group USA_Networks London_LAN1 255.255.255.0
access-list outside_access_in permit ip object-group Mumbai London_LAN1 255.255.255.0
access-list outside_access_in permit tcp any any eq smtp
access-list outside_access_in permit tcp any host barracuda eq 8000
access-list outside_access_in permit tcp any host barracuda eq smtp
access-list outside_access_in permit tcp any host barracuda eq domain
access-list outside_access_in permit tcp any host barracuda eq 123
access-list outside_access_in permit icmp any host barracuda echo-reply
access-list outside_access_in permit tcp any host barracuda eq ldap
access-list outside_access_in permit tcp any host barracuda eq https
access-list outside_access_in permit tcp any host barracuda eq 2703
access-list outside_access_in permit tcp any host barracuda eq 6277
access-list outside_access_in permit tcp any host exteralsmtphost eq 8000
access-list outside_access_in permit tcp any host exteralsmtphost eq https
access-list outside_access_in permit tcp any host exteralsmtphost eq domain
access-list outside_access_in permit tcp any host exteralsmtphost eq 123
access-list outside_access_in permit tcp any host exteralsmtphost eq smtp
access-list outside_access_in permit tcp any host exteralsmtphost eq ldap
access-list outside_access_in permit icmp any any echo-reply
access-list outside_cryptomap_40 permit ip London_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list outside_cryptomap_40 permit ip HP_LAN1 255.255.255.0 KL_LAN 255.255.255.192
access-list outside_cryptomap_60 permit ip London_LAN1 255.255.255.0 object-group Mumbai
access-list acl_out permit tcp any host exteralsmtphost eq 8000
access-list acl_out permit tcp any host exteralsmtphost eq https
access-list acl_out permit tcp any host exteralsmtphost eq domain
access-list acl_out permit tcp any host exteralsmtphost eq 123
access-list acl_out permit tcp any host exteralsmtphost eq smtp
access-list acl_out permit tcp any host exteralsmtphost eq ldap
pager lines 24
logging on
logging timestamp
logging buffered warnings
logging trap informational
logging host inside John
icmp permit any outside
icmp permit host John inside
icmp permit host 10.010.5 inside
icmp permit host Sean inside
icmp permit host 10.011.253 inside
icmp permit host London_LAN11 inside
icmp permit host 10.010.253 inside
icmp permit host barracuda inside
icmp permit host 172.16.1.1 inside
icmp permit host 172.16.1.0 inside
icmp permit host 172.16.1.50 inside
icmp permit any inside
icmp permit any echo-reply maildmz
icmp permit any maildmz
mtu outside 1500
mtu inside 1500
mtu ecbwebdmz 1500
mtu ecbdbdmz 1500
mtu maildmz 1500
mtu gendmz 1500
ip address outside 1.1.1.1 255.255.255.224
ip address inside 10.010.38 255.255.255.0
ip address ecbwebdmz 172.16.4.1 255.255.255.0
ip address ecbdbdmz 172.16.2.1 255.255.255.0
ip address maildmz 172.16.1.1 255.255.255.0
ip address gendmz 172.16.3.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
no failover
failover timeout 0:00:00
failover poll 15
no failover ip address outside
no failover ip address inside
no failover ip address ecbwebdmz
no failover ip address ecbdbdmz
no failover ip address maildmz
no failover ip address gendmz
pdm location John 255.255.255.255 inside
pdm location 10.010.253 255.255.255.255 inside
pdm location USA_LAN2 255.255.255.0 outside
pdm location USA_Pix 255.255.255.255 outside
pdm location 10.010.5 255.255.255.255 inside
pdm location USA_LAN11 255.255.255.0 outside
pdm location USA_LAN12 255.255.255.0 outside
pdm location USA_LAN13 255.255.255.0 outside
pdm location USA_LAN14 255.255.255.0 outside
pdm location USA_LAN15 255.255.255.0 outside
pdm location USA_LAN16 255.255.255.0 outside
pdm location USA_LAN17 255.255.255.0 outside
pdm location USA_LAN121 255.255.255.0 outside
pdm location USA_LAN122 255.255.255.0 outside
pdm location USA_LAN123 255.255.255.0 outside
pdm location USA_LAN1010 255.255.0.0 outside
pdm location USA_LAN10 255.255.255.0 outside
pdm location USA_LAN124 255.255.255.0 outside
pdm location KL_LAN 255.255.255.192 outside
pdm location Sean 255.255.255.255 inside
pdm location USA_LAN125 255.255.255.0 outside
pdm location 157.147.173.101 255.255.255.255 inside
pdm location 157.147.173.102 255.255.255.255 inside
pdm location Mumbai_LAN 255.255.252.0 outside
pdm location London_LAN11 255.255.255.0 inside
pdm location HP_LAN1 255.255.255.0 outside
pdm location London_LAN11 255.255.255.255 inside
pdm location 172.16.1.0 255.255.255.255 maildmz
pdm location HP_LAN1 255.255.255.0 inside
pdm location London_LAN1 255.255.255.255 inside
pdm location 172.16.1.0 255.255.255.0 inside
pdm location barracuda 255.255.255.255 maildmz
pdm group USA_Networks outside
pdm group Mumbai outside
pdm group LondonOffice_Network outside
pdm logging informational 200
pdm history enable
arp timeout 14400
global (outside) 1 1.1.1.200 netmask 255.255.255.224
global (maildmz) 1 barracuda-172.16.1.100
nat (inside) 0 access-list inside_outbound_nat0_acl
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
nat (ecbwebdmz) 1 0.0.0.0 0.0.0.0 0 0
nat (ecbdbdmz) 1 0.0.0.0 0.0.0.0 0 0
nat (maildmz) 1 172.16.1.0 255.255.255.0 0 0
nat (gendmz) 1 0.0.0.0 0.0.0.0 0 0
static (maildmz,outside) exteralsmtphost barracuda netmask 255.255.255.255 0 0
access-group acl_out in interface outside
access-group inside_access_in in interface inside
route outside 0.0.0.0 0.0.0.0 1.1.1.206 1
route inside HP_LAN1 255.255.255.0 10.010.254 1
route inside London_LAN1 255.255.255.255 172.16.1.1 1
route inside London_LAN11 255.255.255.0 10.011.254 1
route inside Sean 255.255.255.255 10.010.254 1
route inside John 255.255.255.255 10.010.23 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 0.0.0.0 0.0.0.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto map outside_map 20 ipsec-isakmp
crypto map outside_map 20 match address outside_cryptomap_20
crypto map outside_map 20 set peer USA_Pix
crypto map outside_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 40 ipsec-isakmp
crypto map outside_map 40 match address outside_cryptomap_40
crypto map outside_map 40 set peer 202.75.166.22
crypto map outside_map 40 set transform-set ESP-AES-256-SHA
crypto map outside_map 60 ipsec-isakmp
crypto map outside_map 60 match address outside_cryptomap_60
crypto map outside_map 60 set peer 203.124.157.242
crypto map outside_map 60 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
isakmp enable outside
isakmp key ******** address USA_Pix netmask 255.255.255.255 no-xauth no-config-mode
isakmp key ******** address 202.75.166.22 netmask 255.255.255.255 no-xauth no-config-mode
isakmp key ******** address 203.124.157.242 netmask 255.255.255.255 no-xauth no-config-mode
isakmp policy 20 authentication pre-share
isakmp policy 20 encryption 3des
isakmp policy 20 hash sha
isakmp policy 20 group 2
isakmp policy 20 lifetime 86400
isakmp policy 40 authentication pre-share
isakmp policy 40 encryption aes-256
isakmp policy 40 hash sha
isakmp policy 40 group 5
isakmp policy 40 lifetime 86400
isakmp policy 60 authentication pre-share
isakmp policy 60 encryption 3des
isakmp policy 60 hash sha
isakmp policy 60 group 1
isakmp policy 60 lifetime 86400
telnet John 255.255.255.255 inside
telnet 10.010.253 255.255.255.255 inside
telnet 10.010.5 255.255.255.255 inside
telnet Sean 255.255.255.255 inside
telnet London_LAN11 255.255.255.0 inside
telnet timeout 15
ssh timeout 5
console timeout 0Start Free Trial
[+][-]07.14.2005 at 10:26AM PDT, ID: 14443155

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: Network Software Firewalls
Tags: inside, dmz, ping
Sign Up Now!
Solution Provided By: techleet
Participating Experts: 1
Solution Grade: C
 
 
[+][-]07.15.2005 at 01:09AM PDT, ID: 14448552

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.

 
[+][-]07.15.2005 at 09:31AM PDT, ID: 14452552

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.

 
[+][-]07.18.2005 at 01:11AM PDT, ID: 14464316

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.

 
[+][-]07.18.2005 at 09:05AM PDT, ID: 14467514

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.

 
 
Loading Advertisement...
20080716-EE-VQP-32