I am running Ubuntu 16.04 and used to connect to a remote desktop using the following command line:
rdesktop -u username -g 90% MachineName.DepartmentName.StateName.edu
of course after connecting through Cisco AnyConnect Secure Mobility Client.
However, yesterday Cisco package was updated and then suddenly the following error message is displayed after running the above command line:
ERROR: getaddrinfo: Temporary failure in name resolution
This page (Cannot connect to the internet after installing Cisco AnyConnect VPN Client) says that resolve.conf should be restored to its original version. Running the following code does not resolve the issue as it is suggested in the page:
sudo dpkg-reconfigure resolvconf
Any idea?