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

Fortiwifi 60B transparent mode problem

Greetings, I have a FortiWifi 60B running: FWF60B-3.00-FW-build574-080222 I want to run it in transparent mode. According to the documentation I need to run these commands: config system settings set opmode transparent set manageip 10.0.x.y/255.255.255.0 set gateway 10.0.x.z end When I type in the ' set gateway' command, I get this error: command parse error before ' gateway' Command fail. Return code -61 If i just do ' set ?' , gateway doew not show up in the list. How do I remedy this? Thanks, -John
3 REPLIES 3
abelio
SuperUser
SuperUser

Separate the commands this way:
 config system settings
     set opmode transparent
     set manageip 10.0.x.y/255.255.255.0
 end 
 
 config router static
     edit 1
         set gateway 10.0.x.z 
     next
 end
 

regards




/ Abel

regards / Abel
jftuga
New Contributor

abelio, This works. Now I can ping my fortiwifi. From the CLI (via serial port), if the system is set in transparent mode, what commands to I need to run in order to enable https and ssh administrative access? Thanks, -John
jftuga
New Contributor

I found the command. It was: config system interface edit " wan1" set allowaccess ping https ssh end
Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors