Skip to main content
Marco_Broker
New Member
July 3, 2017
Question

set internel-switch mode interface

  • July 3, 2017
  • 1 reply
  • 28267 views

Hi ,

      Can someone help me . I have an issue to break a fortigate  60D  version 5.2 into interfaces mode . I have disable the DCHP on the lan and deleted all policies related with the internel lan . Using the following command on cli .

 

config system interface

set internel-switch mode interface

end

 

the ports still remain the same into switch mode .

 

Please can someone help me .

    1 reply

    Toshi_Esumi
    SuperUser
    SuperUser
    July 3, 2017

    Did you get any error message when you typed the commands? It should complain you if your forgot to remove any references.

    It's been quite some some since interface mode has become the default. But if I remember correctly, with the default config of older 5.2.x, you need to remove the default policy, and remove dhcp server and interface IP from lan interface, then remove the default dhcp server config referring lan interface. Then change the mode and reboot.

    journeyman
    New Member
    July 4, 2017

    Having deleted references to the internal interface I believe you need to delete the virtual switch. Our process used to get a new unit ready to join a cluster is as follows, you may not need to change the wan port modes:

    config firewall policy

        delete 1

    end

    config system dhcp server

        delete 1

    end

    config system virtual-switch

        delete internal

    end

    config system global

        set switch-controller disable

    end

    config system interface

        edit wan1

            set mode static

        next

        edit wan2

            set mode static

        next

    end

    Marco_Broker
    New Member
    July 4, 2017

    Hi Journeyman  ,

                                Thanks for reply man . I have found a solution I have backup the configuration file and open in a notepad modify the internal ports and reload it . it has been break .

     

    Thanks for support man .