我電腦是無線網絡卡上網,因此選擇broadcom 802.11n network
如果是有線網絡卡,選擇realtek pcie controller。如下圖所示
修改前
type
=ethernet
proxy_method
=none
browser_only
=nobootproto
=dhcp
defroute
=yes
ipv4_failure_fatal
=yes
ipv6init
=yes
ipv6_autoconf
=yes
ipv6_defroute
=yes
ipv6_failure_fatal
=noipv6_addr_gen_mode
=stable-privacy
name
=ens33
uuid
=1c62fd6e-16fe-4bf3-9c88-2f5821ae84d6
device
=ens33
onboot
=yes
ipv6_privacy
="no"
hwaddr
=00:0c:29:89:60:08
nm_controlled
=yes
修改後
type
=ethernet
proxy_method
=none
browser_only
=nobootproto
=static
defroute
=yes
ipv4_failure_fatal
=yes
ipv6init
=yes
ipv6_autoconf
=yes
ipv6_defroute
=yes
ipv6_failure_fatal
=noipv6_addr_gen_mode
=stable-privacy
name
=ens33
uuid
=1c62fd6e-16fe-4bf3-9c88-2f5821ae84d6
device
=ens33
onboot
=yes
ipv6_privacy
="no"
hwaddr
=00:0c:29:89:60:08
nm_controlled
=yes
ipaddr
=192.168.1.103
netmask
=255.255.255.0
gateway
=192.168.1.1
dns1
=192.168.1.1
dns2
=218.85.157.99
最簡潔配置
如果重啟失敗,解決方案如下:
service networkmanager stop
chkconfig networkmanager off
service network restart
vim /ect/selinux/config
設定selinux=disabled
經過這四步設定後,centos7系統就可以正常上網。
centos7設定中文
檢視系統是否安裝中文語言包 列出所有可用的公共語言環境的名稱,包含有zh cn locale a grep zh cn 沒有輸出,說明沒有安裝,輸入下面的命令安裝 yum groupinstall fonts y安裝完成,檢視安了哪些中文語言包 locale a grep zh cn zh cn z...
CentOS 7常用設定
設定hostname hostnamectl set hostnamemyname 查詢開機啟動模式 systemctl get default graphical.target代表開機時啟 形化介面 multi user.target代表開機時啟動dos介面 設定開機啟 形介面 systemctl...
CentOS7 基礎設定
近期學完了嵩天老師的python入門公開課,並完成了相關的案例學習。於是計畫找一些專案來練練手。正好聽聞目前的公司之前有考慮過建立erp,但是出於其他原因一直沒有實施。而我所在的部門可以說是公司各類資料的中樞,因此如果在我所在的部門通過測驗,也就可以更好的推廣至全公司。可以提高很多辦公效率。正好公司...