2021年5月14日 星期五

Linux 下連線到 Fortigate 的 console port

先將 console 線接上。

ref: https://askubuntu.com/questions/1067698/how-to-take-a-serial-port-connection-via-usb-online

 可先安裝 screen 套件。 

sudo apt-get install screen
sudo screen /dev/ttyUSB0 9600
 

連線後,將 Fortigate 重新開機,在終端機上就會看到開機的訊息。在訊息裡會看到  FGT90XXXXXXXXX 之類的訊息,這就是這台設備的序號。

開機後,要注意一下時間,看到有網頁說要在 14秒之內登入,有的說在 30秒以內登入... 

按 Enter 若出現 「 FGT90XXXXXXXXX login: 」就趕快登入。
帳號: maintainer
密碼: gcpbFGT90XXXXXXXXX 

登入後,輸入以下指令:

config system admin
edit admin
set password 123456
end

就可以將密碼改為 123456 了。

 

 
 

沒有留言: