Skip to main content
jftuga
New Member
August 18, 2008
Question

Fortiwifi 60B transparent mode problem

  • August 18, 2008
  • 3 replies
  • 2173 views
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

    abelio
    SuperUser
    SuperUser
    August 18, 2008
    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  
    jftuga
    jftugaAuthor
    New Member
    August 18, 2008
    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
    jftugaAuthor
    New Member
    August 18, 2008
    I found the command. It was: config system interface edit " wan1" set allowaccess ping https ssh end