Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the vdomB VDOM : Adding a default route to the vdomB VDOM
  
Adding a default route to the vdomB VDOM
You need to define a default route to direct packets to ISP B.
To add a default route to the vdomB VDOM - web-based manager
1. Log in as the super_admin administrator.
2. In Virtual Domains, select vdomB.
3. Go to Router > Static > Static Routes.
4. Select Create New.
5. Enter the following information and select OK:
Destination IP/Mask
0.0.0.0/0.0.0.0
Device
port3
Gateway
192.168.201.7
Distance
20
To add a default route to the vdomB VDOM - CLI
config vdom
edit vdomB
config router static
edit 1
set dst 0.0.0.0/0
set device external
set gateway 192.168.201.7
end
end