FortiGateの初期設定コマンド
はじめに
こんにちは。
FortiGateを使うたび初期設定コマンドを忘れてしまう者です。
この記事では
- IPアドレスの設定
- HTTP管理画面へのアクセス設定
の2点を紹介します。
IPアドレスの設定
config system interface
# ポートの選択
edit port 1
# ポートのモードをstaticに変更
set mode static
# IPアドレスをサブネットマスクを設定
# 今回は192.168.1.254/24を設定します
set ip 192.168.1.254/255.255.255.0
HTTP管理画面の設定
config system interface
edit port 1
# 試用版ライセンスだとHTTPSが無効なのでhttpを入れる
set allowaccess ping https ssh http fgfm fabric
おわりに
config system interface
# ポートの選択
edit port 1
# ポートのモードをstaticに変更
set mode static
# IPアドレスをサブネットマスクを設定
# 今回は192.168.1.254/24を設定します
set ip 192.168.1.254/255.255.255.0
config system interface
edit port 1
# 試用版ライセンスだとHTTPSが無効なのでhttpを入れる
set allowaccess ping https ssh http fgfm fabric
おわりに
これでFortiGateのポートにLANケーブルを指せばGUI操作ができるはずです
ForiGateはGUIが充実しているのでありがたいですよね
おわり
Author And Source
この問題について(FortiGateの初期設定コマンド), 我々は、より多くの情報をここで見つけました https://qiita.com/itochun/items/b11bfc8b8e67a2c0987d著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .