1、配置接口地址 FortiGate # config system interface FortiGate (interface) # edit port1 FortiGate (port1) # set ip 192.168.8.99/24 FortiGate (port1) # end 2.配置静态路由 FortiGate (static) # edit 1 FortiGate (1) # set device wan1 FortiGate (1) # set dst 10.0.0.0 255.0.0.0 FortiGate ...
1,可以通过SSH, Telnet, 或者serial console2,CLI的配置是分级的结构,如下所示:config system interfaceedit "internal"set vdom "root"set ip 192.168.100.99 255.255.255.0set allowaccess p… 1,可以通过SSH, Telnet, 或者serial console 2,CLI的配置是分级的结构,如下所示: config system interface edit “int...
diagnose Diagnose facility. 诊断命令 execute Execute static commands. 常用的工具命令,如 ping exit Exit the CLI. 退出 二、常用命令 1.配置接口地址: FortiGate# config system interface FortiGate (interface) # edit lan FortiGate (lan) # set ip 192.168.100.99/24 FortiGate (lan) # end 2.配置静态路...
execute Execute static commands. 常用的工具命令,如ping exit Exit the CLI. 退出 二、常用命令 1、配置接口地址: FortiGate # config system interface FortiGate (interface) # edit lan FortiGate (lan) # set ip 192.168.100.99/24 FortiGate (lan) # end 2、配置静态路由 FortiGate (static) # edit 1 ...
To configure a policy route from the CLI: config router policy edit 1 set input-device "internal" set srcaddr "Laptops" set gateway <gateway_address> set output-device "wan2" next end Security policies Your security policies should allow all traffic from internal to WAN1. Because link redund...
execute Execute static commands. 常用的工具命令,如ping exit Exit the CLI. 退出 二、常用命令 1、配置接口地址: FortiGate # config system interface FortiGate (interface) # edit lan FortiGate (lan) # set ip 192.168.100.99/24 FortiGate (lan) # end 2、配置静态路由 FortiGate (static) # edit 1 ...
To add a default route in the GUI:Go to Network > Static Routes and create a new route. Enter the following information: Destination Subnet IP address 0.0.0.0/0.0.0.0 Gateway 172.20.10.10 Interface wan2 Distance 10To add a default route with the CLI:config vdom...
诊断命令 execute Execute static command 4、s. 常用的工具命令,如 ping exit Exit the CLI. 5、; 退出 二、常用命令 1、配置接口地址 : FortiGate # config system interface FortiGate (interface) # edit lan FortiGate (lan) # set ip 192 6、.168.100.99/24 FortiGate (lan) # end 2、配置静态...
execute Execute static commands. 常用的工具命令,如ping exit Exit the CLI. 退出 二、常用命令 1、配置接口地址: FortiGate # config system interface FortiGate (interface) # edit lan FortiGate (lan) # set ip 192.168.100.99/24 FortiGate (lan) # end 2、配置静态路由 FortiGate (static) # edit 1 ...
config router static edit 1 set dst 10.0.0.0 255.255.0.0 set priority 0 set device "to_aliyun_test1" next edit 2 set dst 10.0.0.0 255.255.0.0 set priority 10 # Decrease the priority of the route pointing to Tunnel 2. This way, traffic is preferentially transmitted over Tunnel 1. set ...