close

 

 

 

config vdom
    edit MGMT     //創建新VDOM給管理用
end

config global
config system global
    set management-vdom "MGMT"   //MGMT vdom 為 standalone-mgmt-vdom (預設為root vdom)
end

config system ha
    set standalone-mgmt-vdom enable  //standalone-mgmt-vdom不被同步設定
end

config system interface
edit mgmt1
set vdom MGMT
set ip 192.168.1.99 255.255.255.0
end

config router static
    edit 1
        set device "mgmt1"
        set gateway 192.168.1.254
    next
end
 

原廠連結: https://kb.fortinet.com/kb/documentLink.do?externalID=FD34744

 

 

arrow
arrow

    鵝 發表在 痞客邦 留言(0) 人氣()