[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:40327] 仮想IPアドレスの設定に関して
こんにちは。濱野と申します。
Debian 3.0 r2を使用しているのですが、
仮想IPアドレスの与え方がわかりません。
どなたかお知恵をお貸しいただけませんでしょうか。
現在の設定としましては、
/etc/network/interfacesに下記のように記述してあります。
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
auto lo
iface lo inet loopback
# The first network card - this entry was created during the Debian installation
# (network, broadcast and gateway are optional)
auto eth0
iface eth0 inet static
address 192.168.0.12
netmask 255.255.255.0
gateway 192.168.0.254
auto eth0:0
iface eth0:0 inet static
address 192.168.0.14
netmask 255.255.255.0
この状態で
/etc/init.d/networking restart
を実行しますと、下記のようなメッセージが表示されてしまいます。
Reconfiguring network interfaces: SIOCSIFFLAGS: No such device
SIOCSIFADDR: No such device
SIOCSIFFLAGS: No such device
SIOCSIFNETMASK: No such device
SIOCSIFFLAGS: No such device
done.
RedHat 8で同じような設定をしたところ、
問題なく設定が有効になったのですが、
Debianではうまくいきません。
どなたかおわかりになりませんでしょうか。
よろしくお願い致します。