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
これで、再起動が掛かり、トランスペアレントモードに切替わります。