Skip to main content

Questions tagged [firewall]

0 votes
1 answer
23 views

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 ...
stackprotector's user avatar
1 vote
4 answers
544 views

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 ...
timfox123's user avatar
1 vote
1 answer
1k views

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 ...
Tiago Peres's user avatar
2 votes
1 answer
753 views

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 ...
AV Reddy's user avatar
  • 101
0 votes
1 answer
49 views

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 = ...
likith sunny's user avatar
0 votes
1 answer
159 views

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 ...
Timm's user avatar
  • 103
1 vote
1 answer
847 views

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 ...
030's user avatar
  • 13.4k
1 vote
2 answers
3k views

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 ...
Ta Mu's user avatar
  • 6,792