On 12/6/15 3:39 AM, Kevin Cernekee wrote: > IIRC, the ASA lets you set up URL aliases that autoselect a specific > authgroup, which is why the user is allowed to specify a full URL > instead of just a hostname. with this feature, and having something like these in profile.xml. It will be quite convenience for the user to choose the specific kind of access from the connections drop-down list. They don't need to wait for the group list to popup and choose one every time. <ServerList> <HostEntry> <HostName>Example (Forwarding)</HostName> <HostAddress>vpn.example.com</HostAddress> <UserGroup>Forwarding</UserGroup> </HostEntry> <HostEntry> <HostName>Example (Split-Tunneling)</HostName> <HostAddress>vpn.example.com</HostAddress> <UserGroup>Split-Tunneling</UserGroup> </HostEntry> </ServerList> The question is, Is there any plan for ocserv to support this feature? Frank