VPN Client and Dynamic isakmp keys not working

Hi,
I'm trying to enable DMVPN endpoints from dynamic IP addresses, e.g. adding in:
crypto isakmp key XXXXXXX address 0.0.0.0 0.0.0.0 no-xauth
The problem is when I add this line, it breaks our remote VPN Client.  Removing the line makes everything work fine again, except I can't add a DMVPN endpoint that has a dynamic IP.
Presently all DMVPN spokes have static IP addresses configured and individual keys for each (I'm trying to simply/cut down our config and use a single key for all of them plus enable staff from home on dynamic IP's).
I can't tell if this is an IOS bug, or if I need to configure something differently.
Our VPN client is configured as a dynamic map, e.g.:
crypto isakmp client configuration group vpnclient
key RAH RAH RAH
etc.
crypto isakmp profile vpnclient
   match identity group vpnclient
   client authentication list vpnuser
   isakmp authorization list vpngroup
   client configuration address respond
crypto ipsec transform-set VPNCLIENT esp-aes 256 esp-sha-hmac
crypto dynamic-map vpnclient 10
set transform-set VPNCLIENT
set pfs group2
set isakmp-profile vpnclient
crypto map vpn 65535 ipsec-isakmp dynamic vpnclient
And then attached to my WAN interface as crypto map.

Hi Scott,
What IOS Version are you using ? I don't see any reason that this command would break Remote VPN Connectivity.
Maybe you can try
crypto isakmp key XXXXXXX address 0.0.0.0 0.0.0.0 (remove the no-xauth, as it's not needed).
Otherwise, you may share output of debug crypto isakmp to see exactly what is failing when the remote users are connecting.
Regards,
Bastien

Similar Messages

  • Up and Down Arrow Keys Not Working

    I have had the HP Pavilion g6t-1b00 CTO Notebook PC for a year or two now. I've been having a couple of problems with internet connectivity and putting my computer on "sleep".
    However, few days ago, my keyboard randomly started acting weirdly. When I would try to type certain letter/numbers, they would come out differently. 
    Ex. pressing the space bar would show up " ./M" instead
    I tried restarting my computer many times and installed a BiOS update which fixed all of my issues except for my up and down arrow keys. As of now, they have no function; I can't scroll with them and they don't seem to be taking on the role of another key. I have tried using the keys on different programs. Using the touch pad to scroll works but I still can't use the up and down keys.
    Is there anyway to get the up and down arrow keys to work again?
    This question was solved.
    View Solution.

    Hello Larasoft,
    I understand you’re up and down arrow keys are not functioning, is that accurate? I will do all I can to help you with this issue.
    I want you to access the setup menu to test the keys out, see instructions below.
    1.       Shut down the computer.
    2.       Locate the F10 key across the top.
    3.       When you turn the computer back on immediately start tapping the F10 key repeatedly.
    4.       If successful you should be on setup utility screen. What’s different about this is you can only use you arrow keys to navigate.  
    5.       Try working the arrow keys  up and down on different menus and see if they work.
    6.       Once you tested it press F9 to setup defaults and then press F10 to save and exit.
    If I have been helpful or if you’d like to say thanks you can click the white star under my name to give me Kudos.  I really appreciate it.
    Please respond at your earliest convenience with you results.
    Thanks
    Clicking the White Kudos star on the left is a way to say Thanks!
    Clicking the 'Accept as Solution' button is a way to let others know which steps helped solve the problem!

  • Keyboard delete and caps lock keys not working after update

    Shortly after a windows update two keys, delete and caps lock do not work. I have tried the following
    1. system restore..it says it cannot restore as a file is missing. I have used this function before without any problem.
    2. Update key board driver (standard PS/2)..it says latest version is installed.
    3. Uninstall and reinstall.
    4. Reset using the remove batteryt hold down power key option.
    The caps lock and delete does not work in Notepad or MS Word.
    It seems unlikely that the two keys themselves are damaged as it is unlikely that they would both fail at the same time and the problem after the windows undate is suspicious.
    I am using Windows 7 Home premium on a 64 bit HP G62.
    help appreciated as ever
    thanks
    matyiii

    matyiii wrote:
    Thanks I am beginning to suspect the same thing. I will try keyboard replacement as a last resort.....no fun to buy a new key board and have the problem persist...
    regards
    Matyiii
    Here's another test...since your laptop has USB ports get or borrow a USB keyboard and try it and if all those keys work and test then the results would mean your laptop keyboard has stop functioning as least you narrow done the problem.
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

  • Brightness and volume control keys not working with windows 7?

    brightness, volume control and some other keys keys are not working with windows 7 with macbook pro retina. Can I fix it?

    Welcome to the Apple Support Communities
    Have you installed Boot Camp drivers? You need them to make your computer work properly on Windows, and to use your function keys as Play or Pause, volume and brightness keys.
    To install them, follow these steps:
    1. Press the X key while your Mac is starting to start into OS X.
    2. Open Boot Camp Assistant and tick only the option to download Windows support software.
    3. Windows support software will be downloaded and Boot Camp Assistant will ask you to burn it into a DVD or USB drive, so do it.
    4. Start into Windows, insert the DVD or USB drive and install Boot Camp drivers. Your Mac and your volume and brightness keys will be working after installing the drivers

  • Oracle instant Client and unixODBC for Linux not work

    Hi experts,
    I have two Redhat EL 5. On the first Rehat(xxx.xxx.xxx.121 --> called Redhat1) I have installed Oracle 10g database server. On the second Redhat(xxx.xxx.xxx.123 --> called Redhat2) I want to connect to Oracle database server on xxx.xxx.xxx.121 via ODBC. But it does not work. Pls help me!
    I have done steps as following:
    Login to Redhat2 as root and type commands:
    1)Install Instant Client + sqlplus
    # rpm -ivh oracle-instantclient-basic-10.2.0.4-1.i386.rpm
    # rpm -ivh oracle-instantclient-sqlplus-10.2.0.4-1.i386.rpm
    2)Setting environment variable
    # LD_LIBRARY_PATH=/usr/lib/oracle/10.2.0.4/client/lib:${LD_LIBRARY_PATH}; export LD_LIBRARY_PATH
    # SQLPATH=/usr/lib/oracle/10.2.0.4/client/lib:${SQLPATH}; export SQLPATH
    3)Testing connection to Redhat1(Oracle DB server) using sqlplus
    # sqlplus abc/[email protected]:1521/lab2
    Connected.
    5)Begin to install unixODBC
    # rpm -ivh oracle-instantclient-odbc-10.2.0.4-1.i386.rpm
    # rpm -ivh unixODBC-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-devel-2.2.11-7.1.i386.rpm
    # rpm -ivh unixODBC-kde-2.2.11-7.1.i386.rpm
    6)After installation above packages I check for existing of odbc.ini and odbcinst.ini in /etc --> ok
    # ls /etc | grep odbc
    odbc.ini
    odbcinst.ini
    7) Tar unixODBC-2.2.14-linux-x86-32.tar.gz and copy file to /usr/local/bin, /usr/local/include, /usr/local/lib
    # tar -xzf unixODBC-2.2.14-linux-x86-32.tar.gz
    # ls /usr/local/bin/
    dltest isql iusql odbc_config odbcinst
    # ls /usr/local/include
    autotest.h odbcinstext.h odbcinst.h sqlext.h sql.h sqltypes.h sqlucode.h unixodbc_conf.h uodbc_extras.h uodbc_stats.h
    # ls /usr/local/lib
    libboundparam.la libgtrtst.la libodbccr.la libodbcinst.la libodbc.la
    libboundparam.so libgtrtst.so libodbccr.so libodbcinst.so libodbc.so
    libboundparam.so.1 libgtrtst.so.1 libodbccr.so.1 libodbcinst.so.1 libodbc.so.1
    libboundparam.so.1.0.0 libgtrtst.so.1.0.0 libodbccr.so.1.0.0 libodbcinst.so.1.0.0 libodbc.so.1.0.0
    # NLS_LANG=AMERICAN_AMERICA.UTF8; export NLS_LANG
    # TNS_ADMIN=/root; export TNS_ADMIN
    # ODBCINI=/etc/odbc.ini; export ODBCINI
    7)Retest sqlplus to Redhad1(Oracle database server) with local tnsname
    # sqlplus vonphoto/vonphoto@lab2
    SQL*Plus: Release 10.2.0.4.0 - Production on Sat Mar 27 03:20:55 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    8) Edit odbc.ini and odbcinst.ini
    ---odbcinst.ini
    # Included in the unixODBC package
    [Oracle 10g ODBC driver]
    Description = Oracle ODBC driver for Oracle 10g
    Driver = /usr/lib/oracle/10.2.0.4/client/lib/libsqora.so.10.1
    Setup =
    FileUsage =
    CPTimeout =
    CPReuse =
    ---odbc.ini
    [ora_dns]
    Driver = Oracle 10g ODBC driver
    DSN = ora_dns
    ServerName = xxx.xxx.xxx.121
    UserID = vonphoto
    Application Attributes = T
    Attributes = W
    BatchAutocommitMode = IfAllSuccessful
    BindAsFLOAT = F
    CloseCursor = F
    DisableDPM = F
    DisableMTS = T
    EXECSchemaOpt =
    EXECSyntax = T
    Failover = T
    FailoverDelay = 10
    FailoverRetryCount = 10
    FetchBufferSize = 64000
    ForceWCHAR = F
    Lobs = T
    Longs = T
    MetadataIdDefault = F
    QueryTimeout = T
    ResultSets = T
    SQLGetData extensions = F
    Translation DLL =
    Translation Option = 0
    DisableRULEHint = T
    TraceFile = /backup/sql.log
    Trace = Yes
    9)Testing the driver and the data source
    # odbcinst -q -d
    [Oracle 10g ODBC driver]
    # odbcinst -q -s
    [ora_dns]
    10) Test connection via ODBC from Redhat2(xxx.xxx.xxx.123) to Redhat1(xxx.xxx.xxx.121)
    # isql -v ora_dns
    isql: error while loading shared libraries: libreadline.so.3: cannot open shared object file: No such file or directory
    I have spent 4 days to search on the internet. But it still error.
    Pls help me.

    I don't understand your step 7 (the first step 7, actually).
    What is that unixODBC-2.2.14-linux-x86-32.tar.gz, where did it come from, and why are you doing all that?
    unixODBC should be installed after step 5.
    I guess that that is the cause of your problem.
    isql is not linked against readline at all on my RHEL 5 system.
    Do you notice any improvement after removing the files from that tar.bz file?
    Yours,
    Laurenz Albe

  • Managed Clients and Time Machine Quota Not Working

    We operate a Mac OS X 10.6.4 Server with 10.6.4 Clients; the clients are all bound to the OpenDirectory and all the laptops should be backed up using TimeMachine Server. Therefore we created a computer group which contains all the client machine records of the laptops and defined managed TimeMachine preferences for this computer group:
    - the TimeMachine server URL: afp://server.domain.tld/TimeMachine/
    - „startup volume only“, „skip system files“ and „back up automatically“ are enabled.
    - and a backup limit of 50 GB is set.
    If I run „mcxquery“ on the laptops, the settings are displayed. And the TimeMachine backup works.
    But … but the size limit of 50 GB isn’t respected, all client images grow „infinitely“.
    $ mcxquery
    com.apple.MCX.TimeMachine
    AutoBackup laptops (Computer Group) always 1
    BackupAllVolumes laptops (Computer Group) always 0
    BackupDestURL laptops (Computer Group) always afp://server.domain.tld/TimeMachine/
    BackupSizeMB laptops (Computer Group) always 51200
    BackupSkipSys laptops (Computer Group) always 1
    What am I missing!?
    Thanks
    Alex

    I presume the bought a time machine means a time capsule.
    How did you migrate the Time Machine files?
    From where? A Time Capsule or external drive?
    It is difficult to get TM working with Yosemite.. since it doesn't work after the upgrade on the old TM backup.. it will not work on the migrated files either.
    You simply start a new backup and store the old backups for a few months until you are ready to dump them.
    The instructions for inheriting old backups is B5 and B6 here.
    http://pondini.org/TM/Troubleshooting.html
    However it is just unlikely to work.. TM in Yosemite is very different. Broken even.
    I also strongly recommend people to use Carbon Copy Cloner or some other 3rd party backup until Apple get the bugs fixed. And after several months.. they are still rampant.

  • Keyboard: audio and Brightness control keys not working with or without fn

    The Keys for controling Audio and Brightness (F1-F5) do not work.
    Also combined with pressing the "fn" key the keys do not work.
    So i only control audio with the remote control or the slider in the menubar.
    Making a reboot with deleting pram didn't help.
    I'm running the up to date version of leopard on a macbook pro (core2duo).
    I also searched in the forum for this problem.
    I oten read about "sytem control"-"keyboard and mouse"-"keyboard" and the F1, F2, etc. to use as...
    but switching this button on or off doesn't change anything.

    problem solved:
    the couse was the software update 1.1 for macbook pro, because there i had the problem like in this thread: http://discussions.apple.com/thread.jspa?messageID=6142512&#6142512
    and did the solution like that, but there i maybe made some mistakes with renaming and copying, so i rinstalled the update and renamed it a copied to plugins, and now all works as it should.
    thanks for help

  • Print screen and Function "fn" key not working.Mute button stays red constantly.

    Hi,
    I bought an hp pavilion dv6-2154ca two weeks ago. It has windows 7 64-bit, nvidia Geforce 210m 1Gb graphics card, and my function "fn" key is not working at all. I downloaded the quick launch buttons driver a few days ago, according to the advice of an hp advisor, so any suggestions on how to get my fn key working. 
    My mute button stays red, even when the volume is on and i'm watching videos. This problem didn't exist until i downloaded the audio driver.
    My print screen key doesn't work either, i got to know it when i was trying to print screen images for school work.
    Thanks.

    Woudl advise a BIOS upgrade when downgrading to Windows XP, the European BIOS driver for your version of notebook is;
    [BIOS upgrade |http://uk.computers.toshiba-europe.com/innovation/download_driver_details.jsp?service=UK&selCategory =2&selFamily=2&selSeries=178&selProduct=784&selSho rtMod=null&language=13&selOS=10&selType=all&yearup load=&monthupload=&dayupload=&useDate=null&mode=al lMachines&search=&action=search&macId=&country=8&s electedLanguage=13&type=all&page=1&ID=65754&OSID=-1&driverLanguage=42]
    When the BIOS has been installed, re-install the Hotkeys/Controls driver on the link below;
    [Hotkeys/Controls driver |http://uk.computers.toshiba-europe.com/innovation/download_driver_details.jsp?service=UK&selCategory =2&selFamily=2&selSeries=178&selProduct=784&selSho rtMod=null&language=13&selOS=10&selType=all&yearup load=&monthupload=&dayupload=&useDate=null&mode=al lMachines&search=&action=search&macId=&country=8&s electedLanguage=13&type=all&page=1&ID=63996&OSID=1 0&driverLanguage=13]
    Also would advise upgrading the common modules;
    [common modules|http://uk.computers.toshiba-europe.com/innovation/download_driver_details.jsp?service=UK&selCategory =2&selFamily=2&selSeries=178&selProduct=784&selSho rtMod=null&language=13&selOS=10&selType=all&yearup load=&monthupload=&dayupload=&useDate=null&mode=al lMachines&search=&action=search&macId=&country=8&s electedLanguage=13&type=all&page=1&ID=63941&OSID=1 0&driverLanguage=42]
    Good luck and let me know if you get it solved using these recommendations

  • Home screen icons disappearing and 'hang up' key not working

    My device is a Curve 9330 running OS 6.0 Bundle 1659.  This phone has worked great for several months.  I  noticed that the red 'hang up' key stopped working a few days ago.  Around that time, I installed a few apps which have worked fine, except I noticed that one, the New York Time Crossword, did not show up on the menu.  I could run the app fine from AppWorld.  Today, I noticed that my messages icon is gone. 
    I have uninstalled the apps I recently installed, and have performed several battery pulls.  Nothing is fixing this.  I cannot end a call and I cannot get my icons to appear (even in Show All mode).
    Help!
    Allen

    Hello
    Truthfully I'm a bit puzzled in how to assisst you.
    1. Icon missing: let's try re-sending your service books: go to options > host routing table ....now click on menu key and register.
    Now do a battery pull while phone is ON.
    If this restores your missing icons...then make a call and see if it can be ended.
    If End call still not working: make sure the key is properly seated in the housing (was the phone dropped) ....signs of this is key feeling "hard" and needing more pressure.
    Tilt the phone and see if flush or just slightly raised....if it is press down on raised part it will click in.

  • Left and right Arrow keys Not working now

    My left and right arrow keys are not working properly now.
    For example, when typing, left arrow does not produce the desired action (move cursor one spot to the left), and right arrow does not produce the desired action (move cursor one spot to the right). Also, control + left no longer activates spaces, and control + right no longer activates spaces.
    Interestingly, in investigating the problem, I noticed that my shortcut keys for activating spaces and for activating expose had been changed (software update?). Before, I had set F5 (without pressing fn) for expose and had set F6 (without pressing fn) for spaces. Now, I noticed spaces was set back to the default of F8 (requiring fn).
    The issue persists after shut down, and even when logged on to other users, e.g. Guest.
    All other keys seem to be working fine, including the up and down arrows.
    It is not hardware because fn + left + right produces the "[" character on the screen.
    Any ideas?

    You might want to post in the MacBook forums as this seems to be a hardware issue and those gurus hang out there. http://discussions.apple.com/category.jspa?categoryID=248

  • Help - Alu Wirelss Keybaord and Macbook F keys not working

    Hi all
    I have recently purchased a new aluminium wireless keyboard - It's connected and working, trouble is though the new F key functions are not working.
    e.g. when I press volume up (F12) on the wireless keyboard the dashboard opens!
    Also the dashboard (F4) expose (F3) and brightness (F1 & F2) butons don't work on the wireless keyboard.
    On top of that the standard volume and brightness etc F buttons on my Macbooks own keyboard don't work at all now!
    Help!!!

    Did you ever get any help on this issue?
    I have a wireless keyboard that doesn't work on my Macbook. Ironically, the only keys that do work are the top row. Screen, Dashboard buttons etc.
    I've connected it and paired it successfully, but the keys just don't seem to work. After a while, my mighty mouse (wireless) start acting funny, or the track pad button on the laptop itself stops working. Shutting of the keyboard at this point doesn't help and I need to reboot the computer.
    I've taken it to Fortune Tower in Bangkok where they have a apple support center and he couldn't get it to work on his 17" mac book pro either. He wanted me to leave it, but I took it back to the international departure terminal of the Bangkok international airport, (had to wait for another flight to China to do this) and returned it to the store where I bought it. But they wanted to see the problem and I showed them that it didn't work. they brought out a new one and I wanted to verify that IT worked but same problems. I suggested that they connect it to another computer? Which they did, an Imac and it worked fine. Then they connected it to a Mac Book Pro and it worked fine there as well. Could this be a firmware update issue?
    Anyone else having problems like this?
    thanks,

  • Delete and caps lock keys not working?

    my delete and caps lock keys are not working after they previously did before i shut my computer down,any suggestions?

    Take it to an Apple store or AASP.

  • Caps lock and left command keys not working / unresponsive. Help!

    Just happened today. I admit due to exhausted I have been neglecting to turn off my laptop and it ends up getting the comp battery drained. I have a 2011 Macbook Pro. I checked the keyboard > Show Input Viewer, only caps lock and the left command keys are not working. Please help!! Is my laptop dying? Is there a way to fix this via terminal?
    Thanks in advance!

    Keyboard Doesn’t Work
    Keyboard Keys Do Not Respond

  • Sound and Keyboard Illumination Keys Not Working!!!

    This is very strange...
    I just spent a few days in the hospital. Fortunately, one of the amenities provided was free Wi-Fi. As it turned out, many people took turns using my Powerbook while I wasn't using it myself.
    Most of the people that were there visiting, are not Mac-savvy, and when I got my Powerbook back, I discovered a strange surprise.
    I have no sound. But it goes further than that, because the sound keys have been completely disabled! So have the keyboard illumination keys!
    The icon is grayed out, and there is a circle, with a slash through it, beneath.
    Here's a pic:
    http://homepage.mac.com/theconfuzed1/.Pictures/misc/no_sound.png
    I can't for the life of me, figure out how to fix this!
    I am running 10.5.2 on a Powerbook G$
    Message was edited by: Robby Cochran

    Hi,
    Try this:
    The little 'do not enter' symbol you see means that is turned off...
    For sound, the F3 key toggles the sound on and off (but does not adjust the volume). If the sound is on, the F4 key turns the volume down, and the F5 key turns the volume up. But with this, the F3 has to be touched to be on, and that symbol will disappear... then use the F5 key (you have to keep tapping it for it to move the volume. Only tap the F3 key once to turn it on, and once to turn it off.
    The keyboard is much the same way. The F8 key turns it on or off, while the F9 lowers the intensity and the F10 raises the intensity. Again, one tap on the F8 for on and another for off... with multiple taps on the F9 and F10 to decrease or increase illumination.
    That same screen you saw, should be seen but with hash-marks either grey (off) or white (on)... for both. While the sound has the arching sound waves from the horn if it is on, not when it's off. The keyboard has the curved hash marks around the top.
    You do have it, if that screen shows... it's just to keep tapping the F5 and the F10 to increase both so you can see/hear the effects.
    Enjoy

  • Previous(Back) and (fast)forward keys not working in iTunes

    Hello,
    A short while ago, I found out that my function keys (back- and forward buttons specifically) have stopt working in iTunes. The exact moment they started to malfunction in unknown to me, but in my current configuration they always did what they had to do up until a couple of weeks ago.
    My specs:
    Mac Mini late 2012
    16 Gb RAM
    256Gb SSD + 500Gb HDD
    Apple Wireless Keyboard
    Apple Magic Trackpad
    OSX Mavericks 10.9.1
    iTunes 11.1.4 (64bit)
    I can't recall altering system settings with which these controls could stop working. Note: the play/pauze button works great!
    Furthermore: In VLC, all controls work fine, including the back and forward buttons.
    Could this be due to an update of iTunes? Also, have more people encountered this problem? If so: What is the sollution, 'cause this is annoying the crap out of me..
    Thanks in advance,
    T.

    After searching one discussion after another I found the reason the keys malfunction in iTunes: AirServer. While this program is running, the FF and Prev keys (F7 & F9) won't work in iTunes. When the app is closed, they immediately start working again. Seems to be a bug in AirServer's coding. Hope an update will undo this problem.
    Regards, Tim

Maybe you are looking for

  • How would I create the Classic Concentration Game

    I am new to Captivate and Forums, so please excuse me for being so green. I am trying to recreate the Classic Concentration game. Does any one have any ideas how I would do this in Captivate?

  • How do I re-download Photoshop Elements 10?

    I want to redownloade my elements 10. I have a multilicense

  • Loading secure pages

    I have OSX 10.3.9. When I try to do online banking using Internet Explorer (5.2.3) or Safari (1.3.1), it no longer allows me to complete transactions. I can get to the bank site and see my accounts, but can do nothing with them. The bank tells me tha

  • Partition between server not in the same DMZ

    Does anyone have feedbackabout using partition between differentserver in different DMZ ?

  • Reinstalled iDVD, now nothing

    I was having trouble with iDVD...kept getting error messages...so I did a restore from the Software install and restore CDs. Now, it opens, but absolutely nothing happens. I can click " New Project" or "Open Project" but after I click, nothing happen