UNIX ネットワーク設定

IPエイリアス debian

  • /etc/network/interfacesを書き換える。
  • eth0(192.168.0.2)にeth0:0(192.168.0.3)を追加する場合、以下。
 auto eth0
 iface eth0 inet static
    address 192.168.0.2
    netmask 255.255.255.0
    gateway 192.168.0.1
 
 auto eth0:0
 iface eth0:0 inet static
    address 192.168.0.3
    netmask 255.255.255.0
    gateway 192.168.0.1

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS