ifconfig

  • 全てのNICを確認
ifconfig
  • eth0のみ確認
ifconfig eth0
  • eth0を停止
ifconfig eth0 down
  • eth0を開始
ifconfig eth0 up
  • IPを変更
ifconfig eth0 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255
  • バーチャルNICを設定
ifconfig eth0:0 192.168.1.2 netmask 255.255.255.0 broadcast 192.168.1.255

cf. ip