zoukankan      html  css  js  c++  java
  • Resetting a lost Admin password

    Resetting a lost Admin password

    来源 https://cookbook.fortinet.com/resetting-a-lost-admin-password/

    Posted on October 10, 2018

    Periodically a situation arises where the FortiGate needs to be accessed or the admin account’s password needs to be changed but no one with the existing password is available. If you have physical access to the device and a few other tools the password can be reset.

    Warning: This procedure will require the reboot of the FortiGate unit.


    Update:

    Once you have logged into your FortiGate with the maintainer account (as described below), if the FortiGate is running FortiOS 6.0.3 or later, you can enter the execute factoryreset command to return the FortiGate to its default configuration. This can be useful if you have deleted the admin administrator account.

    In newer versions of the BIOS, you can expect some changes to the behaviour of the maintainer account. These changes will include:

    • The countdown timer for how log you have to enter the credentials has increased. Starting from when the device powers up, you will have 60 seconds instead of 30.
    • Using the maintainer account and resetting a password cause a log to be created; making these actions traceable for security purposes.
    • The account will be able to reset the password for any super-admin profile user in addition to the default admin user. This takes into account the possibility that the default account has been renamed.
    • The only thing the maintainer account has permissions to do is reset the passwords of super-admin profile accounts.

    You will need:

    • Console cable
    • Terminal software such as Putty.exe (Windows) or Terminal (MacOS)
    • Serial number of the FortiGate device

    Procedure

    Step #1

    Connect the computer to the firewall via the Console port on the back of the unit.

    In most units this is done either by a Serial cable or a RJ-45 to Serial cable. There are some units that use a USB cable and FortiExplorer to connect to the console port.

    Virtual instances will not have any physical port to connect to so you will have to use the supplied VM Hosts’ console connection utility.

    Step #2

    Start your terminal software.

    Step #3

    Connect to the firewall using the following:

    Setting Value
    Speed Baud 9600
    Data Bits 8 Bit
    Parity None
    Stop Bits 1
    Flow Control No Hardware Flow Control
    Com Port the correct COM port

     Step #4

    The firewall should then respond with its name or hostname. (If it doesn’t try pressing “enter”.)

    Step #5

    Reboot the firewall. If there is no power button, disconnect the power adapter and reconnect it after 10 seconds. Plugging in the power too soon after unplugging it can cause corruption in the memory in some units.

    Step #6

    Wait for the Firewall name and login prompt to appear. The terminal window should display something similar to the following:

    FortiGate-60C (18:52-06.18.2010)
    Ver:04000010
    Serial number: FGT60C3G10016011
    CPU(00): 525MHz
    Total RAM: 512 MB
    NAND init... 128 MB
    MAC Init... nplite#0
    Press any key to display configuration menu...
    ......
    reading boot image 1163092 bytes.
    Initializing firewall...        
    System is started.
     login:

    Step #7

    Type in the username: maintainer

    Step #8

    The password is bcpb + the serial number of the firewall (letters of the serial number are in UPPERCASE format)

    Example: bcpbFGT60C3G10016011

    Note:

    On some devices, after the device boots, you have only 14 seconds or less to type in the username and password. It might, therefore, be necessary to have the credentials ready in a text editor, and then copy and paste them into the login screen. There is no indicator of when your time runs out so it is possible that it might take more than one attempt to succeed.

    Step #9

    Now you should be connected to the firewall. To change the admin password you type the following…

    In a unit where VDOMs are not enabled:

    config system admin
      edit admin
        set password 
      end 

    In a unit where VDOMs are enabled:

    config global
      config system admin
        edit admin
          set password 
        end

    If the FortiGate is running FortiOS 6.0.3 or later you can also enter the following command to reset the FortiGate to its factory default configuration. This can be useful if you have deleted the admin administrator account.

    execute factoryreset

    Warning

    Good news and bad news. Some might be worried that there is a backdoor into the system. The maintainer feature/account is enabled by default, but the good news is, if you wish, there is an option to disable this feature. The bad news is that if you disable the feature and lose the password without having someone else that can log in as a superadmin profile administrator you will be out of options.

    If you attempt to use the maintainer account and see the message on the console, “PASSWORD RECOVERY FUNCTIONALITY IS DISABLED”, this means that the maintainer account has been disabled.

    Disabling the maintainer feature/account

    Use the following command in the CLI to change the status of the maintainer account

    To disable

    config system global
      set admin-maintainer disable
    end

    To enable

    config system global
      set admin-maintainer enable
    end

    ====================== End

  • 相关阅读:
    linux下小知识点积累
    马斯洛需求层次理论
    tar命令的小经验
    shell 和c语言的区别
    使用vue实现的品牌列表简单小例子
    vue的基本代码以及常见指令
    MVC和MVVM
    CSS3幽灵
    Web版App,原生App,混合App的区别以及优缺点
    常见的sql操作
  • 原文地址:https://www.cnblogs.com/lsgxeva/p/10027582.html
Copyright © 2011-2022 走看看