Cisco AnyConnect Client and termination of existing LAN connections

by admin on Thursday, December 4, 2014 3:12 AM

Because the Cisco VPN client is not working properly on Windows 8.1, we had to use Cisco AnyConnect Client.

Here begins a nightmare that lasted for several days.

After the AnyConnect client connects to a remote computer all local TCP connections are interrupted.

If your computer has initiated an application that for example communicates with the database, it loses the connection to the database and must be restarted.

It took several days to find a reason why this is happening:

VPN connection that is established does not allow the IPv6 protocol, and all of local TCP connections that have been established over IPv6 protocol were terminated.

Therefore, the solution is very simple:

disable IPv6 protocol on the local network adapter or in the connection to the database use a fixed IPv4 address (n.n.n.n) instead of the computer name

This will force connection to use IPv4 protocol.

Cisco
VPN
Windows 8


If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)


Featured articles

Integrating ChatGPT shared links with Sourcetree

We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.

AndEngine - Textures tips and tricks

What you should know abot textures before get started programming your first game.

GIMP script for creating Android icons at once

Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.