はじめまして、araminと申します。
宜しくお願い致します。
以下質問させて頂きます。
OSバージョン:3.4
起動時にインターフェースを有効にしたいのですが(固定IP)、有効になりませ
ん。
以下に設定した内容を記述します。
/etc/network/interfaces
---------------------------------
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.51
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
---------------------------------
/etc/ifstate
-----------------------
lo=lo
eth0=eth0
-----------------------
/etc/options
-----------------------
ip_forward=no
spoofprotect=yes
syncookies=no
-----------------------
/etc/sysconfig/network-scripts/ifcfg-eth0
-------------------------
DEVICE=eth0
BOOTPROTO=none
IPADDR=192.168.1.51
NETMASK=255.255.255.0
NETWORK=192.168.1.0
BROADCAST=192.168.1.255
GATEWAY=192.168.1.1
TYPE=Ethernet
ONBOOT=yes
-------------------------
起動中の表示
network device eth0 detected,dhcp broadcasting for IP (backgrounding)
尚、デスクトップ画面表示後にターミナルから
/etc.init.d/networking restart
と入力すると有効になります。
以上説明が長くなってしましましたが、ご教示の程宜しくお願い致します。
|