IPSec Interface IP
Hello,
I need to configure with FortiManager script IPSec tunnel interface IP. For that I need to use a calculated value.
I have a meta with router IP, for example my meta is ROUTER_IP = 10.18.3.1. I wanted to "transform" this to 172.16.18.3. What I need is octet 2 and 3.
With meta calculation is it possible to "null" an octet ? For example doing something like that :
172.16.$(ROUTER_IP :1,null,2:3:4,null)
It seem it's not possible...
Si if now, is it possible to use an "public" IP on tunnel interfaces, for example 100.18.3.1, so in this case I just need to add 100 on first octet.
$(ROUTER_IP :1,+100)
Thanks for your help