Question

Cisco ASA - Howto configure remote access VPN via Cisco VPN Client

Asked by: smckellar

Hi,

I have configured a VPN on a Cisco ASA firewall, and my client software (Cisco VPN Client) is connecting with no problems. The split tunneling works, i.e. I can still browse the net on my own connection whilst connection, however, no traffic for the VPN can be sent over the connection.

I have configured the VPN using ASDM under Wizards, VPN Wizard.

Please see sh run

name 192.168.1.105 WWW1-I
name 192.168.1.106 WWW2-I
name 192.168.1.108 WWW3-I
name 192.168.1.227 WWW4-I
name 61.XX.XX.128 Outside-Network
name 61.XX.XX.129 Internet-Router
name 61.XX.XX.133 WWW4-O
name 61.XX.XX.134 ASA-O
name 61.XX.XX.135 WWW_Web1-O
name 61.XX.XX.136 WWW_Web2-O
name 61.XX.XX.137 WWW_DB1-O
name 61.XX.XX.138 WWW_Report-O
name 210.XX.XX.226 WWW6-O
name 210.XX.XX.225 WWW2-O
name 210.XX.XX.227 WWW1-O
name 210.XX.XX.228 WWW3-O
name 192.168.1.89 ASA-I
name 192.168.1.109 WWW5
!
interface Ethernet0/0
 nameif outside
 security-level 0
 ip address ASA-O 255.255.255.224
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address ASA-I 255.255.255.0
!
interface Ethernet0/2
 shutdown
 no nameif
 no security-level
 no ip address
!
interface Management0/0
 shutdown
 no nameif
 no security-level
 no ip address
 management-only
!
passwd <removed> encrypted
ftp mode passive
clock timezone AEST 10
clock summer-time AEDT recurring last Sun Oct 2:00 last Sun Mar 2:00
object-group icmp-type ICMP-Permitted
 description Permitted ICMP traffic
 icmp-object echo-reply
 icmp-object unreachable
 icmp-object echo
 icmp-object time-exceeded
object-group service Outbound-TCP tcp
 description TCP Ports Allowed Outbound
 port-object eq ftp
 port-object eq www
 port-object eq https
 port-object eq domain
 port-object eq 1863
 port-object eq 6901
 port-object eq 6891
 port-object eq 6900
 port-object eq 3389
 port-object eq 1433
 port-object eq telnet
 port-object eq pcanywhere-data
 port-object eq smtp
 port-object eq ftp-data
 port-object eq pop3
 port-object eq pop2
object-group service Outbound-UDP udp
 description UDP Ports Allowed Outbound
 port-object eq domain
 port-object eq ntp
 port-object eq isakmp
 port-object eq 4500
 port-object eq 1433
access-list Outside extended permit icmp any any object-group ICMP-Permitted
access-list Outside extended permit tcp any host WWW2-O eq www
access-list Outside extended permit tcp any host WWW6-O eq 5555
access-list Outside extended permit tcp any host WWW6-O eq www
access-list Outside extended permit tcp any host WWW6-O eq smtp
access-list Outside extended permit tcp any host WWW6-O eq pop3
access-list Outside extended permit tcp any host WWW6-O eq imap4
access-list Outside extended permit tcp any host WWW1-O eq ftp
access-list Outside extended permit tcp any host 61.XX.XX.139 eq www
access-list Outside extended permit tcp any host WWW1-O eq domain
access-list Outside extended permit tcp any host WWW1-O eq pop3
access-list Outside extended permit tcp any host WWW1-O eq smtp
access-list Outside extended permit tcp any host WWW1-O eq imap4
access-list Outside extended permit tcp any host WWW1-O eq https
access-list Outside extended permit tcp any host WWW1-O eq www
access-list Outside extended permit tcp any host WWW1-O eq 32000
access-list Outside extended permit tcp any any eq ssh
access-list Outside extended deny ip any any log notifications
access-list Inside extended permit icmp Inside-Network 255.255.255.0 any object-group ICMP-Permitted
access-list Inside extended permit tcp Inside-Network 255.255.255.0 any
access-list Inside extended permit udp Inside-Network 255.255.255.0 any
access-list Inside extended deny ip any any log notifications
access-list NONAT extended permit ip Inside-Network 255.255.255.0 10.10.10.0 255.255.255.0
access-list NONAT extended permit ip Inside-Network 255.255.255.0 192.168.253.0 255.255.255.0
access-list NONAT extended permit ip any 192.168.253.0 255.255.255.128
access-list VPNCLIENTS remark VPN Client Local LAN Access
access-list tac extended permit ip any any
access-list tac extended permit ip host 171.XX.XX.102 any
access-list tac extended permit ip any host 171.XX.XX.102
access-list ciscoASA_splitTunnelAcl standard permit Inside-Network 255.255.255.0
access-list ciscoASA_splitTunnelAcl standard permit 192.168.253.0 255.255.255.0
access-list outside_cryptomap_dyn_180 extended permit ip any 192.168.253.0 255.255.255.128
pager lines 24
logging enable
logging buffered warnings
logging asdm informational
mtu outside 1500
mtu inside 1500
ip local pool VPNPOOL 192.168.253.1-192.168.253.99 mask 255.255.255.0
ip local pool VPNPOOL2 10.6.253.1-10.6.253.99 mask 255.255.255.0
ip verify reverse-path interface outside
asdm image disk0:/asdm-504.bin
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list NONAT
nat (inside) 1 Inside-Network 255.255.255.0
static (inside,outside) tcp WWW2-O www WWW2-I 5555 netmask 255.255.255.255
static (inside,outside) tcp WWW1-O www WWW1-I www netmask 255.255.255.255
static (inside,outside) tcp WWW1-O https WWW1-I https netmask 255.255.255.255
static (inside,outside) tcp WWW1-O imap4 WWW1-I imap4 netmask 255.255.255.255
static (inside,outside) tcp WWW1-O smtp WWW1-I smtp netmask 255.255.255.255
static (inside,outside) tcp WWW1-O pop3 WWW1-I pop3 netmask 255.255.255.255
static (inside,outside) tcp WWW1-O domain WWW1-I domain netmask 255.255.255.255
static (inside,outside) tcp WWW1-O ftp WWW1-I ftp netmask 255.255.255.255
static (inside,outside) tcp WWW6-O www WWW6-I www netmask 255.255.255.255
static (inside,outside) tcp WWW6-O imap4 WWW6-I imap4 netmask 255.255.255.255
static (inside,outside) tcp WWW6-O pop3 WWW6-I pop3 netmask 255.255.255.255
static (inside,outside) tcp WWW6-O smtp WWW6-I smtp netmask 255.255.255.255
static (inside,outside) tcp WWW6-O 5555 WWW6-I 5555 netmask 255.255.255.255
static (inside,outside) WWW_Web1-O WWW_Web1-I netmask 255.255.255.255
static (inside,outside) WWW_Web2-O WWW_Web2-I netmask 255.255.255.255
static (inside,outside) WWW_DB1-O WWW_DB1-I netmask 255.255.255.255
static (inside,outside) WWW_Report-O WWW_Report-I netmask 255.255.255.255
static (inside,outside) WWW3-O WWW3-I netmask 255.255.255.255
static (inside,outside) 61.XX.XX.139 WWW5 netmask 255.255.255.255
access-group Outside in interface outside
access-group Inside in interface inside
route outside 0.0.0.0 0.0.0.0 Internet-Router 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
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
group-policy ciscoASA internal
group-policy ciscoASA attributes
 vpn-idle-timeout 30
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value ciscoASA_splitTunnelAcl
 webvpn
username user3 password <removed> encrypted
username user2 password <removed> encrypted
username user1 password <removed> encrypted privilege 15
aaa authentication ssh console LOCAL
http server enable
http 61.XX.XX.XXX 255.255.255.255 outside
http 218.XX.XX.XX 255.255.255.255 outside
http Inside-Network 255.255.255.0 inside
http 192.168.253.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 VPN-SET esp-aes-256 esp-sha-hmac
crypto ipsec transform-set VPN-SET2 esp-3des esp-sha-hmac
crypto dynamic-map VPN-DYNMAP 100 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 120 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 140 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 160 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 180 match address outside_cryptomap_dyn_180
crypto dynamic-map VPN-DYNMAP 180 set transform-set VPN-SET2
crypto dynamic-map inside_dyn_map 20 set transform-set VPN-SET2
crypto map VPN-MAP 100 ipsec-isakmp dynamic VPN-DYNMAP
crypto map VPN-MAP interface outside
crypto map inside_map 65535 ipsec-isakmp dynamic inside_dyn_map
crypto map inside_map interface inside
isakmp identity address
isakmp enable outside
isakmp enable inside
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption 3des
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
isakmp nat-traversal  30
isakmp ipsec-over-tcp port 15000
tunnel-group ciscoASA type ipsec-ra
tunnel-group ciscoASA general-attributes
 address-pool VPNPOOL
 default-group-policy ciscoASA
tunnel-group ciscoASA ipsec-attributes
 pre-shared-key *
telnet Inside-Network 255.255.255.0 inside
telnet timeout 5
ssh XX.XX.8.0 255.255.255.0 outside
ssh 61.XX.XX.150 255.255.255.255 outside
ssh 218.214.XX.XX 255.255.255.255 outside
ssh Inside-Network 255.255.255.0 inside
ssh timeout 10
console timeout 0
dhcpd lease 3600
dhcpd ping_timeout 50
ciscoASA-fw01#

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2006-08-19 at 17:55:29ID21960471
Tags

vpn

,

asa

,

cisco

,

client

Topics

Network Software Firewalls

,

Enterprise Firewalls

Participating Experts
5
Points
125
Comments
11

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. IPSec VPN
    Trying to setup new ASA box for IPSec VPN. I receive this error message in ASDM when a VPN client tries to connect. Group = DefaultRAGroup, IP = x.x.x.x, Error: Unable to remove PeerTblEntry Group = DefaultRAGroup, IP = x.x.x.x, Removing peer from peer table failed, no ma...
  2. Cisco ASA 5510 and VPN Remote IPSEC => Any return…
    Hi I have installed a Cisco ASA 5510 and i want configure a IPSEC VPN Remote access for external user. i have used the ASDM 6.0 and now i can connect without problems with the Cisco VPN Client (on Windows XP). but after connected, i can't access to any host in the lan. My p...
  3. Sip
    I am trying too open for sip port udp 5060 to 192.168.58.40 But it is not working what I am missing
  4. "No translation group found" error message, Cisco ASA…
    "No translation group found for tcp src outside:10.10.1.14/49317 dst webdmz:172.21.0.20/8080" error message. I'm an MCSE but a Cisco newbie, ASA's are a month old now. Using ASDM GUI as much as possible. IPSec VPN is connected between Cisco ASA 5510 IPSec VPN to ...
  5. ASA Ipsec VPN connection
    I have a remote network that cannot pass traffic on my network while connected to my ASA 5505 via a cisco vpn client. I can see that the person has created a connection, but no traffic will pass.
  6. ASA 5505 VPN - No ipsec SAs
    Trying to establish a site-to-site IPsec VPN between two ASA 5505s with v8.0(5). One side has a cable connection and other DSL. 10.1.1.0/24 -> 5505 (ATL) -> x.x.x.x -> Internet <-y.y.y.y <-5505 (BNA)<-192.168.22.0/24 "show crypto isakmp/ipsec sa"...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: keith_alabasterPosted on 2006-08-20 at 01:56:14ID: 17350794

On the work station that the connection is being made from, can you provide a route print and post it here as well?

 

by: lrmoorePosted on 2006-08-20 at 10:50:35ID: 17351948

>isakmp enable inside
You don't want this enabled on the inside

Try adding these entries:

access-list outside_cryptomap_dyn_20 extended permit ip any 192.168.253.0 255.255.255.128

crypto dynamic-map inside_dyn_map 20 match address outside_cryptomap_dyn_20
isakmp nat-traversal

 

by: Cyclops3590Posted on 2006-08-20 at 11:16:22ID: 17351991

i never use the adsm, but say these lines should be removed as it looks like they aren't being used even

crypto ipsec transform-set VPN-SET esp-aes-256 esp-sha-hmac
crypto dynamic-map VPN-DYNMAP 100 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 120 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 140 set transform-set VPN-SET2
crypto dynamic-map VPN-DYNMAP 160 set transform-set VPN-SET2

on command line you just do
>en
#config t
(config)#           <--this prompt type the following
no crypto ipsec transform-set VPN-SET esp-aes-256 esp-sha-hmac
no crypto dynamic-map VPN-DYNMAP 100 set transform-set VPN-SET2
no crypto dynamic-map VPN-DYNMAP 120 set transform-set VPN-SET2
no crypto dynamic-map VPN-DYNMAP 140 set transform-set VPN-SET2
no crypto dynamic-map VPN-DYNMAP 160 set transform-set VPN-SET2

fyi, those changes should have absolutely nothing to do with what you're experiencing, just my opinion to keep it nice and tidy to ensure no unintended consequences.

now on to what your issue is
you specify
ip local pool VPNPOOL 192.168.253.1-192.168.253.99 mask 255.255.255.0
but your acl applied to the crypto to ID interesting traffic is
access-list outside_cryptomap_dyn_180 extended permit ip any 192.168.253.0 255.255.255.128

meaning return traffic is impossible

 

by: Cyclops3590Posted on 2006-08-20 at 11:17:03ID: 17351994

oops misread something, i'm an idiot

 

by: Cyclops3590Posted on 2006-08-20 at 11:24:46ID: 17352019

however, if you do have access to the asa console when you vpn (thru ssh probably), then try
sh logging
to see if that shows any related errors that might help us (you already have buffered logging setup), preferrably during vpn login, and when you try to access lan resources

btw, i thought I remembered reading 192.168.253.128 in the crypto acl.  need to pay more attention to what i'm doing when I'm on EE, rebuilding machines and talking to consultants at the same time :)

 

by: lrmoorePosted on 2006-08-20 at 11:47:58ID: 17352064

For what it's worth, here's the pertinent config from my working config from ASA 5510/7.21
!
interface Ethernet0/1
 nameif inside
 security-level 100
 ip address 192.168.168.2 255.255.255.0
!
object-group network VPNPOOL
 network-object 192.168.170.0 255.255.255.224
access-list DRXDRX_splitTunnelAcl standard permit 192.168.168.0 255.255.255.0
access-list inside_nat0_outbound extended permit ip 192.168.168.0 255.255.255.0 192.168.170.0 255.255.255.224
access-list outside_cryptomap extended permit ip any 192.168.170.0 255.255.255.224
access-list outside_cryptomap_20.20 extended permit ip any object-group VPNPOOL
ip local pool VPNPOOL 192.168.170.2-192.168.170.19 mask 255.255.255.0
nat (inside) 0 access-list inside_nat0_outbound
group-policy DRXDRX internal
group-policy DRXDRX attributes
 vpn-tunnel-protocol IPSec
 split-tunnel-policy tunnelspecified
 split-tunnel-network-list value DRXDRX_splitTunnelAcl
crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
crypto dynamic-map outside_dyn_map 20 match address outside_cryptomap_20.20 <== IMPORTANT
crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
crypto map outside_map 20 ipsec-isakmp dynamic outside_dyn_map
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 nat-traversal  20  <== IMPORTANT!
tunnel-group DRXDRX type ipsec-ra
tunnel-group DRXDRX general-attributes
 address-pool VPNPOOL
 default-group-policy DRXDRX
tunnel-group DRXDRX ipsec-attributes
 pre-shared-key *




 

by: lrmoorePosted on 2006-08-21 at 05:26:47ID: 17355252

Thanks for answering, but may I ask why only a C grade when your question was answered very specifically, very quickly and very thouroughly? Our points are awarded as muliple of the question points based on the grade.
C is the lowest grade possible = 2x point value. B = 3x point value and A = 4x point value.
All we get for our efforts is points. I know I don't need them, but I like to be honest and fair.
I can re-open the question myself and let you close it again with a least a B, else I can have a moderator review.

Thanks!

 

by: smckellarPosted on 2006-08-21 at 06:58:46ID: 17355854

I wasn't aware of the 2x 3x ..

The shown answer was that of a cisco config. I was using the ASDM because I am not great with cisco console, it took me an extra 2hrs or so to translate what changes needed making within ASDM to have the same affect as your console script.

 

by: RouterDudePosted on 2007-11-20 at 11:31:36ID: 20322365

Being a CCSP I find the ASDM can throw in a lot of unnecessary content which makes troubleshooting VPN's troublesome. Lmoores answer is actually very good. A simple view through the CLI by doing a show run and comparing what he listed and what you see on yours may have saved you some time. Personally I prefer the CLI over ASDM with one exception, viewing or modifying ACL's, or using the packet trace tool in version 6. All other configuration I do only through the CLI, especially VPN since the ASDM throws in so much more unneeded ISAKMP and IPSEC transforms. Another side benefit I find is when creating the ACL for VPNs through CLI, you can specify more clearly what the ACL is for.

Another side note, there are several ways of setting up VPN for split tunneling that work, so not all ACL's will look the same. What I tend to do in most cases is setup a single named ACL for VPN and use it for both interesting traffic and also for NAT 0 for simplicity. Works fine for the majority of the VPN setups I do.

 

by: keith_alabasterPosted on 2007-11-20 at 12:42:22ID: 20322983

SMCKellar - I have to agree with LRMoore that a B grade is more appropriate here.

Many people use the ADSM as sometimes it is just easier. If you had stated that you were only familiar with the ADSM or had mentioned that you were unfamilar with the command line, someone would have responded to you and explained how to add the commands saving you those extra hours.

keith_alabaster
EE Networking Zones Adbvisor.

 

by: slimlcd101Posted on 2010-02-05 at 17:58:37ID: 26500766

lrmoore,

For what its worth you have an "A" in my book.
your solution helped me big time.
Thanks

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...