系统环境:
[root@localhost ~]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@linuxidc ~]# rpm -q centos-release
centos-release-7-2.1511.el7.centos.2.10.x86_64
内核版本:
[root@linuxidc ~]# cat /proc/version
Linux version 3.10.0-327.18.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red H
[root@linuxidc ~]# uname -a
Linux linuxidc 3.10.0-327.18.2.el7.x86_64 #1 SMP Thu May 12 11:03:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
编辑网卡配置文件:
vi /etc/sysconfig/network-scripts/ifcfg-eno16777736
进入配置文件后将ONBOOT=NO修改为yes;然后wq保存并退出。
重启网络服务:systemctl restart network
使用ip add命令查看网卡是否已被分配IP地址
测试网络是否正常:(ping 命令)
ping www.baidu.com
至此,你就可以使用CRT或者Xshell对此机器进行远程操作啦。
转载于:https://blog.51cto.com/13233089/2126036