Forum Discussion
add a new vnet to the Fortigate on azure
- Dec 03, 2021
Hello
- Create a route table and associate to all subnets of you virtual network (If you want to redirect the trafic for all subnets otherwise you can exclude one or more of them)
- Create a user defined route with the following config
- Name : Friendly Name (ex : To_Firewall)
- Address prefix : 0.0.0.0/0
- Next Hop type : Virtual Appliance
- Next Hop Ip address : Private IP of your Virtual appliance (here the fortinet)
In the fortinet virtual appliance config
- create the objects for the virtual network or subnets
- create rules for the traffic that fit your needs
Hello
- Create a route table and associate to all subnets of you virtual network (If you want to redirect the trafic for all subnets otherwise you can exclude one or more of them)
- Create a user defined route with the following config
- Name : Friendly Name (ex : To_Firewall)
- Address prefix : 0.0.0.0/0
- Next Hop type : Virtual Appliance
- Next Hop Ip address : Private IP of your Virtual appliance (here the fortinet)
In the fortinet virtual appliance config
- create the objects for the virtual network or subnets
- create rules for the traffic that fit your needs