1.启动已经新增好的设备时,提示:the virtual device got no ip address,于是在网上搜索该问题,便得到提示,先启动virtual box中的该模拟设备,于是便启动,出现了另外一个问题: 2.提示:This kernel requires an X86-64 CPU,but only detected an i686 CPU 3.出现以上问题之后,搜索得知,需要进行以下设置,但是,这个virtual box是安装在虚拟机中了,硬件加速项为置灰的,于是,我便到该虚拟…
在Linux环境下,使用Navicat连接mysql时,提示本地IP无法连接虚拟环境下的mysql,提示如下: 而导致连接错误的原因是MYSQL没有开启远程登录权限. 解决方案: 在mysql命令中执行: grant all on *.* to root@"%" identified by "你的密码"; 授权后,要执行flush privileges;来刷新MySQL的系统权限相关表,否则会出现拒绝访问,还有一种方法,就是重新启动mysql服务器,来使新设置生效.…
Wireshark设置interface 时提示“There are no interfaces on which a capture can be done ” 解决方法: 今天在电脑上安装了WIRESHARK软件,在设置interface 时提示"There are no interfaces on which a capture can be done" 提示没有任何一个网络接口准备好.此提示明显是不对的, 我的网卡明明可以正常上网,网络接口怎么会没有准备好呢? 想着应该是和…
确认当前网络配置: [root@localhost ~]# nmcli -p dev ===================== Status of devices ===================== DEVICE TYPE STATE CONNECTION ------------------------------------------------------------------ virbr0 bridge connected virbr0 eth0 ethernet conn…