La ultima vez que hice esto usaba una 5.5 … ya ha llovido. Ademas esta vez no tengo acceso al gui asi que, toca linea de comandos. Como crear un subinterface en un Fortigate con version 7.2.10.
mas o menos
config system interface
edit VLAN_XXX
set vdom «root»
set ip xx.xx.xx.xx yy.yy.yy.yy
set vlanid XXX
set mode static
set allowaccess ping
set interface wan1 (o el que sea)
set role wan
end
Despues cambiar la ruta por defecto
config router static
edit 1
set gateway xx.xx.xx.x1 (o el que tengas)
set device «wan1»
end