Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by digimahn

  1. digimahn

    Noob: Login VBS Script execute URL question

    To do just what you ask and no more (remove echo's to use in logon script): Set objIE = CreateObject("InternetExplorer.Application") objIE.Visible = FALSE 'hide the browser objIE.Navigate "http://www.tek-tips.com" Do Until objIE.Busy = FALSE WScript.Echo "IE is still busy...page...
  2. digimahn

    ChanSpy - Looking for Someone with Experience

    Hello everyone! Is there anyone out there that might have experience with ChanSpy? Serious experience... I have read and read and read and just cannot figure this out. I have an asterisk 1.4 server with a digium card in it acting as a VoIP Gateway - no typical local/ld inbound or outbound...
  3. digimahn

    How To: Configure ASA 5510, IPSEC VPN with AD Authentication

    Touchy touchy stubs...notice I threw myself in there too. This is exactly what I am talking about. You gave me the easy stuff. What is often left out is that you have to map the Microsoft LDAP attribute to a compatible Cisco Attribute Map. Most people will use the "ietf-radius-class" per...
  4. digimahn

    How To: Configure ASA 5510, IPSEC VPN with AD Authentication

    stubnski and unclerico, Thank you both for your help, but really, do you honestly believe you helped me. Look at my question. Clearly I do know (correction DID NOT now) how to do this and obviously Google is any IT guy/gal's best friend. Even my CCO login did not realy help me. Several requests...
  5. digimahn

    ASA 5510 for Easy VPN help

    Remember...just add the configs just as I showed you...don't change the order...everything should work...it did for me.
  6. digimahn

    How To: Configure ASA 5510, IPSEC VPN with AD Authentication

    I have read that already and it was helpful, so i gave you a "thank you", but...I was hoping for something a little more in line with my question specifically. If/When I get this whole thing finger'd out I will post my stuff here for everyone, maybe no one needs it...maybe they do. I sure could...
  7. digimahn

    ASA 5510 for Easy VPN help

    This config assumes you are using the ASA to static nat and ACL http/https traffic to the router that will be hosting the SSL VPN (WebVPN). The router will need an Advanced IP Service IOS (I am using c3825-advipservicesk9-mz.124-22.T1.bin). This configuration will create a persistent...
  8. digimahn

    ASA 5510 for Easy VPN help

    Well it's 12:00 AM PST and I am still working :) it's been a long day and I got this done, but I have an issue I am dealing with. I promised tonight (which is now last night), so I popped in here to ask you to hang tight...I got it and it's sweet! I just need to take care of business first [smile]
  9. digimahn

    ASA 5510 for Easy VPN help

    If you give me until later tonight (keeping fingers crossed). I have a down and dirty SSL connection you can host on a router (need advanced security IOS) and the ASA will simply direct SSL to the router for Easy VPN connections and you won't have to dink with licensing. I have a thing or two...
  10. digimahn

    ASA 5510 for Easy VPN help

    I think this one may be just up your alley... Cisco Security Appliance Command Line Configuration Guide, Version 7.1 - Configuring SSL VPN Client My fingers are crossed for you...I know what it's like when the idea is clearly in your head and you have half of what it takes to get it...
  11. digimahn

    ASA 5510 for Easy VPN help

    Many docs point to the ASDM because, quite frankly, it's easier for MOST to understand. I for one have trouble remembering the order in which VPN configs need to be done, but I end up getting it done and I try not to cripple myself by using the GUI's for Cisco's products. Sometimes it's good to...
  12. digimahn

    ASA 5510 for Easy VPN help

    Clientless SSL VPN (WebVPN) on ASA Configuration Example If you have a pair of ASA's in failover, be careful, SSL VPN disables failover configuration in ASDM. It may still work but configuration changes become impossible without disabling SSL VPN. May still work from the CLI if failover is...
  13. digimahn

    How To: Configure ASA 5510, IPSEC VPN with AD Authentication

    I think it would also be good to ask the following questions: What should I do to protect the AD admin account required to be added to the config (if anything more)? Any restrictions on the AD account to limit what it can and can't do? Can I use anything in AD to specify AD users that can...
  14. digimahn

    How To: Configure ASA 5510, IPSEC VPN with AD Authentication

    Well this is my first post in over 6 years - WOW time flies! I am needing some help and understanding. I have read so many Cisco pages and VPN posts here at Tek-Tips that I am seeing my life in NAT'd images with Crypto Maps and Access Lists applied to the images [ponder] I am looking for some...

Part and Inventory Search

Back
Top