CentOS內外網互調

來源:互聯網
上載者:User

標籤:mac   內外網互調   70檔案   vmware   centos7   

大家好:

    VMware裡CentOS7.0複製時出現網卡錯亂的解決辦法,我這裡給大家整理了一下,順便附上幾張,供大家參考;後面介紹CentOS7之前版本的解決辦法;


一、CentOS 7 安裝一台後,後續經複製產生的虛擬機器會出現網卡錯亂的問題。

    此問題經查是因為 CentOS 7 的網路設定是由 NetworkManager 及 systemd 聯合造成的。

    ①安裝完一台CentOS7,正常配置完ip之後,先運行 nmtui 選擇編輯串連,然後在第二個介面內將所有串連刪除,然後退出。

運行nmtui之後會出現如下介面:

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

選擇“Edit a connect”之後會看到存在的所有串連,“Delete”刪除所有的串連之後退出(quit);

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

這裡的nmtui我的理解跟之前版本的setup差不多,提供一個可互動的介面進行編輯設定,跟直接在命令列操作只是殊途同歸;

比如你在這裡編輯ens160,點ok之後,系統會自動把你更改的內容寫到ifcfg-ens160設定檔裡。

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

②之後再執行下面三個步驟。

1.systemctl stop NetworkManager                #停止NetworkManager 服務進程
2.systemctl disable NetworkManager            #將NetworkManager 進程開機禁啟動
3.yum –y erase NetwokManager*                   #直接刪除NetworkManager 相關軟體包(個人覺的執行到第2步就可以了,沒實際測試)

   刪除完成,關機即可。關機的時候建議用init 0,這樣再複製出來的機器直接按鍵盤上下鍵就能找到之前輸入的命令,節約時間;

                                                               

③之後 clone 的機器正常編輯 ifcfg-* 檔案即可,建議將檔案中 UUID 等刪除。

刪除不必要的配置,保留6-7行即可。

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

編輯完成,之後重啟網卡;centos7重啟網卡的命令均可用:

systemctl restart network

service network restart

/etc/init.d/network restart

ifup/ifdown 

二、ifconfig的安裝與網卡配置

   ① CentOS7.0預設迷你安裝出來的機器沒有ifconfig命令,是因為沒有安裝相關軟體包,需要安裝net-tools;

如果忘記的話,可以先yum查一下ifconfig命令在哪個軟體包裡,然後安裝該軟體包即可;

安裝之前需要聯外網,如果不嫌麻煩也可自己手動設定yum源,從系統硬碟安裝;

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

 ②內外網網卡名對調

   在這裡不禁用NetworkManager 進程,在網卡設定檔裡多加入一行DEVICE=xxx,然後根據mac調整設定裡的vlan;

比如現在ens160對應外網,ens192對應內網,外網能通:

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

網卡設定檔如下:

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

現在把ifcfg-ens160檔案裡的ip改為內網,ifcfg-ens192檔案裡的ip改為外網,然後把設定裡的vlan對調;

改完之後如下,ens192成了外網,且能通外網;

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

以上操作的關鍵是加DEVICE這行和對調雲主機設定裡的vlan,對調的原則就是外網vlan對應外網mac地址,內網vlan對應內網mac地址--外對外,內對內;

三、CentOS6.x版本無需重啟機器對調內外網;

在CentOS6.x版本大家之前都是用刪除udev下的70檔案,然後重啟機器來對調內外網網卡,另外還有一個辦法無需重啟機器,只需要修改70檔案,然後重新載入下網卡模組即可;

  1. 修改70檔案裡的網卡名,修改的原則還是外對外,內對內

650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" width="554" height="203" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />

  1. modprobe –rv e1000    #卸載e1000網卡模組

  2. modprobe –v e1000  #重新載入e1000網卡模組

以上僅供大家參考,發現問題隨時提出,謝謝。

以上僅供大家參考,發現問題隨時提出,謝謝。


本文出自 “Jx_戰壕linux” 部落格,請務必保留此出處http://xujunxian.blog.51cto.com/8614409/1649898

CentOS內外網互調

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.