Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the vdomB VDOM : Adding the vdomB firewall address
  
Adding the vdomB firewall address
You need to define addresses for use in security policies. In this example, the vdomB VDOM needs an address for the port2 interface and the “all” address.
To add the vdomB firewall address - web-based manager
1. In Virtual Domains, select vdomB.
2. Go to Firewall Objects > Address > Address.
3. Select Create New.
4. Enter the following information and select OK:
Address Name
Binternal
Type
Subnet / IP Range
Subnet / IP Range
10.12.101.0/255.255.255.0
Interface
port2
To add the vdomB firewall address - CLI
config vdom
edit vdomB
config firewall address
edit Binternal
set type ipmask
set subnet 10.12.101.0 255.255.255.0
end
end