centos7的網絡卡重新啓動方法
1、centos6的網絡卡重新啓動方法:service network restart
centos7的網絡卡重新啓動方法:systemctl restart network
2、DNS組態檔:cat /etc/resolv.conf
設定主機和IP系結資訊:cat /etc/hosts
設定主機名:cat /etc/hostname
3、可以使用nmtui文字方塊方式修改IP
4、關閉防火牆並設定開機不啓動
檢視防火牆狀態:systemctl status firewalld.service
關閉:systemctl stop firewalld
開啓:systemctl start firewalld
開機自動關閉:systemctl disable firewalld
開機自動啓動:systemctl enable firewalld
檢視開機是否啓動:chkconfig --list|grep network(RHLE6)
5、臨時和永久關閉Selinux
臨時關閉:
_getenforce Enforcing _setenforce 0 setenforce:SELinux is disabled
永久關閉:
_vim /etc/selinux/config
更多centos技術文章,請存取欄目!
以上就是centos7的網絡卡如何重新啓動的詳細內容,更多請關注php中文網其它相關文章!