LINUX6.5 同一網路卡多個配置檔案時的使用順序及格式要求
先寫結果:
1.驗證ifcfg-eth2與ifcfg-eth2bak這種格式的,service network restart 時會讀取這種配置檔案
如果改為mv ifcfg-eth2bak ifcfg-eth3.bak,則不會被讀取。
2.驗證了檔名的使用順序,兩個配置檔案對應同一網路卡時,以最早使用的配置檔案的為準。
##########################################測試過程:
1.驗證ifcfg-eth2與ifcfg-eth2bak這種格式的,service network restart 時會讀取這種配置檔案
如果改為mv ifcfg-eth2bak ifcfg-eth3.bak,則不會被讀取。
[root@bys1 network-scripts]# mv ifcfg-eth3 ifcfg-eth3bak
[root@bys1 network-scripts]# mv ifcfg-eth2bak ifcfg-eth2.bak
[root@bys1 network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth3bak:
Determining IP information for eth3...^C
---改為ifcfg-eth3.bak,不會使用[root@bys1 network-scripts]# mv ifcfg-eth3bak ifcfg-eth3.bak
[root@bys1 network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
----改回去 ifcfg-eth3bak驗證會使用[root@bys1 network-scripts]# mv ifcfg-eth3.bak ifcfg-eth3bak
[root@bys1 network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth3bak: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth3bak:
Determining IP information for eth3...^C
####################################
2.測試同一網路卡,不同配置檔名時的使用順序及對應IP生效情況
驗證了檔名的使用順序,兩個配置檔案對應同一網路卡時,以最早使用的配置檔案的為準。
配置檔案情況
[root@bys1 network-scripts]# cat ifcfg-eth1
# Intel Corporation 82540EM Gigabit Ethernet Controller
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
HWADDR=08:00:27:A0:5F:E7
NETMASK=255.255.255.0
IPADDR=192.168.10.1
[root@bys1 network-scripts]# cat ifcfg-eth1bak
# Intel Corporation 82540EM Gigabit Ethernet Controller
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
HWADDR=08:00:27:A0:5F:E7
NETMASK=255.255.255.0
IPADDR=192.168.11.1
---實驗1;將IP192.168.10.1對應的配置檔案先讀取,後續eth1bak配置檔案不會影響。[root@bys1 network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth1: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1: [ OK ]
Bringing up interface eth1bak: [ OK ]
[root@bys1 network-scripts]# ifconfig
eth1 Link encap:Ethernet HWaddr 08:00:27:A0:5F:E7
inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:104 errors:0 dropped:0 overruns:0 frame:0
TX packets:35 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15754 (15.3 KiB) TX bytes:5698 (5.5 KiB)
--實驗2:將IP192.168.11.1對應的配置檔案先讀取,會使用此配置檔案的資訊。
[root@bys1 network-scripts]# mv ifcfg-eth1 ifcfg-eth1b
[root@bys1 network-scripts]# mv ifcfg-eth1bak ifcfg-eth1a
[root@bys1 network-scripts]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down interface eth1a: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Bringing up interface eth1a: [ OK ]
Bringing up interface eth1b: [ OK ]
[root@bys1 network-scripts]# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 08:00:27:A0:5F:E7
inet addr:192.168.11.1 Bcast:192.168.11.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:136 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:19100 (18.6 KiB) TX bytes:9287 (9.0 KiB)
相關文章
- struts檔案配置順序
- Linux啟動時讀取配置檔案的順序Linux
- SpringBoot配置檔案優先順序載入順序Spring Boot
- 臨時檔案的順序和絕對檔案號
- oracle啟動例項時使用引數檔案的順序Oracle
- web.xml 檔案 配置載入順序WebXML
- [springboot]配置檔案載入順序Spring Boot
- oracle網路配置:三個配置檔案Oracle
- Mysql關於my.cnf引數檔案的讀取順序及各項配置的覆蓋優先順序MySql
- gulp打包js/css時合併成一個檔案時的順序解決JSCSS
- 同一個元素中有多個class,優先順序
- SpringBoot配置檔案使用yml格式時報錯,使用properties格式時正常Spring Boot
- mybatis配置檔案(其中,注意節點先後順序)MyBatis
- 一款免費使用的PDF檔案批次合併工具,可操作pdf檔案順序,按順序合併pdf檔案。
- 一款免費使用的PDF檔案批量合併工具,可操作pdf檔案順序,按順序合併pdf檔案。
- linux下系統啟動時,幾個配置檔案 /etc/profile、~/.bash_profile 等幾個檔案的執行過程,先後順序Linux
- MySQL讀取配置檔案的順序、啟動方式、啟動原理MySql
- Spring Boot、Nacos配置檔案properties、yml、yaml的優先順序Spring BootYAML
- ThinkPHP多應用/專案配置技巧(使用同一配置檔案)–(十六)PHP
- win10怎麼在同一網路下共享檔案_win10同一網路下如何共享檔案Win10
- oracle的網路配置檔案(轉)Oracle
- Flask——配置格式及使用Flask
- 【PB】事件的觸發時機及先後順序事件
- C++ 標頭檔案的包含順序研究C++
- python運算子及優先順序順序Python
- Linux系統常見的日誌檔案及優先順序別!Linux
- Oracleasm下載地址、安裝順序及配置命令OracleASM
- 大型專案開發: 標頭檔案順序
- 簽署Java檔案的要求及過程Java
- 檔案五重加密!Sophos首次發現三種勒索軟體同時攻擊同一個網路加密
- 使用者系列之六:多使用者使用同一個配置檔案之實戰篇
- NTP時間伺服器優先順序配置伺服器
- Nginx配置檔案的語法格式Nginx
- 【STARTUP】Oracle資料庫啟動過程中引數檔案的使用的順序及注意事項Oracle資料庫
- 如何修改geditor的配置檔案 -好像geditor沒有文字格式的配置檔案? 要使用dconf-editor來配置- geditor自己配置編碼格式...
- 配置歸檔位置和檔案格式
- conda的配置檔案.condarc頻道優先順序和定義頻道
- WordPress工作原理之程式檔案執行順序