Firewall Fortigate: (01-03) Hiệu chỉnh tham số Login Timeout trên Firewall Fortigate bằng CLI

By , 0 View

Mục tiêu thực hành:
- Hiệu chỉnh tham số Idle Timeout trên Firewall Fortigate bằng CLI.
- Kiểm tra tham số Idle Timeout hiện tại trên Firewall Fortigate bằng CLI.

Các bước triển khai:
Hiệu chỉnh tham số Idle Timeout trên Firewall Fortigate bằng CLI.
- Sau khi kết nối tới Firewall Fortigate thông qua giao diện WebPage hoặc Telnet, SSH. Nếu người quản trị admin không thực hiện bất kì thao tác nào thì sau 480 phút thì phiên kết nối session sẽ tự động logout.
FortiGate-61E # config system global 
FortiGate-61E (global) # set admintimeout 480
FortiGate-61E (global) # end
FortiGate-61E # 

Kiểm tra tham số Idle Timeout hiện tại trên Firewall Fortigate bằng CLI.
FortiGate-61E # show system global 
config system global
    set admin-https-redirect disable
    set admintimeout 480
    set alias "FortiGate-61E"
    set hostname "FortiGate-61E"
    set switch-controller enable
    set timezone 04
end

FortiGate-61E # 

Tham khảo thêm các hướng dẫn thực hành Firewall Fortigate khác tại bài viết Tổng hợp các bài thực hành Firewall Fortigate trên Unetlab, các bạn có thể tham khảo Khóa học Chuyên đề Firewall Fortigate, hoặc liên hệ với mình thông qua kênh Zalo (Jade Bùi) 076.877.2021 để được giải đáp.

You Might Also Like

0 comments