dandbr

Results 6 comments of dandbr

Hello @lix-fortinet Thanks for feedback. See the code, you solution not resolved. " firewall vip" GUI FortiOS 6.4 edit "NAT_TESTE_CLIENTE_RDP" set uuid 967fd8c2-e8ae-51ec-312a-685fd4ce8da9 set extip 191.6.5.62 set mappedip "192.168.237.231" set...

It's Work Xing. and if I want to use the alias, what would it look like?

Hello @lix-fortinet Has anything changed in provider 1.15.0 ? I can not create policies with this new provider. ![image](https://user-images.githubusercontent.com/9317824/193114847-f7759e1a-6ccd-40d1-8fa1-e34905c9f2a0.png) Code below. #provider terraform { required_providers { fortios = { source...

@lix-fortinet Exist, here it is. ![image](https://user-images.githubusercontent.com/9317824/193255099-d8a4d5a7-d24b-4823-9f77-c7a329044018.png)

@lix-fortinet Hello Xing. I was testing on a lab fortiOS. But the settings I need to do, is on my production firewall. I'll send you the interfaces and my code....

@MaxxLiu22 Hello Max, I redid the code and now it works fine! See below. #provider terraform { required_providers { fortios = { source = "fortinetdev/fortios" version = "1.15.0" } }...