Chapter 7 Firewall : Building firewall objects and policies : IPv4 Firewall Addresses
  
IPv4 Firewall Addresses
Scenario: Mail Server
You need to create an IPv4 address for the Mail Server on Port1 of your internal network.
These server is on the network off of port1.
The IP address is 192.168.1.27
The subnet mask is 255.255.255.0
There should be a tag for this address being for a server
Go to Policy & Objects> Objects > Addresses and select Create New > Address.
Fill out the fields with the following information:
Category
Address
Name
Mail_Server
Type
Subnet / IP Range
Subnet / IP Range
192.168.1.27/255.255.255.0
Interface
port1
Visibility
<enabled>
Comments
<add any additional discription>
Select OK.
Enter the following CLI command:
config firewall address
edit Mail_Server
set type ipmask
set subnet 192.168.1.27 255.255.255.255
set associated-interface port1
end