• 追加された行はこの色です。
  • 削除された行はこの色です。
目次~
#contents
*操作 [#jafeab29]
**接続 [#ebc2a115]
***FortiExplorer [#gb19191e]
専用のクライアントソフトを使用する接続方法。~

[[Fortinet Product Download:https://www.fortinet.com/support-and-training/support/product-downloads.html]]

-「FortiExploere」を選択~
&ref(001.jpg);

-実行環境に合わせたクライアントソフトを選択~
&ref(002.jpg);

***SSH接続 [#tdb6eeb2]
インターフェイスの管理者アクセス設定においてSSHが有効化されている場合に接続が可能。~
SSHクライアントを使用して接続する。~
(TeraTermは接続可、Poderosaでは接続不可であった)~

|接続先|インターフェイスに付与したIPアドレス|
|アカウント|admin|
|パスワード|初期設定時に指定したパスワード(デフォルトは空)|

**制御 [#a349cdfd]
***停止手順 [#xabb3c57]
コマンドラインから停止させる手順。

 # execute shutdown 
 
 This operation will shutdown the system !
 Do you want to continue? (y/n)n

***工場出荷時に戻す [#n4abcd4d]
コマンドラインから設定を初期化して工場出荷時に戻す手順。

 # execute factoryreset 
 
 This operation will reset the system to factory default!
 Do you want to continue? (y/n)y


*設定 [#c3c87634]
**システム全般 [#zc782ead]
***管理者アカウントの自動ログアウト時間の変更 [#g2a93f95]
コマンドラインから以下の操作を実行する。~

-自動ログアウト時間の変更
 # config system global
 
 (global)# set admintimeout [ログアウト時間:1〜480分]
 
 (global)# end
 
 #

**ネットワーク設定 [#heb7bc23]
***PPPoE環境における固定IPの指定 [#bcadcb9f]
FortiGate 90D(v5.2.10)ではインターネットにPPPoEで接続を行うと、FortiGateの出口アドレス(NAT先アドレス)は固定IPのネットワークアドレスが割り当てられる。~
これを任意のアドレスに変更するには、以下の設定を行う。~

-1. インターフェイスの設定画面にある「Unnumbered IP接続」に付与するアドレスを入力~

-2. 以下のコマンドを実行し、ネットワークアドレスへの上書きを抑止する~
 # config system interface
 
 (interface) # edit wan1
 
 (wan1) # set pppoe-unnumbered-negotiate disable 
 
 (wan1) # next
 
 (interface) # end


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