08 2017 档案

摘要:启动xrdp#/etc/xrdp/xrdp.sh start ?重启xrdp #/etc/xrdp/xrdp.sh restart 关闭防火墙,或者打开防火墙3389端口# systemctl stop firewalld.service# systemctl disable firewalld.s 阅读全文
posted @ 2017-08-18 18:34 道汉 阅读(18790) 评论(0) 推荐(0)
摘要:[root@localhost ~]# xfreerdp 192.168.1.107 -u username --sec nlaconnected to 192.168.1.107:3389Password: SSL_read: Failure in SSL library (protocol er 阅读全文
posted @ 2017-08-18 18:18 道汉 阅读(3700) 评论(0) 推荐(0)
摘要:[root@localhost ~]# /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT[root@localhost ~]# /etc/rc.d/init.d/iptables savebash: /etc/rc.d/init.d/ipta 阅读全文
posted @ 2017-08-13 22:47 道汉 阅读(751) 评论(1) 推荐(0)
摘要:IP地址已经修改过来,与宿主机在一个网段(Bridge模式)。但是,MySQL无法连接上。 [root@localhost ~]# mysqlERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/li 阅读全文
posted @ 2017-08-13 22:04 道汉 阅读(1860) 评论(0) 推荐(0)
摘要:选择文件--打开。默认只显示.vmx后缀的文件,选择它,打开 如果选择新建虚拟机,会提示 “指定的文件不是虚拟磁盘”。 百度上有个人遇到同样的 问题。 https://zhidao.baidu.com/question/1895733273239091420.html “我也遇到这种情况了后面看了一 阅读全文
posted @ 2017-08-12 21:34 道汉 阅读(1151) 评论(0) 推荐(0)
摘要:复制过来的虚拟机,可以看到没有IP地址了,MAC也可能是被复制过来的。 [root@localhost ~]# ifconfig -aens33: flags=4098<BROADCAST,MULTICAST> mtu 1500 ether 00:0c:29:f1:8b:eb txqueuelen 阅读全文
posted @ 2017-08-12 21:31 道汉 阅读(1641) 评论(0) 推荐(0)