Questions tagged [firewall]
The firewall tag has no summary.
8 questions
0 votes
1 answer
23 views
How can I enable Windows built-in firewall rules with Ansible independently of localization?
Windows has a lot of built-in firewall rules. Not all of them are enabled by default. I want to write an Ansible playbook, that can enable specific rules. Unfortunately, the rule names and groups are ...
1 vote
4 answers
544 views
What is a good strategy to prevent Ansible playbook runs against the wrong hosts? [duplicate]
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 ...
1 vote
1 answer
1k views
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 ...
2 votes
1 answer
753 views
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 ...
0 votes
1 answer
49 views
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 = ...
0 votes
1 answer
159 views
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 ...
1 vote
1 answer
847 views
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 ...
1 vote
2 answers
3k views
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 ...