Hardware Acceleration/Offloading for IPSec traffic over NPU VDOM Links with VLAN
We are trying to setup three VDOMS and would like IPSec traffic NPU offloaded between each of them using a FortiGate with a NP6XLite NPU. My plan was to use NPU VDOM Links with VLANs. (https://community.fortinet.com/t5/FortiGate/Technical-Tip-Difference-and-understanding-between-NPU-Vdom-link/ta-p/212709).
The root VDOM has a public /30 address to access the Internet provider while the other two VDOM's use public IP's from a /27 block. The Servers and PCs VDOM's would have an IPSec VPN to communicate between them.
Does anyone have a better way to do this? I don't want to use physical interfaces between VDOM's (not enough bandwidth on 1Gbps Ethernet) and I want the traffic to be accelerated.
Thanks - I appreciate any guidance!
edit "npu0_vlink0" set vdom "root" set type physical set snmp-index 36 next edit "npu0_vlink1" set vdom "Servers" set type physical set snmp-index 37 next edit "root-Servers" set vdom "root" set ip x.x.x.65 255.255.255.240 set allowaccess ping set role wan set snmp-index 71 set ip-managed-by-fortiipam disable set interface "npu0_vlink0" set vlanid 3000 next edit "Servers-root" set vdom "Servers" set ip x.x.x.66 255.255.255.240 set allowaccess ping set role wan set snmp-index 72 set ip-managed-by-fortiipam disable set interface "npu0_vlink1" set vlanid 3000 next edit "root-PCs" set vdom "root" set ip x.x.x.81 255.255.255.252 set allowaccess ping set role wan set snmp-index 73 set ip-managed-by-fortiipam disable set interface "npu0_vlink0" set vlanid 3001 next edit "PCs-root" set vdom "PCs" set ip x.x.x.82 255.255.255.252 set allowaccess ping set role wan set snmp-index 74 set ip-managed-by-fortiipam disable set interface "npu0_vlink1" set vlanid 3001 next
