目次
専用のクライアントソフトを使用する接続方法。

インターフェイスの管理者アクセス設定においてSSHが有効化されている場合に接続が可能。
SSHクライアントを使用して接続する。
(TeraTermは接続可、Poderosaでは接続不可であった)
| 接続先 | インターフェイスに付与したIPアドレス |
| アカウント | admin |
| パスワード | 初期設定時に指定したパスワード(デフォルトは空) |
コマンドラインから停止させる手順。
# execute shutdown This operation will shutdown the system ! Do you want to continue? (y/n)n
管理者権限のパスワードが分からなくなった場合、以下の手順にてmaintainerでログインすることが可能。
ただし、maintainerユーザ自体を無効化する設定をすることもできるため、無効化されていた場合には詰むので注意。
| User | maintainer |
| Password | bcpb【FortiGateのシリアル番号】 |
コマンドラインから設定を初期化して工場出荷時に戻す手順。
# execute factoryreset This operation will reset the system to factory default! Do you want to continue? (y/n)y
システムの負荷状況は以下のコマンドで確認できる。
diagnose sys top
Run Time: 0 days, 0 hours and 33 minutes
4U, 9N, 0S, 87I; 1839T, 1439F
netscan 304 S 10.8 0.3
httpsd 160 S 0.7 1.4
newcli 295 R 0.5 0.9
httpsd 162 S 0.3 1.4
sshd 228 S 0.3 0.6
src-vis 173 S 0.1 0.6
scanunitd 145 S < 0.0 2.0
scanunitd 144 S < 0.0 2.0
scanunitd 137 S < 0.0 1.9
pyfcgid 251 S 0.0 1.6
pyfcgid 252 S 0.0 1.5
pyfcgid 250 S 0.0 1.5
cmdbsvr 42 S 0.0 1.4
pyfcgid 248 S 0.0 1.4
ipshelper 74 S < 0.0 1.2
sslvpnd 128 S 0.0 1.2
httpsd 63 S 0.0 1.1
httpsd 159 S 0.0 1.1
forticron 72 S 0.0 0.9
miglogd 61 S 0.0 0.9Pingを実行する場合には以下のコマンドで行う。
execute ping [IPAddress]
# execute ping 192.168.1.254 PING 192.168.1.254 (192.168.1.254): 56 data bytes 64 bytes from 192.168.1.254: icmp_seq=0 ttl=64 time=9.3 ms 64 bytes from 192.168.1.254: icmp_seq=1 ttl=64 time=0.9 ms 64 bytes from 192.168.1.254: icmp_seq=2 ttl=64 time=0.9 ms 64 bytes from 192.168.1.254: icmp_seq=3 ttl=64 time=0.8 ms
コマンドラインから以下の操作を実行する。
# config system global (global)# set admintimeout [ログアウト時間:1〜480分] (global)# end #
FortiGate 90D(v5.2.10)ではインターネットにPPPoEで接続を行うと、FortiGateの出口アドレス(NAT先アドレス)は固定IPのネットワークアドレスが割り当てられる。
これを任意のアドレスに変更するには、以下の設定を行う。
# config system interface (interface) # edit wan1 (wan1) # set pppoe-unnumbered-negotiate disable (wan1) # next (interface) # end