How to take FortiGate GUI Access on GNS3 using NAT Device

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Hello All !!
    This is a quick video of accessing fortigate GUI on GNS3.
    Will surely post the full guide soon. Stay connected ;)
    Like and Comment for entire series.
    Thanks for watching

ความคิดเห็น • 11

  • @mevikram_meteor
    @mevikram_meteor 5 หลายเดือนก่อน

    Subscribe for more ..

  • @sujitmore8528
    @sujitmore8528 ปีที่แล้ว +2

    Video is very informative but make a new video from scratch

  • @zeki931
    @zeki931 5 หลายเดือนก่อน

    For me not able to access please help

  • @s_v_s_phantom
    @s_v_s_phantom 5 หลายเดือนก่อน +1

    Not able to access.. pls help

    • @cyberspace-with-vikram
      @cyberspace-with-vikram  5 หลายเดือนก่อน

      Hii buddy, can please let me know where are you getting stuck..

    • @s_v_s_phantom
      @s_v_s_phantom 5 หลายเดือนก่อน

      Thanks for the response❤️.. i solved it later

    • @nw_content
      @nw_content 11 วันที่ผ่านมา

      @@s_v_s_phantom how did you solve it sir?

    • @s_v_s_phantom
      @s_v_s_phantom 11 วันที่ผ่านมา

      ​@@nw_content
      Place the nat (choose vmware, if asked)
      Connect to a port in FGT
      If you have doubt with the ip address of the fgt port then
      configure the nat connected port in cli to dhcp
      #config sys int
      #edit port1
      #set mode dhcp
      #set role wan
      #set allowac http fgfm https
      #end
      To review the ip
      #get sys inter physical
      Then do static route to the nat found subnet with host x.x.x.2
      (X.x.x.2 is the gateway of subnet)
      #conf router static
      #set dst 0.0.0.0/0
      #set gateway x.x.x.2
      #set device port1
      #end

    • @s_v_s_phantom
      @s_v_s_phantom 11 วันที่ผ่านมา

      @@nw_content
      Place the nat (choose vmware, if asked)
      Connect to a port in FGT
      If you have doubt with the ip address of the fgt port then
      configure the nat connected port in cli to dhcp
      #config sys int
      #edit port1
      #set mode dhcp
      #set role wan
      #set allowac http fgfm https
      #end
      To review the ip
      #get sys inter physical
      Then do static route to the nat found subnet with host x.x.x.2
      (X.x.x.2 is the gateway of subnet)
      #conf router static
      #set dst 0.0.0.0/0
      #set gateway x.x.x.2
      #set device port1
      #end