Changes between Version 8 and Version 9 of TipAndDoc/network/iproute


Ignore:
Timestamp:
Jul 5, 2009 8:18:37 AM (15 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/network/iproute

    v8 v9  
    2525 = sample script = 
    2626 * source:/trunk/iproute 
    27    * setroute.sh (for Ubuntu) 
    28      * デフォルトGWの設定状況に関わりなく、ethNから入ってきたパケットはetnNから返す設定にするスクリプト 
    29      * NIC活性化時に自動で呼び出して使用 
    30      * /etc/network/interfaces にて以下のようにして使う 
     27 == setroute.sh == 
     28 * for Ubuntu 
     29 * デフォルトGWの設定状況に関わりなく、ethNから入ってきたパケットはetnNから返す設定にするスクリプト 
     30 * NIC活性化時に自動で呼び出して使用 
     31 * /etc/network/interfaces にて以下のようにして使う 
    3132{{{ 
    3233auto eth2 
     
    4142        post-down /root/setroute.sh 
    4243}}} 
    43        * 「post-up ip route del default dev eth2」については => [../defaultgw#Ubuntu] 
    44    * setroute-rhel.sh (for CentOS) 
    45      * RHEL系については、interfacesの様なNIC活性化時の自動呼び出し+デバイス名自動取得の方法が不明なので、設定するデバイス名を指定する必要がある 
    46      * ex) $ sudo /root/setroute-rhel.sh eth1 [192.168.1.254] 
     44   * 「post-up ip route del default dev eth2」については => [../defaultgw#Ubuntu] 
     45 == setroute-rhel.sh == 
     46 * for CentOS/Ubuntu 
     47 * RHEL系については、interfacesの様なNIC活性化時の自動呼び出し+デバイス名自動取得の方法が不明なので、設定するデバイス名を指定する必要がある 
     48 * ex) $ sudo /root/setroute-rhel.sh eth1 [192.168.1.254]