ubuntu unable to connect to rdp server

今天早上开机,远程连接win,提示unable to connect to rdp server,昨天还好好的,怎么今天突然不行了,telnet win 的3389端口,是通的,用remina remote desktop client 连接其它的win 也正常

用其它的连接在ubuntu下不能连接的win,也正常,看来是ubuntu配置问题,google下,终于找到解决方法

vim ~/.freerdp/known_hosts

删除不能连接的win的信息,重新连接即可

时间: 2024-10-07 15:27:17

ubuntu unable to connect to rdp server的相关文章

Unable to connect to CUPS server localhost:631

Q1:启动samba时,在日志上提示: tail -f /var/log/samba/log.smbd Unable to connect to CUPS server localhost:631 解决办法:在smb.conf中修改print字段 load printers = no printing = bsd printcap name = /dev/null disable spoolss = yes Q2:配置好samba之后,文件夹中包含有中文时,在bsd下文件列表为空,linux和w

CentOS7图形界面启动报错unable to connect to X server

以前还可以正常启动图形界面,这次启动失败,报错unable to connect to X server 使用的是oracle用户,因为我是在oracle用户下创建的oracle数据库等 解决办法: 在/var/run/console/下touch oracle生成oracle文件,重新startx启动就可以了

org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within

org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 5000 org.I0Itec.zkclient.ZkClient.connect(ZkClient.java:876) org.I0Itec.zkclient.ZkClient.<init>(ZkClient.java:98) org.I0Itec.zkclient.ZkClient.&

Caused by: org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 5000

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'brandController' defined in file [G:\idjavacode\pygqingmu2parent\pyg_qingmu2_web_manager\target\pyg_qingmu2_web_manager-1.0-SNAPSHOT\WEB-INF\classes\com\qingmu2\c

SSMS 远程连接SERVER 设置 - Unable to connect to SQL Server instance remotely

问题描述: 新装了一台SERVER,在SERVER本地打开SSMS链接sever,一且正常.但是用我自己local去链接的时候出现以下错误. A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name

解决安装samba服务器,在var/log/messages中Unable to connect to CUPS server localhost:631 - Connection refused

解决办法: 配置/etc/samba/smb.conf文件 [global] workgroup = WORKGROUP server string = Samba Server Version %v netbios name = SambaServer log file = /var/log/samba/%m.log max log size = 50 security = user load printers = no printcap name = /dev/null [hhly238]

kafka 单机测试 异常:ExceptiException in thread &quot;main&quot; org.I0Itec.zkclient.exception.ZkTimeoutException: Unable to connect to zookeeper server within timeout: 6000

遇到这个问题三天了,在网上搜索了很多文章都说把时间调大,不过对于我来说没有什么用处.今天在解决另一个问题顺便解决了这个问题,给以后遇到此问题的同学做一个参考. 解决办法:1.关闭Linux防火墙 2.或者让2181端口通过防火墙.命令:iptables -I INPUT -p tcp --dport 2181 -j ACCEPT

zookeeper超时:Unable to connect to zookeeper server within timeout: 5000

解决措施: 1:检查 提供方和消费方的address是否正确 <dubbo:application name="dubboxdemo-servive"/> <dubbo:registry address="zookeeper://192.168.25.130:2181"/> <dubbo:annotation package="com.itcast.service.impl" /> 2:查看linux中是否允许

Unable to connect to zookeeper server wothin timeour:5000

原因:当时楼主自己编码过程中,水杯掉落 扎了一下电脑 结果电脑花屏重启 之后虚拟机的ip地址就变化 解决: 重新设置一下虚拟机的网卡id地址,我当时用的是 eth4 的网卡 ,当我取设置的时候 发现虚拟机使用一个新增的eth5网卡,重新设置一下id地址 为项目中所需的.然后重启一下zookeeper服务 就ok了 原文地址:https://www.cnblogs.com/hzaixt/p/10740259.html