Giter Site home page Giter Site logo

Comments (5)

chkp-arielto avatar chkp-arielto commented on June 14, 2024

Hi @rajeev-cloud
After investigation, we are indeed configuring these security groups.
Can you please ensure that you use the latest Azure HA terraform template in this repository?
Thanks,
Ariel

from cloudguardiaas.

rajeev-cloud avatar rajeev-cloud commented on June 14, 2024

Yes, I am using latest Azure HA template and after investigation I found missing NSG.

from cloudguardiaas.

chkp-arielto avatar chkp-arielto commented on June 14, 2024

I suggest doing a remote session.
Please contact me offline ([email protected]), then we can go over this together.

from cloudguardiaas.

rajeev-cloud avatar rajeev-cloud commented on June 14, 2024

Thank you for your time for discussion,

Here is the solution for firewall external IP access -

resource "azurerm_network_security_group" "nsg" {

name = var.network_sg_name
location = var.location
resource_group_name = data.azurerm_resource_group.rg.name

security_rule = [

//Place all Inbound rule here
{access = "Allow", description = "AllowInBound" , destination_address_prefix = "", destination_address_prefixes = null
destination_application_security_group_ids = null, destination_port_range = "
", destination_port_ranges = null
direction = "Inbound", name = "AllowAllInbound", priority = 100, protocol = "", source_address_prefix = ""
source_address_prefixes = null, source_application_security_group_ids = null, source_port_range = "*",
source_port_ranges = null},

//Place all Outbound rule here
{access = "Allow", description = "AllowInBound" , destination_address_prefix = "", destination_address_prefixes = null
destination_application_security_group_ids = null, destination_port_range = "
", destination_port_ranges = null
direction = "Outbound", name = "AllowAllOutbound", priority = 100, protocol = "", source_address_prefix = ""
source_address_prefixes = null, source_application_security_group_ids = null, source_port_range = "*",
source_port_ranges = null},

]

from cloudguardiaas.

chkp-arielto avatar chkp-arielto commented on June 14, 2024

Hi @rajeev-cloud
After further investigation, the existing VNET was not deployed either with inbound rule or with NSGs on the GW NICs.
When customers deploy using an existing VNET, they are responsible for the NSGs and UDRs.
Thanks,
Ariel

from cloudguardiaas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.