跳到主要內容

發表文章

目前顯示的是有「Fortigate」標籤的文章

Fortigate手冊錯誤

拿到申請Hinet資安艦隊2.0的贈品 Fortigate 60B,要設定多組IP,出現錯誤訊息:IP addresses cannot be part of the same subnet. 意思是說多組IP不能在同一個網段。 找了最新版3.0 MR7的管理手冊寫必須用CLI command啟用同網段多IP功能: #config system global (global)# set allow-interface-subnet-overlap enable (global)#end 但是卻一直出現 Command fail. Return code -61 找到3.0 MR7的CLI手冊才知道,這個指令已經廢了,改成: #config system settings (settings)#set allow-subnet-overlap enable (settings)#end Fortinet得多加油,官方管理手冊這樣就遜掉了呀...