Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
sinjiku
New Contributor II

FortiGate 200G QuickStart Guide : GUI hang on Register (no internet access)

Hi

I continue to try to configure my first FortiGate.

 

After admin login, the GUI hang on register

 

Capture d’écran 2026-01-09 181914.png

 

I think it's beacause it has no internet access.

So I tried to configure on CLI.

First WAN :

 edit "port1"
        set vdom "root"
        set ip 192.168.99.191 255.255.255.0
        set type physical
        set alias "WAN"
        set role wan
        set snmp-index 3
    next

 Then route

config router static
    edit 1
        set gateway 192.168.99.254
        set device "port1"
    next
end

Then DNS

config system dns
    set primary X.X.X.X
    set secondary X.X.X.X
end

Then firewall policy

config firewall policy
    edit 1
        set name "LAN_to_WAN"
        set srcintf "any"
        set dstintf "port1"
        set action accept
        set srcaddr "all"
        set dstaddr "all"
        set schedule "always"
        set service "ALL"
        set nat enable
    next
end

 

What have I missed :) ?

Regards

Marc

1 Solution
sinjiku
New Contributor II

Ok I have set port1 on mode dhcp. And now I have access to GUI :)

 

View solution in original post

1 REPLY 1
sinjiku
New Contributor II

Ok I have set port1 on mode dhcp. And now I have access to GUI :)

 

Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors