Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the vdomA VDOM : Adding vdomA firewall addresses
  
Adding vdomA firewall addresses
You need to define the addresses used by Company A’s internal network for use in security policies. This internal network is the 10.11.101.0/255.255.255.0 subnet.
The FortiGate unit provides one default address, “all”, that you can use when a security policy applies to all addresses as the source or destination of a packet.
To add the vdomA firewall addresses - web-based manager
1. In Virtual Domains, select vdomA.
2. Go to Firewall Objects > Address > Address.
3. Select Create New.
4. Enter the following information and select OK:
Address Name
Ainternal
Type
Subnet / IP Range
Subnet / IP Range
10.11.101.0/255.255.255.0
Interface
port4
To add the ABCdomain VDOM firewall addresses - CLI
config vdom
edit vdomA
config firewall address
edit Ainternal
set type ipmask
set subnet 10.11.101.0 255.255.255.0
end
end