/etc/syscomfig/里面沒有network-scripts
find也沒有搜到network-scrupts
唯一的一個
/etc/network/interface里面有如下內容
root@Storage:/etc/network# cat network
cat: can't open 'network': No such file or directory
root@Storage:/etc/network# cat interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static address 172.16.84.231 netmask 255.255.255.0 network 172.16.84.0 gateway
auto eth1
iface eth1 inet static address 192.168.2.108 netmask 255.255.255.0 network 192.168.2.0 gateway
auto eth2
iface eth2 inet static address 192.168.3.108 netmask 255.255.255.0 network 192.168.3.0 gateway
auto eth3
iface eth3 inet static address 50.80.7.132 netmask 255.255.255.128 network 50.80.7.128 gateway 50.80.7.129
root@Storage:/etc/network# 求大神指點!!!
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/42925.html
標籤:專題技術討論區
上一篇:uboot怎么設定內核的啟動地址
