DEV Community

Cover image for Cisco VPN Connection error fix
Senad Meškin
Senad Meškin

Posted on

 

Cisco VPN Connection error fix

If you ever experience an error "AnyConnect was not able to establish a connection to the specified secure gateway. Please try connecting again." you can easily fix it by stopping the Windows service called "Internet Connection Sharing (ICS)".

Image of the error dialog

Steps:

  1. On your keyboard press Win Key + R to start Run dialog
  2. Type services.msc into it and press Enter or button OKImage of the run dialog with the services.msc command typed into
  3. In opened service window find Internet Connection Sharing (ICS) then right-click on it, select Stop and that is it.

Image description

NOTE
Do not worry, service will start on-demand, you will break nothing.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git