導航:首頁 > 網路問題 > centos7網路不通怎麼解決

centos7網路不通怎麼解決

發布時間:2022-11-02 19:28:03

⑴ centos7ping 不通網關和外網

有IP自動獲取方式試試,如果自動獲取能通,輸入
ifconfig
把自動獲取的ip和dns填靜態的試試。
可能是dns的問題。

⑵ VMware虛擬機下的CentOS7網路配置(主機無線上網)

首次使用CentOS7系統,在做網路配置時遇到不少問題。特寫此博客,記錄問題的解決方法,歡迎各位大佬指正。

一、虛擬機設置

VMware界面最上面,選擇虛擬機->設置:將網路連接改為橋接模式,如下圖所示:

二、查看主機DNS地址

win+R 輸入cmd,啟動命令行界面,輸入ipconfig/all,查看主機DNS伺服器地址,如下圖所示:

注意,由於本機是無線上網,此處為無線區域網的DNS伺服器地址,記下此地址,後面有用。

三、修改CentOS7網路配置文件

1.在CentOS7中打開終端,輸入 cd /etc/sysconfig/network-scripts/

2.輸入 vi ifcfg-ens33 打開網路配置文件ifcfg-ens33,如下圖所示:

3.修改 ONBOOT=yes 並增添 DNS1=192.168.31.1,此DNS地址設為本機的DNS地址(之前記下的地址)

輸入Esc :wq!退出,如下圖所示:

注意,如果用戶許可權不夠,則在保存時會提示錯誤,建議登陸root賬戶。

4.輸入 systemctl restart network 重啟網路,沒有提示任何信息,則表示網路重啟成功,如下圖所示:

到此,全部設置完成,打開瀏覽器就可以上網了。

⑶ vmware 下安裝centos7.0 的網路老是不通。

首先確保虛擬機網卡正常激活!
如果虛擬機網路適配器設置為NAT模式,確保主機上VMware NAT service服務啟動,同時VMware DHCP service服務啟動!
如果虛擬機設置為橋接模式,確定是否勾選了復制物理網路適配器狀態選項(建議去掉此項勾選)!
同時建議vi /etc/sysconfig/network-scripts/ifcfg-eth0或相關ethxxx
確定下ONBOOT=yes也就是讓網卡啟動起來。

⑷ CentOS7網路設置修復

伺服器有兩個網卡enp7s0和enp8s0    

伺服器需要通過enp8s0和互聯網聯通,互聯網為筆記本轉接

通過centos7界面修改ip,失敗;

通過centos7的網路配置文件/etc/sysconfig/network-scripts/ifcfg-enp8s0修改ip設置

設置如下:

1.啟動 service network start 報錯,通過journalctl -xe查看如下

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit fprintd.service has begun starting up.

12月 29 19:31:12 crrchost dbus-daemon[851]: dbus[851]: [system] Successfully activated service 'net.reactivated.Fprint'

12月 29 19:31:12 crrchost dbus[851]: [system] Successfully activated service 'net.reactivated.Fprint'

12月 29 19:31:12 crrchost systemd[1]: Started Fingerprint Authentication Daemon.

-- Subject: Unit fprintd.service has finished start-up

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit fprintd.service has finished starting up.

--

-- The start-up result is done.

12月 29 19:31:12 crrchost fprintd[6685]: Launching FprintObject

12月 29 19:31:12 crrchost fprintd[6685]: ** Message: D-Bus service launched with name: net.reactivated.Fprint

12月 29 19:31:12 crrchost fprintd[6685]: ** Message: entering main loop

12月 29 19:31:18 crrchost polkitd[835]: Operator of unix-session:1 successfully authenticated as unix-user:windfarm to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus

12月 29 19:31:18 crrchost systemd[1]: Starting LSB: Bring up/down networking...

-- Subject: Unit network.service has begun start-up

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit network.service has begun starting up.

12月 29 19:31:18 crrchost network[6693]: 正在打開環回介面: [  確定  ]

12月 29 19:31:18 crrchost network[6693]: 正在打開介面 enp7s0:

12月 29 19:31:24 crrchost network[6693]: 正在確定 enp7s0 的 IP 信息...失敗:不存在鏈接。檢查電纜?

12月 29 19:31:24 crrchost network[6693]: [失敗]

12月 29 19:31:24 crrchost network[6693]: 正在打開介面 enp8s0: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: [  確定  ]

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost network[6693]: RTNETLINK answers: File exists

12月 29 19:31:25 crrchost systemd[1]: network.service: control process exited, code=exited status=1

12月 29 19:31:25 crrchost systemd[1]: Failed to start LSB: Bring up/down networking.

-- Subject: Unit network.service has failed

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit network.service has failed.

--

-- The result is failed.

12月 29 19:31:25 crrchost systemd[1]: Unit network.service entered failed state.

12月 29 19:31:25 crrchost systemd[1]: network.service failed.

12月 29 19:31:25 crrchost polkitd[835]: Unregistered Authentication Agent for unix-process:6669:319312 (system bus name :1.263, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale zh_CN.UTF-8) (d

3.systemctl status network.service查看如下:

● network.service - LSB: Bring up/down networking

  Loaded: loaded (/etc/rc.d/init.d/network; bad; vendor preset: disabled)

  Active: failed (Result: exit-code) since 六 2018-12-29 18:38:17 CST; 1min 24s ago

    Docs: man:systemd-sysv-generator(8)

  Process: 909 ExecStart=/etc/rc.d/init.d/network start (code=exited, status=1/FAILURE)

12月 29 18:38:06 crrchost systemd[1]: Starting LSB: Bring up/down networking...

12月 29 18:38:06 crrchost network[909]: 正在打開環回介面: [  確定  ]

12月 29 18:38:06 crrchost network[909]: 正在打開介面 enp7s0:

12月 29 18:38:12 crrchost network[909]: 正在確定 enp7s0 的 IP 信息...失敗:…?

12月 29 18:38:12 crrchost network[909]: [失敗]

12月 29 18:38:17 crrchost network[909]: 正在打開介面 enp8s0: [  確定  ]

12月 29 18:38:17 crrchost systemd[1]: network.service: control process exi...=1

12月 29 18:38:17 crrchost systemd[1]: Failed to start LSB: Bring up/down n...g.

12月 29 18:38:17 crrchost systemd[1]: Unit network.service entered failed ...e.

12月 29 18:38:17 crrchost systemd[1]: network.service failed.

Hint: Some lines were ellipsized, use -l to show in full.

1.參考網路方法停用NetworkManager,依舊報錯

     systemctl stop NetworkManager

    systemctl disable NetworkManager

2.比對兩個網卡的MAC地址和配置文件的MAC地址

    a.查看mac地址配置,ipconfig

    b.查看配置文件中的macd地址是否匹配,ifcfg-enp8s0和ifcfg-enp7s0,

       按照網路方法增加一行HWADDR=ipconfig查詢到的對應網卡MAC地址;

    c.重啟network服務依舊報錯;

3.通過GUI界面查看網路,提示「系統的網路服務與此版本的網路管理器不兼容」

    這與之前停掉NetworkManager有關,此處不表;

4.因為ifcfg-enp7s0實際上沒有插網線,修正其配置文件如下:

    ONBOOT=no

    重新啟動服務後網路正常;

5.檢查網路

1.network 和NetworkManager不同,通過界面和通過配置文件,可能會導致配置混亂,且NetworkManager有些程序不支持,需要停用;

2.BOOTPROTO=none 雖然可以表示靜態ip,但是如果要啟用,必須設置其為

BOOTPROTO=static 或BOOTPROTO=dhcp

3.一個網卡沒喲被啟用,也就是沒有設置動態ip或靜態ip,是無法被初始化的,不能設置ONBOOT=yes

In Centos7.0 disabling NetworkManager will leave a dhcp client running configured for NetworkManager. This causes the error message RTNETLINK answers: File exists when the network service is started.

The stale dhclient process has the additional "benefit" that when the lease expires your dhclientwill choke, since it cannot reach NetWorkManager, thus removing your IP address.

If you grep for it, you will see that it points to a NetWorkManager configuration file.

[root@host ~]# ps -ef | grep dhc

root      1865  792  0 Apr28 ?        00:00:00 /sbin/dhclient -d -sf \

/usr/libexec/nm-dhcp-helper -pf /var/run/dhclient-eno1.pid -lf\

/var/lib/NetworkManager/dhclient-c96e56d3-a4c9-4a87-85ca-93dc0ca268f2-eno1.lease\

-cf /var/lib/NetworkManager/dhclient-eno1.conf eno1

So what you can do is kill the dhclient and only then start your network service.

⑸ centos7 ping不通

出現這種現象,有可能是多方面的原因,
1、用尋線儀器檢查網線是否無故障
2、更換新網卡,再次嘗試
3、檢查網卡驅動
4、查看centos這台機器是否可以直接上網,或許交換機設置了禁ping
5、如果這台電腦以前都可以正常使用,好好想想,最近這幾天自己做了什麼操作,修改了哪些軟體上的設置,都改回來試試。

⑹ centos7網路在系統重啟後那幾秒是正常的,重啟完成就不通了

網路在系統重啟後幾秒是正常的,重啟完成就不通了。因為在重啟的過程中,需要對網路進行重新設置。

⑺ Centos7安裝後無法聯網顯示Server not found怎麼

首先進入目錄:/etc/sysconfig/network-scripts/

然後編輯 ifcfg-ens33。此時注意是否有編輯許可權,可以su進入root用戶,使用chmod 777 ifcfg-ens33賦予文件全部讀寫許可權,然後vim ifcfg-ens33,輸入命令i進入編輯模式,將ONBOOT=no 改成ONBOOT= yes

按esc進入命令模式,輸入:wq! 保存並退出,再重啟一下network:service network restart

之後就可以上網了。

⑻ centos7連不上網,然後輸入Is/etc/sysconfig/network-scripts說

摘要 你好,很高興為你解答,你的問題描述不清楚,可以再說一遍你的問題嗎?

閱讀全文

與centos7網路不通怎麼解決相關的資料

熱點內容
公共網路延時特別高怎麼辦 瀏覽:541
日本蘋果4網路設置 瀏覽:724
天童美語網路上課軟體 瀏覽:254
網路合夥人如何找 瀏覽:169
帶無線路由器網路信號弱 瀏覽:384
如何用電話知道對方網路密碼 瀏覽:118
九江公安局網路安全支隊 瀏覽:994
無線網路連接密碼錯誤 瀏覽:428
隨身wifi沒有網路怎麼用 瀏覽:36
如何切換至廣電網路信號 瀏覽:314
網路收款助手在哪裡 瀏覽:300
移動網路設置接哪個位置 瀏覽:20
網路安全宣傳語錄簡短 瀏覽:310
網路上虛擬視頻用哪一個軟體 瀏覽:464
蘋果xsmax網路天線在哪裡 瀏覽:692
移動網路無法使用電信dns解析 瀏覽:663
4g網路如何解析信號 瀏覽:137
移動的網路台式電腦掉線 瀏覽:952
注冊微信網路打不開什麼原因 瀏覽:544
王者榮耀手機網路模式怎麼設置 瀏覽:362

友情鏈接