VPN Client and Windows 7 - Window won't show

Bizarre issue I've now experienced on two separate PC's with VPN Client 5.00.07.0410 on 32-bit Windows 7:
Out of the blue, when the user double-clicks the Cisco VPN Client icon, the lock shows up in the system tray, and the application shows in the taskbar. You may get a glimpse of the window when you double-click the taskbar icon, or single click it and choose the application from the list. However, you are not able to actually get the window to be visible. This of course makes it impossible for the user to click the "connect" button.
I've discovered that when the icon is in the taskbar, and you hit "Enter" on the keyboard, it will connect. However I wouldn't expect a user to be able to figure this out, and so it was quite frustrating for them when this happened.
I've noticed there is a new version of the software for 64-bit users, but not for 32.
Anybody else experience this? Find a solution?
I tried uninstalling/re-installing and it made no difference.
-Chris

Try this so you don't have to do it each time... it worked for XP Pro 32-bit (Dell E6410). Haven't yet encountered on W7 Pro:
Bring up Task Manager (Ctrl+Alt_Delete). Open the Applications tab. Highlight VPN Client, right-click and select Maximize. (Sometimes if the system dies (power-loss) when connected to VPN the registry remembers the minimized setting and will not un-minimize it except with this process (and maybe one yet to be determined).)
I'm currently working (20140617) on a similar issue for W7 Pro for the User Authentication window where the RSA passcode needs to be entered. Alt-Tab works but I'm trying to make it permanent. (One problem is the user has a difficult time following instructions.)

Similar Messages

  • Multiple (but not all) VPN clients failing in Windows 8 and 8.1

    Big question for VPN gurus, with a long story.  I got a new machine with Windows 8 in late December 2012.  I work remotely
    for a bunch of different customers, so 100% of my work is done via VPNs.  My customers use a wide variety of VPN types.  These were all working fine up through early December 2013.  Suddenly a bunch of them stopped working.  I tried a ton
    of stuff:
    - Uninstalling all VPN clients and reinstalling them one at a time
    - Reinstalling / updating network drivers
    - Turning off and uninstalling antivirus and firewall software
    - Verified problem was on my machine, not local network, both by testing other machines on local network and by testing this machine on other networks
    The following VPN clients would not work:
    Cisco VPN Client
    FortiSSL
    Microsoft built-in
    The following VPN clients had no problems:
    Cisco AnyConnect
    ShrewSoft
    Juniper web-based SSL VPN
    Check Point web-based SSL VPN
    As you can imagine, having to use a second (Windows XP) machine to connect to half my customers was a source of some serious headaches.  After 3 weeks of beating my head against this, I finally upgraded my OS to Windows 8.1.  The hail mary worked;
    my VPN problems went away!
    Two weeks later, the exact same symptoms resurfaced.  I've gone back through a bunch of the steps that didn't help the first time around, with the same results.  I expect a system refresh would probably do the trick, probably temporarily like the
    OS upgrade, but I can't afford to spend a week reinstalling dozens of critical applications only to have the problem resurface after another couple of weeks.
    At this point, the closest thing I have to a clue is that in both cases the problems started soon after installing an update to the Cisco AnyConnect client.  After uninstalling the client, the problems do not go away.
    Exactly what do I mean when I say the VPN clients don't work?  That varies from one client to the next:
    Microsoft built-in: Error 720
    FortiSSL: variable - sometimes won't finish connecting, sometimes connects for about a second
    Cisco: variable - sometimes won't finish connecting, sometimes "connects" but I can't access anything
    Has anybody seen this sort of behavior before?  Any suggestions for fixes I may not have tried yet?  Thanks in advance.

    Hi.
    I have been similar issues with VPN clients. In my case cause of this problems seems to be "Deterministic Network Enhancer". So turning this component on and off usually helps.
    Actually I writed one script to fix this probleem for my clients.
    <#
    .Synopsis
       This script is ment for a fixing of network problems which may occur when you use Windows 8/8.1 with Client Hyper-V
    .DESCRIPTION
       This script will disable and then enable again Deterministic Network Enhancer (dni_dne) component from network connections.
       Parameter RegisterScheduledTask will register this script as a scheduled task which will be triggered at every  time when computer starts.
    .EXAMPLE
       Fix-Network.ps1
    .EXAMPLE
       Fix-Network.ps1 -RegisterScheduledTask
    #>
    param
        [switch]$RegisterScheduledTask
    function Test-IsRunAsAdministrator
       $currentUser = New-Object Security.Principal.WindowsPrincipal( [Security.Principal.WindowsIdentity]::GetCurrent())
       $currentUser.IsInRole( [Security.Principal.WindowsBuiltInRole]::Administrator)
    function Get-RunAsAdministrator
        if(!(Test-IsRunAsAdministrator))
            [string[]]$argumentList = @('-NoProfile' , '-File', $MyInvocation.ScriptName)
            if($RegisterScheduledTask)
                $argumentList += '-RegisterScheduledTask'
            Start-Process PowerShell.exe -Verb Runas -WorkingDirectory $PWD.Path -ArgumentList $argumentList
            break
    Get-RunAsAdministrator
    if($RegisterScheduledTask)
        $actionArgument = '-ExecutionPolicy Bypass -File  "' + $PSCommandPath + '"'
        $action = New-ScheduledTaskAction -Execute "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Argument $actionArgument
        $trigger  = New-ScheduledTaskTrigger -AtStartup
        $principal = New-ScheduledTaskPrincipal "SYSTEM" -LogonType ServiceAccount -RunLevel Highest
        Register-ScheduledTask -TaskName Fix-Network -Trigger $trigger -Action $action -description "Fix network for Windows 6.X with Hyper-V" -Principal $principal
    else
        $bindings = Get-NetAdapterBinding | Where-Object { ($_.ComponentID -eq "dni_dne") -and ($_.Enabled)}
        $bindings | Set-NetAdapterBinding -Enabled $false
        $bindings | Set-NetAdapterBinding -Enabled $true
        $date = Get-Date
        "Done:  $date" > $PSScriptRoot\Fix-Network.log
    Hope that this will help.
    Br,
    Heiki

  • Problem with Cisco VPN client and HP elitebook 2530p windows 7 64-bit

    Hi there
    I have a HP Elitebook 2530p which i upgraded to windows 7 64-bit. I installed the Cisco VPN client application (ver. 5.0.07.0290 and also 64-bit) and the HP connection manager to connect to the internet through a modem Qualcomm gobi 1000 (that is inside the laptop). When I connect to the VPN, it connects (I write the username and password) but there is no traffic inside de virtual adapter for my servers. When I connect to the internet through wire or wireless internet, I connect de VPN client and there is no problem to establish communication to my servers.
    I tried everything, also change the driver and an earlier version of the HP connection manager application. I also talked to HP and they told me that there was a report with this kind of problem and it was delivered to Cisco. I don’t know where is the problem.
    Could anyone help me?
    Thanks to all.

    You can try to update Deterministic Network Enhancer to the below listed release which supports
    WWAN Drivers.
    http://www.citrix.com/lang/English/lp/lp_1680845.asp.
    DNE now supports WWAN devices in Win7.  Before downloading the latest version of DNEUpdate from the links below,  be sure you have the latest
    drivers for your network adapters by downloading them from the vendors’ websites.
    For 64-bit: ftp://files.citrix.com/dneupdate64.msi
    Hope that helps.

  • VPN Client and Windows Folder Synchronisation

    We are currently having problems with Windows XP Laptops which have folders Synchronised to Servers.
    When they are working remotely, they use the VPN client to connect to the network. Unfortunately, the VPN Client Adapter does not appear in the "Network Connection" drop down menu within the Synchronisation Setup screens. This means that the synchronisation takes place once the Physical Adapter (LAN or Wireless) comes active and an error message appears everytime.
    Has anyone come across this and found a fix for it ? There must be a away of getting the VPN LAN Adapter into the Synchronisation Network Connection list.

    The only supported IPSec client for Windows 7 is 5.0.6. I would recommend uninstalling the client version that you have, upgrade the DNE package from Citrix, and then install the latest IPSec client.
    Release Note:
    http://www.cisco.com/en/US/partner/docs/security/vpn_client/cisco_vpn_client/vpn_client5006/release/notes/vpnclient5006.html#wp62415
    DNE Update:
    http://www.citrix.com/lang/English/lp/lp_1680845.asp
    Client Download:
    http://tools.cisco.com/support/downloads/go/ImageList.x?relVer=5.0.06.0110&mdfid=281940730&sftType=VPN+Client+Software&optPlat=Windows&nodecount=2&edesignator=null&modelName=Cisco+VPN+Client+v5.x&treeMdfId=268438162&treeName=Security&modifmdfid=&imname=&hybrid=&imst=&lr=Y

  • Boot camp with Cisco VPN client and smart card

    Looking at a Macbook or Macbook Air and the only reason I need to run windows is to be able to access my work network through the Cisco VPN client and my Smartcard then use remote desktop. From my understanding if I run Bootcamp it should work am I correct? Im going to an Apple store tomorrow hopefully they can help too.
    Thanks

    mrbacklash wrote:
    Ok with that being said will the MBA 11.6 1.4ghz have the guts to make it run mostly internet based programs over the VPN connection?
    I think if you are running apps over the Internet the bottleneck will be the Internet and your VPN bandwidth. Your computer can certainly execute faster than Internet communications.
    Besides, Internet or remote applications run on the remote server. All your local computer does is local processing of the data if necessary.
    Message was edited by: BobTheFisherman

  • Cisco VPN client and SSH

    Hi,
    I am using Cisco VPN client 4.9.01.0180 to connect to remote server. From the Cisco client, I see that I am connecting to the remote server.
    Using the terminal, with command:
    ssh 192.168.1.2 or ssh [email protected] to connect to the remote server.
    However, the output is:
    ssh: connect to host 192.168.1.2 port 22: Operation timed out
    I don't know what is going wrong. The Cisco client 's setting is simple, and no problem using Windows. Do I have to modify the Mac OS?
    Regards,
    Terence

    hi,
    sorry for asking stupid. how and what did you change your subnet to ?
    i have almost the exact same problem (same client and on Windows it does work and I cannot ssh to a Mac in the work office) furthermore i am using a wireless connection (via Airport Express) ... not sure if that matters.
    do i just go into the Network Prefs and select the tcp/ip tab, and manually change the ip-addresses ?
    my settings (DHCP) currently are
    ip 10.0.1.2
    Subnet Mask 255.255.255.0
    Router 10.0.1.1
    The strange thing for me is that if I Remote Desktop to a PC (via VPN) on the same office net as the above Mac I cannot ssh (via Putty), but when i am physically at the PC i am able to ssh.
    any help appreciated
    ./allan

  • My movies and music videos won't show up on screen, I can hear the sound but not see the video how do I fix this?

    My movies and music videos won't show up on my computer screen, I can hear the sound but not see the video how do I fix this? I'm not sure what to do as far as turning my purchased movie into DVD goes either. I just want to put the movie onto a DVD disc but my itunes won't even show that I have a blank disc in the drive, I'm not sure what is wrong or how to fix this, any help at all would be much appreciated.

    Hi @anthony7722 ,
    Thank you for your query, I will do my best to help!
    I grasp that you uninstalled the Intel graphic driver and the catalyst control.  You reinstalled the Intel driver and now you can view and hear videos on the Internet but you are unable to set the resolution as high as previously.
    When I checked the specifications for your notebook I see that you have switchable graphics.
    Here are two links that I believe will help.
    Overview of Switchable Graphics or Dual GPUs
    Switchable Graphics on Notebooks Configured with Intel and ATI GPUs
    Here is a link to HP Pavilion dv7-6150eb Entertainment Notebook PC Drivers
    Please try this process.
    1. Download the chipset driver, and both graphic drivers and save them  but do not install them yet
    2, Delete the chipset driver and install the updated one.
    3. restart your notebook
    4.Delete the Intel driver and install the updated one
    5. restart your notebook
    6. Delete the AMD driver and install the updated driver. 
    You should now have a Catalyst Control Center.
    This should now allow you to use the higher graphic card which should support the higher resolution.
    I hope this helped.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to configure full tunnel with VPN client and router?

    I know the concept of split tunnel....Is it possibe to configure vpn client and router full tunnel or instead of router ASA? I know filter options in concentrators is teher options in ISR routers or ASA?

    I think it is possible. Following links may help you
    http://www.cisco.com/en/US/products/hw/routers/ps274/products_configuration_example09186a0080819289.shtml

  • Mavericks VPN dropouts with native VPN client and Cisco IPSec

    Since update to Maverics I am experiencing VPN dropouts with native VPN client and Cisco IPSec
    I am connecting via a WIFI router to a remote VPN server
    The conenction is good for a while but eventually it drops out.
    I had Zero issues in mountain lion and only have issues since the update to 10.9
    I had similar issues in teh past with an unrelaibel wifi router but i am using a Verizon Fios router and it has worked impecably until mavericks
    My thoughts are:
    1 -issue with mavericks  ( maybe the app sleep funciton affecting eithe VPN or WIFI daemons)
    2- Issue with  cisco router compaitibility or timing with Cisco IPSEC
    3- Issue with WIFI itself on mavericks - some sort of WIFI software bug
    Any thousuggestions?

    Since update to Maverics I am experiencing VPN dropouts with native VPN client and Cisco IPSec
    I am connecting via a WIFI router to a remote VPN server
    The conenction is good for a while but eventually it drops out.
    I had Zero issues in mountain lion and only have issues since the update to 10.9
    I had similar issues in teh past with an unrelaibel wifi router but i am using a Verizon Fios router and it has worked impecably until mavericks
    My thoughts are:
    1 -issue with mavericks  ( maybe the app sleep funciton affecting eithe VPN or WIFI daemons)
    2- Issue with  cisco router compaitibility or timing with Cisco IPSEC
    3- Issue with WIFI itself on mavericks - some sort of WIFI software bug
    Any thousuggestions?

  • Cisco ASA 5505, Cisco VPN Client and Novell Netware

    Hi,
    Our ISP have installed Cisco ASA 5505 firewall. We are trying to connect to our Novell 5.1 server using VPN client.
    I installed VPN client on a laptop that is using wireless connection. I connect using wireless signal from near by hotel and I am able to connect to my firewall usinging vpn client and also able to login in using Novell client for XP.
    When I use same vpn client and Novell client at home that is not using wireless connection, but DSL connection amd not able to login or find the tree.
    The only difference in two machine is laptop using wireless connection and my home machine is using wired connection using DSL.

    If your remote end of the services in question support IPsec IKEv1 as the VPN type then, yes - the 5505 can be a client for that service. At that point it looks like a regular LAN-LAN VPN which is documented in many Cisco and 3rd party how-to documents.

  • RV220W, VPN client, and Full Tunnel vs Split Tunnel capabilities

    For an RV220W, which VPN client mode (of the three possibilities) supports which Tunnel mode? 
    This is mostly a question, and partly "in use" observations.
    Background: I have been able to get all three different VPN clients to work with an RV220W, but only one of the three works in "Full Tunnel"  mode (SSL VPN). And since I know one of the three -- the Cisco QuickVPN client -- will never with in that mode, do we know if an RV220W will with an IPSec client in Full Tunnel Mode? 
    If anyone answers yes, the next question will be vpn client and how did you configure it, client and RV220W, to make full tunnel work.
    Summary of VPN modes I've gotten to work with an RV220W:
    Client
    Split Tunnel Works?
    Full Tunnel Works?
    OS?
    Notes
    SSL VPN
    Yes
    Yes
    Win7/64
    IE10 or IE11
    QuickVPN
    Yes
    No
    Win7/64
    IPSec VPN
    Yes
    No
    Win7/64
    Shrew Soft VPN Client

    I have to mark this as not a correct answer.
    Reason: 0.0.0.0 will not go into either of the fields listed above, message is "Invalid IP address Please enter a value between 1 - 223 at xxx.0.0.0.".
    To Michal Bruncko who posted this:
    1.) 0.0.0.0 will not work in my router nor in the RV220W online emulator here, (general emulator page here), am I missing something obvious?
    2.) Have you used these actual settings on your router, or did you answer in a theoretical, "this should work" way?

  • What should I do if I got my ipod reset and now it won't show up in my itunes library

    What should I do if I got my ipod reset and now it won't show up in my itunes library?

    Place the iPod in recovery mode and then restore the iPod via iTunes on your computer. For recovery mode:
    iPhone and iPod touch: Unable to update or restore

  • I accidentally deleted documents from Pages on my iphone - and now they won't show up on my mac anymore either.  I must have saved them just on icloud and not on my mac, too.  is there anyway to recover these documents?

    I accidentally deleted documents from Pages on my iphone - and now they won't show up on my mac anymore either.  I must have saved them just on icloud and not on my mac, too.  is there anyway to recover these documents?

    On a mac, when you save docs to icloud, a local copy is also saved.  It's saved at:
    ~/Library/Mobile Documents
    Note that Library in the user's home folder is now hidden, so you'll have to set Finder to view hidden files.
    The Mobile Documents folder has subfolder where copies of the doc/data files are stored.
    If the file(s) are no longer there, then use your Time Machine backups to get copies back to the mac.

  • Events created on iPad and/or iPhone won't show up in iCal

    Events created on iPad and/or iPhone won't show up in iCal. I do not use Mobile Me, or Google (I learned that one the hard way). I am getting tired of creating events (and contacts) and then having to remember to go back on my Macbook and create them all over again. Any ideas?

    Did you try these?...
    http://www.apple.com/support/iphone/assistant/itunes/
    http://support.apple.com/kb/TS1538
    Did you plug directly into the computer and not a hub?  Try different USB ports.

  • Backlight won't work and my playlists won't show on my nano

    Hello,
    I need help. I just returned my first nano because it turned off and never turned back on, and last night I hooked up my new nano and the backlight isn't working and my playlists won't show up on my nano.
    I turned my backlight on and made sure it wasn't turned off and it still won't work.
    My playlists will show up on ITunes but not on my nano. I don't know what to do except take it back AGAIN. PLease help me.
    Like I said, I just returned my first one because of defects and now this one seems to have it's own problems.
    I'm frusturated
    Thank you

    Repair cannot be done online in the user to user forum.
    Make an appointment with the Apple genius bar for an evaluation,

  • I was trying to fix my screen resolution and now it's stuck on auto detect cannot display this video mode. I tried another monitor and it still won't show anything. I'm locked out

    I was trying to fix my screen resolution and now it's stuck on auto detect cannot display this video mode. I tried another monitor and it still won't show anything. I'm locked out

    Reset the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    Next try Safe Mode boot and and then normal boot
    OS X: What is Safe Boot, Safe Mode?

Maybe you are looking for

  • How do I display "Page $$ of $$" in a Captivate 4 project?

    Hello everyone, Okay, I know that I can use a transparent text caption with "Page $$rdinfoCurrentSlide$$ of $$rdinfoSlideCount$$". The problems are: - I want this to be displayed in a very small font in the far right corner. Unfortunately, the variab

  • MacBook Pro retina display goes black while outputting video through HDMI to external monitor??

    I frequently connect my MacBook Pro to my 42inch Panasonic TV to watch movies/videos. I use VLC media player for all my playback. The problem I'm running into is that when I put VLC media player into fullscreen mode on my external display, my retina

  • Block business partner (vendor) for local purc. org

    Hi, I have a problem regarding, block business partner for local purchase organization. Process: R/3: Transaction MK05, block vendor for ONE purc. org. SRM: Transaction BBPUPDVD. If I activate transaction BP, and look into the purchasing data, the bp

  • Management Console Experienced an error

    I am getting this when I try to login to the Management console. This is a new Eval installation Event Type: Error Event Source: Senforce Management Console 3.0 Event Category: None Event ID: 0 Date: 12/20/2007 Time: 10:32:30 PM User: N/A Computer: O

  • Ringtone support

    Why am I unable to use sync ringtones to the iPhone through iTunes