Transparent mode installation Using the command line interface
FortiGate-4000 Installation Guide 01-28004-0028-20040830 63
To configure the default gateway
1 Make sure that you are logged into the CLI.
2 Set the default route to the default gateway that you recorded in Table 18 on page 60.
Enter:
config router static
edit 1
set dst 0.0.0.0 0.0.0.0
set gateway <address_gateway>
set device <interface>
end
Example
If the default gateway IP is 204.23.1.2 and this gateway is connected to port2:
config router static
edit 1
set dst 0.0.0.0 0.0.0.0
set gateway 204.23.1.2
set device port2
end
Configure the out of band management interface
1 Make sure that you are logged into the CLI.
2 Set the out of band management IP address and netmask to the IP address and
netmask that you recorded in Table 19 on page 60. Enter:
config system interface
edit oobm/ha
set ip <address_ip> <netmask>
end
Example
config system interface
edit oobm/ha
set ip 192.168.1.23 255.255.255.0
end
3 Set the out of band management default gateway if you are connecting to the out of
band management interface through a router. Enter:
config router static
edit 2
set dst 0.0.0.0 0.0.0.0
set gateway <address_gateway>
set device oobm/ha
end