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

FortiGate 200G QuickStart Guide : No WAN port

Hi

I've just recieved my FortiGate 200G.

I am following the quickstart guide.

 

It says to connect WAN port. But there is no WAN port

 

So I have connected a PC to the MGMT. I manage to acces the GUI.

But It wants to connect to FortiCloud. But no wan port plugged = no internet access.

 

So I tried console CLI

https://community.fortinet.com/t5/FortiGate/Technical-Tip-FortiGate-initial-configuration/ta-p/28352...

 

config system interface
edit port1
set ip 192.168.99.99 255.255.255.0
command parse error before 'ip'
Command fail. Return code -61

 

So I am a little lost.

Can you help ? Where can I find a Quickstart guide updated ?

Regards

Marc

 

1 Solution
wmichael

On the 200F, port1 will be part of the "lan" VLAN switch.

You can remove it on the CLI with 

config system virtual-switch
edit "lan"
config port

delete port1

end

end

 

After this you should be able to configure port1 independently.

View solution in original post

7 REPLIES 7
funkylicious
SuperUser
SuperUser

hi,

wan/internet can be configured on any port, doesnt have to be called wan necessarly to use it.

before, set ip <> <> try set mode static then do the set ip <> <> and end.

 

config system interface
edit port1
set mode static
set ip 192.168.99.99 255.255.255.0
end

 

"jack of all trades, master of none"
"jack of all trades, master of none"
sinjiku

Thanks for your answer.

config system interface
edit port1
set mode static
command parse error before 'mode'
Command fail. Return code -61

I am probably missing something :)

funkylicious

that's quite strange.

is the FGT maybe configured in transparent mode ?

can you do a show full system settings | grep opmode - to confirm/deny this theory ?

"jack of all trades, master of none"
"jack of all trades, master of none"
sinjiku

FortiGate-200G # show full system settings | grep opmode
    set opmode nat
funkylicious

then maybe the port is used in some other way, like a LAG/LACP/aggregate member or for FortiLink.

has this device been used before or is it a new one?

do a show system interface port1 and let's see what its configured.

"jack of all trades, master of none"
"jack of all trades, master of none"
wmichael

On the 200F, port1 will be part of the "lan" VLAN switch.

You can remove it on the CLI with 

config system virtual-switch
edit "lan"
config port

delete port1

end

end

 

After this you should be able to configure port1 independently.

sinjiku

Thanks ! That was that.

 

 

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