IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    Fortigate 手记

    泠泫凝发表于 2024-05-05 07:04:42
    love 0

    Fortigate 日常操作手记。

    版本和环境提示

    如无特殊说明,本文中全部操作均基于Fortigate 50E、FortiOS v6.2.16 build1392 (GA)。

    自定义NTP服务器

    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    config system ntp
    # 开启同步
    set ntpsync enable
    # 自定义服务器
    set type custom
    # 同步时长为5分钟
    set syncinterval 5
    config ntpserver
    edit 1
    set server "ntp.tencent.com"
    next
    end
    # 配置设备为本地NTP服务器
    set server-mode enable
    # 侦听端口
    set interface "fortilink"
    end

    升级时开启debug模式

    1
    2
    3
    diagnose autoupdate downgrade enable
    diagnose debug application update -1
    diagnose debug enable

    上述命令包含允许自动升级和降级、开启debug信息。



沪ICP备19023445号-2号
友情链接