Advertisement

02.14.2008 at 05:26AM PST, ID: 23162802
[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.2

Help no VPNs ********************8

Asked by PeteLong in Cisco PIX Firewall, Virtual Private Networking (VPN), Enterprise Firewalls

Tags:

Not one VPN will come up I cant see what Ive done wrong? debugs show nothing?

: Saved
:
ASA Version 7.2(2)
!
hostname xxxxxxxxxxxxxxxxxxxxx
domain-name default.domain.invalid
enable password xxxxxxxxxxxxxxxxxxxx encrypted
names

dns-guard
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address 999.999.999.218 255.255.255.252
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.2.250 255.255.255.0
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Ethernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 nameif management
 security-level 100
 no ip address
 management-only
!
passwd xxxxxxxxxxxxxxxxxxxxC encrypted
boot system disk0:/asa722-k8.bin
ftp mode passive
dns server-group DefaultDNS
 domain-name default.domain.invalid
object-group network ALLOWED_WEB
 network-object GHD-Exch 255.255.255.255
access-list outbound extended permit tcp object-group ALLOWED_WEB any eq www
access-list outbound extended permit tcp object-group ALLOWED_WEB any eq domain
access-list outbound extended permit tcp object-group ALLOWED_WEB any eq ftp
access-list outbound extended permit tcp object-group ALLOWED_WEB any eq https
access-list outbound extended permit udp object-group ALLOWED_WEB any eq domain
access-list outbound extended permit tcp host GHD-Exch any eq smtp
access-list inbound extended permit tcp any interface outside eq smtp
access-list inbound extended permit tcp any interface outside eq https
access-list outside_140_cryptomap extended permit ip 192.168.2.0 255.255.255.0 172.16.254.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.110.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.100.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.5.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 192.168.0.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.2.0 255.255.255.0 172.16.254.0 255.255.255.0
access-list outside_40_cryptomap extended permit ip 192.168.2.0 255.255.255.0 192.168.10.0 255.255.255.0
access-list outside_60_cryptomap extended permit ip 192.168.2.0 255.255.255.0 192.168.110.0 255.255.255.0
access-list outside_80_cryptomap extended permit ip 192.168.2.0 255.255.255.0 192.168.100.0 255.255.255.0
access-list outside_100_cryptomap extended permit ip 192.168.2.0 255.255.255.0 192.168.5.0 255.255.255.0
access-list outside_120_cryptomap extended permit ip 192.168.2.0 255.255.255.0 192.168.0.0 255.255.255.0
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-522.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list inside_nat0_outbound
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface smtp GHD-Exch smtp netmask 255.255.255.255
static (inside,outside) tcp interface https GHD-Exch https netmask 255.255.255.255
access-group inbound in interface outside
access-group outbound in interface inside
route outside 0.0.0.0 0.0.0.0 999.999.999.217 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout uauth 0:05:00 absolute
http server enable
http 192.168.2.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto map outside_map 40 match address outside_40_cryptomap
crypto map outside_map 40 set pfs
crypto map outside_map 40 set peer 123.123.123.166
crypto map outside_map 40 set transform-set ESP-3DES-SHA
crypto map outside_map 60 match address outside_60_cryptomap
crypto map outside_map 60 set pfs
crypto map outside_map 60 set peer 123.123.124.188
crypto map outside_map 60 set transform-set ESP-3DES-SHA
crypto map outside_map 80 match address outside_80_cryptomap
crypto map outside_map 80 set pfs
crypto map outside_map 80 set peer 123.123.125.250
crypto map outside_map 80 set transform-set ESP-DES-MD5
crypto map outside_map 100 match address outside_100_cryptomap
crypto map outside_map 100 set pfs
crypto map outside_map 100 set peer 123.123.126.58
crypto map outside_map 100 set transform-set ESP-DES-MD5
crypto map outside_map 120 match address outside_120_cryptomap
crypto map outside_map 120 set pfs
crypto map outside_map 120 set peer 123.123.127.242
crypto map outside_map 120 set transform-set ESP-DES-MD5
crypto map outside_map 140 match address outside_140_cryptomap
crypto map outside_map 140 set pfs
crypto map outside_map 140 set peer 123.123.128.106
crypto map outside_map 140 set transform-set ESP-3DES-SHA
crypto map outside_map interface outside
crypto isakmp enable outside
crypto isakmp policy 10
 authentication pre-share
 encryption 3des
 hash sha
 group 2
 lifetime 86400
crypto isakmp policy 30
 authentication pre-share
 encryption des
 hash md5
 group 2
 lifetime 86400
crypto isakmp nat-traversal  20
tunnel-group 123.123.128.106 type ipsec-l2l
tunnel-group 123.123.128.106 ipsec-attributes
 pre-shared-key *
tunnel-group 123.123.123.166 type ipsec-l2l
tunnel-group 123.123.123.166 ipsec-attributes
 pre-shared-key *
tunnel-group 123.123.124.188 type ipsec-l2l
tunnel-group 123.123.124.188 ipsec-attributes
 pre-shared-key *
tunnel-group 123.123.125.250 type ipsec-l2l
tunnel-group 123.123.125.250 ipsec-attributes
 pre-shared-key *
tunnel-group 123.123.126.58 type ipsec-l2l
tunnel-group 123.123.126.58 ipsec-attributes
 pre-shared-key *
tunnel-group 123.123.127.242 type ipsec-l2l
tunnel-group 123.123.127.242 ipsec-attributes
 pre-shared-key *
telnet 192.168.2.0 255.255.255.0 inside
telnet timeout 5
ssh 123.123.128.106 255.255.255.255 outside
ssh timeout 5
console timeout 0
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map type inspect dns migrated_dns_map_1
 parameters
  message-length maximum 512
policy-map global_policy
 class inspection_default
  inspect dns migrated_dns_map_1
  inspect ftp
  inspect h323 h225
  inspect h323 ras
  inspect rsh
  inspect rtsp
  inspect esmtp
  inspect sqlnet
  inspect skinny
  inspect sunrpc
  inspect xdmcp
  inspect sip
  inspect netbios
  inspect tftp
  inspect icmp
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:6db90011903597a48a8d84b158881ade
: end
asdm image disk0:/asdm-522.bin
asdm group ALLOWED_WEB inside
no asdm history enable

Start Free Trial
[+][-]02.14.2008 at 07:55AM PST, ID: 20894355

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: Cisco PIX Firewall, Virtual Private Networking (VPN), Enterprise Firewalls
Tags: Cisco PIX
Sign Up Now!
Solution Provided By: batry_boy
Participating Experts: 3
Solution Grade: A
 
 
[+][-]02.14.2008 at 08:01AM PST, ID: 20894420

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

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

 
[+][-]02.14.2008 at 08:46AM PST, ID: 20894890

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.

 
[+][-]02.14.2008 at 02:09PM PST, ID: 20897479

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.

 
[+][-]02.14.2008 at 07:06PM PST, ID: 20899099

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.

 
[+][-]02.14.2008 at 07:16PM PST, ID: 20899132

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.

 
[+][-]02.14.2008 at 08:07PM PST, ID: 20899311

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

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

 
[+][-]02.15.2008 at 01:37AM PST, ID: 20900366

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