Add static route in windows:
1. shows routing table
netstat -nr
2. permanent add connecting to 172.17.0.0 through 172.17.32.1 gateway with the lower priority 2
route -p add 172.17.0.0 mask 255.255.0.0 172.17.32.1 metric 2
Thursday, December 06, 2012
Monday, December 03, 2012
Error: The remote session was disconnected because there are no Remote Desktop client access licenses available for this computer. Please contact the server administrator.
remove the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing
Subscribe to:
Posts (Atom)