Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the vdomB VDOM : Adding the vdomB security policy
  
Adding the vdomB security policy
You also need a security policy for the Company B domain. In this example, the security policy allows all traffic.
To add the vdomB security policy - web-based manager
1. Log in with a super_admin account.
2. In Virtual Domains, select vdomB.
3. Go to Policy > Policy.
4. Select Create New.
5. Enter the following information and select OK:
Source Interface/Zone
port2
Source Address
Binternal
Destination Interface/Zone
port3
Destination Address
all
Schedule
Always
Service
ANY
Action
ACCEPT
6. Select Create New.
7. Enter the following information and select OK:
Source Interface/Zone
port3
Source Address
all
Destination Interface/Zone
port2
Destination Address
Binternal
Schedule
Always
Service
ANY
Action
ACCEPT
To add the vdomB security policy - CLI
config vdom
edit vdomB
config firewall policy
edit 1
set srcintf port2
set dstintf port3
set srcaddr Binternal
set dstaddr all
set schedule always
set service ANY
set action accept
set status enable
edit 1
set srcintf port3
set dstintf port2
set srcaddr all
set dstaddr Binternal
set schedule always
set service ANY
set action accept
set status enable
end
end