cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
896
Views
0
Helpful
1
Replies

Fwd Slash in AnyConnect Address and Removing Entries

CapnSunshine
Level 1
Level 1

I have added clients in my dropdown using the /Profiles XML entries to fill the dropdown, it has worked well.

 

Two questions:

 

I have one client who has a / (forward slash) name in their entry.     ie.     vpn.abc.com/defgh

How can I add the forward slash in my <HostAddress> entry?  I have tried adding the / as it appears above and also tried a %2F.

 

Also, I have a few entries showing up in my dropdown list that do not have .XML entries in the /Profiles folder. a couple are actual HTTPS addresses and one is verbiage, like 'VPN access'.  Where can I find these and delete them?

 

TIA for the assistance.

1 Reply 1

Francesco Molino
VIP Alumni
VIP Alumni

Hi

 

On your xml file, if you want to set an alias, you should use the extra tag hostname:

 

<HostEntry>
<User>username</User>
<HostName>alias name</HostName>
<HostAddress>vpn fqdn or ip address</HostAddress>
</HostEntry>

 

All profiles should have their own file or they will be configured into a file named profile.xml

 

 

 


Thanks
Francesco
PS: Please don't forget to rate and select as validated answer if this answered your question