1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

FortiGate トランスペアレントモード(transparent mode)への切替え

Last updated at Posted at 2021-09-10

FortiGateのサポートをおこなっておりますが、
お困りの方が多いので、ここに紹介します。

※FortiOS v6.0以上を対象。

まず、FortiGateを工場出荷状態に戻します。

※余計な設定の関連付けが多々あり、
 その関連付けをひとつひとつ外す作業を省略する意図です。

execute factoryreset

FortiGateを工場出荷状態に戻したあと、
トランスペアレントモードへの切替えは、
Fortilinkを無効化、switch-controllerを無効化する必要があります。

config system interface
(interface) # edit fortilink
(interface) # set fortilink disable
(interface) # end

config system global
(global) # set switch-controller disable
(global) # end

config system settings
(settings) # set opmode transparent
(settings) # set manageip xxx.xxx.xxx.xxx 255.255.255.0
(settings) # set gateway xxx.xxx.xxx.xxx
(settings) # end

これで、再起動が掛かり、トランスペアレントモードに切替わります。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?