cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2438
Views
5
Helpful
2
Replies

Profile XML files disable manual gateway typing

itewlokar
Level 1
Level 1

Hello,

 

I use Cisco AnyConnect to connect with a few outside networks.

Normally the Cisco client looks like this:

screen.PNG

And I can type in any gateway and connect right away.

Recently I got a new customer connection that is stored in the form of an XML file in the

"C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile" folder.

And because of this one profile being there the window in the cisco client, where I normally type in the gateways, becomes greyed out.

 

Is it possible to override this (maybe some file editing, or registry editing) so that I can have both?

- the profile on the dropdown list from the "Profile" folder

- the ability to type in gateways manually at will for her connections

 

Best regards.

2 Accepted Solutions

Accepted Solutions

Bogdan Nita
VIP Alumni
VIP Alumni

I am guessing the xml you have just downloaded has allow manual host input disabled.

https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect40/administration/guide/b_AnyConnect_Administrator_Guide_4-0/anyconnect-profile-editor.html

 

The simplest thing you can do is delete the xml and restart the anyconnect, but next time you connect to the same ASA the xml will be downloaded again.

You could also modify the xml in any text editor.

Cisco also provides a tool called VPN Profile editor for offline editing, or if you have access to the ASA you could use ASDM.

 

HTH

Bogdan

View solution in original post

That did the trick!

I edited the profile XML file and changed

<AllowManualHostInput>false</AllowManualHostInput>

to

<AllowManualHostInput>true</AllowManualHostInput>

 

Works like a charm.

 

Thank you very much Bogdan!

View solution in original post

2 Replies 2

Bogdan Nita
VIP Alumni
VIP Alumni

I am guessing the xml you have just downloaded has allow manual host input disabled.

https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect40/administration/guide/b_AnyConnect_Administrator_Guide_4-0/anyconnect-profile-editor.html

 

The simplest thing you can do is delete the xml and restart the anyconnect, but next time you connect to the same ASA the xml will be downloaded again.

You could also modify the xml in any text editor.

Cisco also provides a tool called VPN Profile editor for offline editing, or if you have access to the ASA you could use ASDM.

 

HTH

Bogdan

That did the trick!

I edited the profile XML file and changed

<AllowManualHostInput>false</AllowManualHostInput>

to

<AllowManualHostInput>true</AllowManualHostInput>

 

Works like a charm.

 

Thank you very much Bogdan!