Get up to 50% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Configure Devices in GNS3

Configure Cisco Device in GNS3

References

Configure Fortigate Device in GNS3

Download Fortios VM for GNS3

Configure Fortios Device

FortiGate-VM64-KVM login: admin
Password:
You are forced to change your password. Please input a new password.
New Password:
Confirm Password:

Welcome!

FortiGate-VM64-KVM #
FortiGate-VM64-KVM # show system interface
FortiGate-VM64-KVM # config system interface
FortiGate-VM64-KVM (interface) # edit port1
FortiGate-VM64-KVM (port1) # set mode static
FortiGate-VM64-KVM (port1) # set ip 10.1.10.70 255.255.255.0
FortiGate-VM64-KVM (port1) # append allowaccess http
FortiGate-VM64-KVM (port1) # append allowaccess ssh
FortiGate-VM64-KVM (port1) # end

FortiGate-VM64-KVM # config system global
FortiGate-VM64-KVM (global) # set hostname GNS3-FortiGate
FortiGate-VM64-KVM (global) # end
config system interface
    edit "port1"
        set ip 192.168.57.125 255.255.255.0
        set allowaccess ping https ssh
        set alias "Management"
    next
end

GNS3 References for Fortinet