beautypg.com

Changing dns server ip addresses, Adding static routes – Fortinet Version 3.0 User Manual

Page 28

background image

FortiBridge Version 3.0 Administration Guide

28

09-30000-0163-20061109

Completing the basic FortiBridge configuration

Setting up FortiBridge units

Changing DNS server IP addresses

Change the FortiBridge DNS server IP addresses to the IP addresses of your
DNS servers. The correct DNS server configuration is required for alert email.

To change DNS server IP addresses

1

Log in to the CLI.

2

Change the primary and secondary DNS server IP addresses. Enter:

config system dns

set primary

set secondary

end

For example:

config system dns

set primary 192.168.30.23

set secondary 192.168.30.24

end

Adding static routes

Add static routes if you need to route packets from the FortiBridge unit through a
router to another network. For example, if alert email sends email messages from
the internal network to an email server on the Internet, you should add a route to
the Internet.

To add static routes

1

Log in to the CLI.

2

Add the default route. Enter:

config system route

edit

set gateway

end

For example:

config system route

edit 1

set gateway 192.168.20.1

end

3

If required for your network configuration, add a static route. Enter:

config system route

edit

set gateway

set dst

end

For example:

config system route

edit 2

set gateway 192.168.20.3

set dst 192.168.22.0 255.255.255.0

end