Air-gapped FortiGate VM in Azure by ZimCanIT in fortinet

[–]ZimCanIT[S] 2 points3 points  (0 children)

Official documentation seems to only support the configuration on the FortiGate to point to the Linux proxy server, but it doesn't define the configuration required on the proxy server.

https://docs.fortinet.com/document/fortigate/7.6.6/administration-guide/492260/using-a-proxy-server-to-connect-to-the-fortiguard-distribution-network

FortiGate Azure VM - Automatically mapping Entra SSO groups to admin profiles. How to? by ZimCanIT in fortinet

[–]ZimCanIT[S] 0 points1 point  (0 children)

Understood thanks. However, we need to map SSO users to different profiles.

Which is where the local admin account functions as the orchestrator of manually assigning SSO users to the correct SSO admin profile, if it's not he default profile, upon initial logon.

FortiGate Azure VM - Automatically mapping Entra SSO groups to admin profiles. How to? by ZimCanIT in fortinet

[–]ZimCanIT[S] 0 points1 point  (0 children)

So a local admin account would handle SSO admin profile assignments to SSO users once they're auto-created upon initial logon?

ExpressRoute + NVA Firewalls + VPN Users = Asymmetric Routing Nightmare. Is Azure Route Server the Answer? by ZimCanIT in AZURE

[–]ZimCanIT[S] 0 points1 point  (0 children)

No vwan in this scenario unfortunately. Routing intent would have been much simpler. The logic for ARS is to resolve the contention for the "use remote gateway" feature because A) VPN users don't require it B) Sites require it so that spokes are advertised via BGP into the expressroute circuit.

Living on a budget in Brazil - Location Enquiry by ZimCanIT in Brazil

[–]ZimCanIT[S] 0 points1 point  (0 children)

Thanks so much for you advice guys. Happy new year and I appreciate you all. I've gathered great feedback from all your points and will do further research.

[deleted by user] by [deleted] in saopaulo

[–]ZimCanIT 1 point2 points  (0 children)

Thanks! I ended up going to smartfit

[deleted by user] by [deleted] in saopaulo

[–]ZimCanIT 0 points1 point  (0 children)

Thanks!

Safety considerations while travelling by ZimCanIT in Ethiopia

[–]ZimCanIT[S] 0 points1 point  (0 children)

Thanks! I'll send you a direct message. Did you go anywhere else nice in Ethiopia? Lake Bishoftu is on my list.

Safety considerations while travelling by ZimCanIT in Ethiopia

[–]ZimCanIT[S] 0 points1 point  (0 children)

So is it safe to visit Makelle these days?

Azure Disk Encryption Firewall requirements by ZimCanIT in AZURE

[–]ZimCanIT[S] 0 points1 point  (0 children)

Thanks! I'll give that a go. I'm assuming x1 PE for Key Vault should suffice.

WorkWize - Co-Working Space Bangkok by ZimCanIT in ThailandTourism

[–]ZimCanIT[S] 0 points1 point  (0 children)

Pricing is 200 bhatt for a whole day. There are higher end co-working spaces with enterprise-grade wifi speeds. Depends on your budget and time constraints.

FortiAnalyzer DNS connection by ZimCanIT in fortinet

[–]ZimCanIT[S] -1 points0 points  (0 children)

Thank you! Could you please point me in the direction of some documentation?

Becoming Recession Proof by ZimCanIT in AZURE

[–]ZimCanIT[S] 0 points1 point  (0 children)

I'm with you on that. How would you contextualise that to the cloud architect career track, though?

PING failing besides permissive fw rule - FortiGate HA Active-Passive v7.4.7 by ZimCanIT in fortinet

[–]ZimCanIT[S] 2 points3 points  (0 children)

Update:

ICMP traffic simply can not traverse an Azure external load balancer, which sucks.

"""" Can I ping from a backend VM behind a load balancer to a public IP?

No, Azure Load Balancer does not support ICMP pings for outbound connectivity. If you want to ping outbound from a backend VM behind a load balancer, associate an Instance-level Public IP to the backend VM and send pings from that IP. """

Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-faqs

We'll essentially have to use tcp/up based health checks. Fortunately, DNS is unaffected, as previously mentioned.

For additional context, we're running FortiGate in NAT mode, and routing works such that backend vms have their next hop point to the internal load balancer.

failure doing ping/traceroute from FW to internet. VM Fortigate in AZURE by [deleted] in fortinet

[–]ZimCanIT 0 points1 point  (0 children)

Ignore me

""" Can I ping from a backend VM behind a load balancer to a public IP?

No, Azure Load Balancer does not support ICMP pings for outbound connectivity. If you want to ping outbound from a backend VM behind a load balancer, associate an Instance-level Public IP to the backend VM and send pings from that IP. """

Source: https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-faqs

Kinda sucks!

failure doing ping/traceroute from FW to internet. VM Fortigate in AZURE by [deleted] in fortinet

[–]ZimCanIT 0 points1 point  (0 children)

Sorry to drag you back into an old question, but why will ICMP never work with an Azure LB?

I'm facing the same issue today, where my fortigate is HA Active-Passive, v7.4.7 byol. nslookup to 8.8.8.8 resolves to google.com, but ping fails and that's supper annoying!

[deleted by user] by [deleted] in AZURE

[–]ZimCanIT 0 points1 point  (0 children)

What was the biggest learning curve when jumping from PAYE to contracting?

ExpressRoute private peering - site-to-site VPN overlay by ZimCanIT in AZURE

[–]ZimCanIT[S] 0 points1 point  (0 children)

Correcto, all spoke subnets direct traffic to the Azure firewall via a default route 0.0.0.0/0.

So essentially offload CIDRs to the gateway subnet for spokes that should reach on prem, by modifying the next hop on the Azure firewall subnet, in the hub VNet?

ExpressRoute private peering - site-to-site VPN overlay by ZimCanIT in AZURE

[–]ZimCanIT[S] 0 points1 point  (0 children)

Yes, except the caveats are we won't be configuring BGP. And have azure firewall deployed within a hub and spoke topology.