Chapter 19 Virtual Domains : Virtual Domains in NAT/Route mode : Example NAT/Route VDOM configuration : Configuring the FortiGate interfaces : Configuring the vdomA interfaces
  
Configuring the vdomA interfaces
The vdomA VDOM includes two FortiGate unit interfaces: port1 and external.
The port4 interface connects the Company A internal network to the FortiGate unit, and shares the internal network subnet of 10.11.101.0/255.255.255.0.
The external interface connects the FortiGate unit to ISP A and the Internet. It shares the ISP A subnet of 172.20.201.0/255.255.255.0.
To configure the vdomA interfaces - web-based manager
1. Go to Global > Network > Interfaces.
2. Select Edit on the port1 interface.
3. Enter the following information and select OK:
Virtual Domain
vdomA
Addressing mode
Manual
IP/Netmask
172.20.201.2/255.255.255.0
4. Select Edit on the port4 interface.
5. Enter the following information and select OK:
Virtual Domain
vdomA
Addressing mode
Manual
IP/Netmask
10.11.101.2/255.255.255.0
To configure the vdomA interfaces - CLI
config global
config system interface
edit port1
set vdom vdomA
set mode static
set ip 172.20.201.2 255.255.255.0
next
edit port4
set vdom ABCdomain
set mode static
set ip 10.11.101.2 255.255.255.0
end
end