Fortinet FortiGate FortiGate-3000 Installation Manual page 33

Fortinet fortigate fortigate-3000: install guide
Hide thumbs Also See for FortiGate FortiGate-3000:
Table of Contents

Advertisement

NAT/Route mode installation
FortiGate-3000 Installation Guide
4
Use the same syntax to set the IP address of each FortiGate interface as required.
5
Confirm that the addresses are correct. Enter:
get system interface
The CLI lists the IP address, netmask, and other settings for each of the FortiGate
interfaces.
To configure DNS server settings
1
Set the primary and secondary DNS server IP addresses. Enter
config system dns
set primary <address_ip>
set secondary <address_ip>
end
Example
config system dns
set primary 293.44.75.21
set secondary 293.44.75.22
end
To add a default route
Add a default route to configure where the FortiGate unit sends traffic that should be
sent to an external network (usually the Internet). Adding the default route also
defines which interface is connected to an external network. The default route is not
required if the interface connected to the external network is configured using DHCP
or PPPoE.
1
Set the default route to the Default Gateway IP address. Enter:
config router static
edit 1
set dst 0.0.0.0 0.0.0.0
set gateway <gateway_IP>
set device <interface>
end
Example
If the default gateway IP is 204.23.1.2 and this gateway is connected to the external
interface:
config router static
edit 1
set dst 0.0.0.0 0.0.0.0
set gateway 204.23.1.2
set device external
end
01-28005-0026-20041101
Using the command line interface
33

Advertisement

Table of Contents
loading

Table of Contents