ifconfig – ネットワークインターフェースの設定をする
[構文] ifconfig インターフェース 引数
アクティブインターフェースの状態表示 # ifconfig | |
インターフェースを有効にする # ifconfig eth0 up | |
インターフェースを無効にする # ifconfig eth0 down | |
インターフェースのIPアドレスを変更 # ifconfig eth0 192.168.0.10 | |
インターフェースのサブネットマスクを変更 # ifconfig eth0 netmask 255.255.255.248 |