You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some clients - "what is my ip" will return an IPV6 address instead of a IPV4 address
The fix for this is to ignore the lookup of your /32 ip and just open it to 0.0.0.0/0
without the fix - we hang on admin access
In some clients - "what is my ip" will return an IPV6 address instead of a IPV4 address
The fix for this is to ignore the lookup of your /32 ip and just open it to 0.0.0.0/0
without the fix - we hang on admin access
change
in
https://github.com/fortinet/fortigate-tutorial-gcp/blob/main/terraform/day0/main.tf#L9
The text was updated successfully, but these errors were encountered: