Chapter 7 Firewall for FortiOS 5.0 : Building firewall objects and policies : IPv4 Firewall Addresses : Scenario: Marketing Department
  
Scenario: Marketing Department
You need to create an IPv4 address for the address range for a group of computers used by the Marketing Department.
These computers are on the network off of port1.
The IP addresses for these computers range from 192.168.1.100 to 192.168.1.115
Go to Firewall Objects > Address > Addresses and select Create New > Address/FQDN.
Fill out the fields with the following information
Address Name
Marketing_computers
Comments
<Input into this field is optional>
Color
<Changing this value is optional>
Type
Subnet / IP Range
Subnet / IP Range
192.168.1.[100-115]
Interface
port1
Add Tags
<Input into this field is optional>
Select OK.
Enter the following CLI command:
config firewall address
edit Internal_Subnet_1
set type iprange
set start-ip 192.168.1.100
set end-ip 192.168.1.115
set associated-interface port1
end