MacBook process to add new VPN entry:
cd /opt/cisco/anyconnect/profile
sudo cp clientprofile_old.xml clientprofile_new.xml
sudo vi clientprofile_new.xml
Update hostname and hostaddress
Ex:
<ServerList>
<HostEntry>
<HostName>NEW</HostName>
<HostAddress>127.0.0.1</HostAddress>
</HostEntry>
</ServerList>
Few mac tools for easy connect Virtual Machines:
https://mobaxterm.mobatek.net/
https://apps.apple.com/us/app/zen-term-lite-ssh-client/id1422475219?mt=12
Reference:
https://documentation.meraki.com/MX/AnyConnect_on_the_MX_Appliance/Client_deployment
No comments:
Post a Comment
I'm certainly not an expert, but I'll try my hardest to explain what I do know and research what I don't know.