Advertisement

08.21.2007 at 04:54PM PDT, ID: 22778295
[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.0

SSL VPN clients unable to access internal network after making VPN connection

Asked by WH_Tech in Virtual Private Networking (VPN), Networking Hardware Firewalls, Enterprise Firewalls

Tags: ,

I have setup SSL VPN on our ASA5520 and can successfully establish a VPN connection, but I am unable to pass traffic to/from the VPN client and the internal network.  Below is a copy of my config and the error message I receive when viewing the debugging log.

Error:
Through-the-device packet to/from management-only network is denied: udp src management:10.1.4.6/161 dst Outside:10.1.200.1/1032

ASA Version 8.0(2)
!
hostname WH-MC-FW-A002
enable password ftagm5OkITOQh/L. encrypted
names
dns-guard
!
interface GigabitEthernet0/0
 nameif Outside
 security-level 0
 ip address 67.x.x.x 255.255.255.x
!
interface GigabitEthernet0/1
 nameif DMZ
 security-level 50
 ip address 172.20.100.1 255.255.252.0
!
interface GigabitEthernet0/2
 nameif Inside
 security-level 100
 ip address 10.1.3.1 255.255.0.0
!
interface GigabitEthernet0/3
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 nameif management
 security-level 75
 ip address 172.20.16.1 255.255.252.0
 management-only
!
passwd ftagm5OkITOQh/L. encrypted
boot system disk0:/asa802-k8.bin
ftp mode passive
clock timezone CST -6
clock summer-time CDT recurring
dns domain-lookup Outside
dns domain-lookup DMZ
dns domain-lookup Inside
dns server-group DefaultDNS
 name-server 10.1.30.91
 domain-name x.com
access-list nonat extended permit ip any 10.1.0.0 255.255.0.0
access-list VPN webtype permit tcp any log default
pager lines 24
logging enable
logging asdm informational
mtu Outside 1500
mtu DMZ 1500
mtu Inside 1500
mtu management 1500
ip local pool SSL_VPN_Users 10.1.200.1-10.1.200.10 mask 255.255.0.0
no failover
icmp unreachable rate-limit 1 burst-size 1
asdm image disk0:/asdm-602.bin
no asdm history enable
arp timeout 14400
global (Outside) 200 interface
global (DMZ) 200 172.20.100.100-172.20.100.150 netmask 255.255.252.0
nat (Inside) 0 access-list nonat
nat (Inside) 200 10.1.0.0 255.255.0.0
route Outside 0.0.0.0 0.0.0.0 67.134.28.65 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
dynamic-access-policy-record DfltAccessPolicy
 webvpn
  svc ask none default svc
aaa-server Woodharbor_AAA protocol radius
aaa-server Woodharbor_AAA host 10.1.30.24
 timeout 5
 key <REMOVED>
radius-common-pw <REMOVED>
nac-policy DfltGrpPolicy-nac-framework-create nac-framework
 reval-period 36000
 sq-period 300
http server enable
http 172.20.16.0 255.255.252.0 management
http 10.1.0.0 255.255.0.0 Inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ca trustpoint ASDM_TrustPoint0
 enrollment terminal
 crl configure
crypto ca trustpoint ASDM_TrustPoint1
 enrollment url http://maple:80/certsrv/
 fqdn WH-MC-FW-A002
 subject-name CN=WH-MC-FW-A002
 keypair key1
 no client-types
 crl configure
crypto ca certificate chain ASDM_TrustPoint0
 <REMOVED>
  quit
no crypto isakmp nat-traversal
no vpn-addr-assign aaa
no vpn-addr-assign dhcp
telnet 10.1.0.0 255.255.0.0 Inside
telnet timeout 5
ssh 10.1.0.0 255.255.0.0 Inside
ssh timeout 5
console timeout 0
management-access management
dhcprelay server 10.1.30.91 Inside
threat-detection basic-threat
threat-detection statistics
!
class-map inspection_default
 match default-inspection-traffic
!
!
policy-map global_policy
 class inspection_default
  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
!
service-policy global_policy global
webvpn
 enable Outside
 svc image disk0:/sslclient-win-1.1.0.154.pkg 1
 svc enable
group-policy DfltGrpPolicy attributes
 vpn-tunnel-protocol IPSec l2tp-ipsec svc webvpn
 webvpn
  svc ask none default svc
group-policy GroupAdmins internal
group-policy GroupAdmins attributes
 vpn-tunnel-protocol webvpn
 webvpn
  url-list value GroupAdminBookmarks
username X password X encrypted privilege 15
tunnel-group DefaultWEBVPNGroup general-attributes
 address-pool (Inside) SSL_VPN_Users
 address-pool SSL_VPN_Users
 authorization-server-group Woodharbor_AAA
 accounting-server-group Woodharbor_AAA
tunnel-group DefaultWEBVPNGroup webvpn-attributes
 nbns-server 10.1.30.91 master timeout 2 retry 2
tunnel-group DefaultWEBVPNGroup ppp-attributes
 authentication ms-chap-v2
tunnel-group Clientless-VPN type remote-access
tunnel-group Clientless-VPN general-attributes
 authentication-server-group Woodharbor_AAA
 default-group-policy GroupAdmins
tunnel-group SSL_VPN type remote-access
tunnel-group SSL_VPN general-attributes
 address-pool SSL_VPN_Users
 authentication-server-group Woodharbor_AAA
prompt hostname context
Cryptochecksum:5474706cc5face7892da787a5ca6d2a9
: endStart Free Trial
 
Loading Advertisement...
 
[+][-]08.21.2007 at 10:31PM PDT, ID: 19743833

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: Virtual Private Networking (VPN), Networking Hardware Firewalls, Enterprise Firewalls
Tags: vpn, ssl
Sign Up Now!
Solution Provided By: rsivanandan
Participating Experts: 1
Solution Grade: B
 
 
[+][-]08.22.2007 at 04:10AM PDT, ID: 19744978

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.

 
[+][-]08.22.2007 at 05:15AM PDT, ID: 19745331

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.

 
[+][-]08.22.2007 at 05:22AM PDT, ID: 19745387

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.

 
[+][-]08.22.2007 at 05:30AM PDT, ID: 19745433

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.

 
[+][-]08.22.2007 at 06:03AM PDT, ID: 19745671

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