ユーザ用ツール

サイト用ツール


mas1xx_ope:use_webui:static_route_setting:start

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

次のリビジョン
前のリビジョン
mas1xx_ope:use_webui:static_route_setting:start [2020/09/23 21:38] – 作成 adminmas1xx_ope:use_webui:static_route_setting:start [2021/12/28 11:24] (現在) サポート
行 1: 行 1:
 ====== Static Route 設定 ====== ====== Static Route 設定 ======
 +
 +\\
 +
 +左側のメニューから [Static Route 設定] をクリックします。
 +\\
 +{{:mas1xx_ope:use_webui:static_route_setting:static1.jpg?200|}}
 +
 +\\
 +
 +[Add Route]をクリックします((複数追加可能です))。
 +\\
 +{{:mas1xx_ope:use_webui:static_route_setting:static2.jpg?600|}}
 +\\
 +
 +\\
 +スタティックルートを設定します((設定が終わったら[SAVE]ボタンをクリックします。))。
 +\\
 +{{:mas1xx_ope:use_webui:static_route_setting:static3.jpg?600|}}
 +^  項目  ^  内容  ^  値  |
 +|Interface|スタティックルートを追加するインターフェイスを選択します| |
 +|Destination|宛先ネットワークのネットワークアドレスを設定します|例:192.168.0.0/24 |
 +|Gateway|ゲートウェイのアドレスを設定します|例:192.168.0.1 |
 +
 +\\
 +[即時反映]を有効にし、[適用]をクリックします。
 +\\
 +{{:mas1xx_ope:use_webui:static_route_setting:static4.jpg?600|}}
 +
 +\\
 +
 +設定したスタティックルートは[/etc/network/interfaces] に反映されます(([post-up route add...]の行が追加されます。))。
 +<file  config /etc/network/interfaces>
 +# interfaces(5) file used by ifup(8) and ifdown(8)
 +# Include files from /etc/network/interfaces.d:
 +source-directory /etc/network/interfaces.d
 +
 +auto lo
 +iface lo inet loopback
 +
 +auto eth0
 +iface eth0 inet static
 +        address 192.168.253.253
 +        netmask 255.255.255.0
 +        post-up route add -net 192.168.0.0/24 gw 192.168.253.1
 +</file>
 +
  
mas1xx_ope/use_webui/static_route_setting/start.1600864737.txt.gz · 最終更新: 2020/09/23 21:38 by admin