Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the FortiGate interfaces : Configuring the vdomB interfaces
  
Configuring the vdomB interfaces
The vdomB VDOM uses two FortiGate unit interfaces: port2 and port3.
The port2 interface connects the Company B internal network to the FortiGate unit, and shares the internal network subnet of 10.12.101.0/255.255.255.0.
The port3 interface connects the FortiGate unit to ISP B and the Internet. It shares the ISP B subnet of 192.168.201.0/255.255.255.0.
To configure the vdomB interfaces - web-based manager
1. Go to Global > Network > Interfaces.
2. Select Edit on the port3 interface.
3. Enter the following information and select OK:
Virtual domain
vdomB
Addressing mode
Manual
IP/Netmask
192.168.201.2/255.255.255.0
4. Select Edit on the port2 interface.
5. Enter the following information and select OK:
Virtual domain
vdomB
Addressing mode
Manual
IP/Netmask
10.12.101.2/255.255.255.0
To configure the vdomB interfaces - CLI
config global
config system interface
edit port3
set vdom vdomB
set mode static
set ip 192.168.201.2 255.255.255.0
next
edit port2
set vdom vdomB
set mode static
set ip 10.12.101.2 255.255.255.0
end