紅帽6/OEL6網路設定

來源:互聯網
上載者:User

標籤:linux   network   網路   網卡   

修改IP地址

[[email protected] ~]# cd /etc/sysconfig/network-scripts/

[[email protected] network-scripts]# ll ifcfg*   #切換到網卡配置目錄

-rw-r--r--. 1 root root 280 Dec 20 01:28 ifcfg-eth0   #查看配置的網卡情況,由於只配置了一塊網卡,所以只有eth0

-rw-r--r--. 1 root root 254 Apr 12  2016 ifcfg-lo   #回還測試,系統使用

[[email protected] network-scripts]# gedit ifcfg-eth0   #編輯eth0的設定檔

DEVICE=eth0     #裝置名稱

TYPE=Ethernet   #網路類型 乙太網路

UUID=849c2c0f-f685-4b85-8917-75e578d6ebc5  #HWADDR HardWare Address 硬體地址 MAC地址

ONBOOT=yes    #是否隨系統啟動

NM_CONTROLLED=yes    #是否受network程式管理

BOOTPROTO=none    #dhcp:自動擷取ip地址  none:固定的ip地址  static:固定的ip地址 

IPADDR=192.168.56.88   #IP地址

PREFIX=24    #子網路遮罩,IP地址一共32位,24代表前24位為1,相當於 255.255.255.0

GATEWAY=192.168.56.1  #網關

DEFROUTE=yes   

IPV4_FAILURE_FATAL=yes

IPV6INIT=no

NAME="System eth0"

HWADDR=00:0C:29:49:9F:0B

LAST_CONNECT=1513702340

修改儲存後重啟網路服務

[[email protected] network-scripts]# /etc/init.d/network restart

Shutting down interface eth0:  Device state: 3 (disconnected)

                                                           [  OK  ]

Shutting down loopback interface:                          [  OK  ]

Bringing up loopback interface:                            [  OK  ]

Bringing up interface eth0:  Active connection state: activated

Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/4

                                                           [  OK  ]

或者

[[email protected] network-scripts]# service network restart

更多設定可參考

https://www.cnblogs.com/picaso/archive/2012/07/02/2572888.html




紅帽6/OEL6網路設定

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.