Questions tagged [firewall]

7 questions
2
votes
1 answer

How to modify/allow firewall rules of a GCP instance directly from the CLI?

Is there anyway to allow the ports from CLI? I have an instance in GCP and I have installed a service which by default runs on Port:8080. I know there is an option to change the firewall rules to allow ports from the GCP dashboard but I'm wondering…
AV Reddy
  • 101
  • 10
1
vote
1 answer

How to get the ip range of github-production-release-asset-2e65be.s3.amazonaws.com?

I have denied all outgoing traffic, but need to allow some of them in order to allow the installation of certain software packages. One of such packages resides on github and that means that the ip range of…
030
  • 13,383
  • 17
  • 76
  • 178
1
vote
2 answers

Debug Docker networking and Windows 10 firewall

Given: Windows 10 / 64 bit Docker edge 17.11-ce-win40 Experiment: docker run -it --rm -p 8888:8080 tomcat:8.0 Expected behaviour: If all network settings are okay, Tomcat must be reachable locally and from outside on the host port…
Ta Mu
  • 6,792
  • 5
  • 43
  • 83
1
vote
4 answers

What is a good strategy to prevent Ansible playbook runs against the wrong hosts?

It is too easy to run playbooks on the wrong hosts in Ansible I know the best practice would be to use --limit to make sure you can not select the wrong host. I do not trust --limit to ensure Ansible runs playbooks only on the intended hosts. Is it…
timfox123
  • 11
  • 1
1
vote
1 answer

Why do I get "Connection Refused" when attempting to connect to IPFS API using HTTP?

Created a Digital Ocean Ubuntu 20.04 droplet and setup an IPFS server node in it based on this tutorial. If I run the following command in the server ipfs swarm peers I get the expected results In addition, according to the documentation Every…
Tiago Peres
  • 121
  • 9
0
votes
1 answer

Consumption Plan Function App to Firewalled Storage problem

I am trying to connect a (python) function app to a storage resource. The storage has a public container that is accessed by several company internal HTML/CSS pages ($web). Unfortunately, this container should contain sensitive information. So in…
Timm
  • 103
  • 2
0
votes
1 answer

Azure Devops x On-Premises

Do I need to allow Azure DevOps access to the On-Premises environment? According to the document at "https://docs.microsoft.com/en-us/azure/devops/organizations/security/allow-list-ip-url? view = azure-devops, " on "Inbound connections" connections…