firewall Questions

4

Solved

What I want to do I want to list all firewall rules involving some ports and list their display name but the only way I found for now displays only the port part and has no idea what the display na...
Gabler asked 28/7, 2022 at 6:6

3

Until now I'm using Docker for a hand-made hosting solution on single-VPCs, with fail2ban installed on host and watching at Docker logs from Nginx containers (Each server can host multiple we...
Warlock asked 15/5, 2019 at 22:46

18

Solved

I just tried out Docker. It is awesome but seems not work nicely with ufw. By default, docker will manipulate the iptables a little bit. The outcome is not a bug but not what I expected. For more d...
Haleakala asked 21/5, 2015 at 20:35

4

I am getting below error while running Function app. Version: V2 Function App Running from Visual Studio 2017 [1/17/2019 3:29:11 AM] The listener for function 'device-message-funcapp' was una...
Whitworth asked 17/1, 2019 at 3:55

6

Solved

After creating a new Azure SQL server using az sql server create, how can I enable the following options through PowerShell(Azure CLI)?
Woodborer asked 18/10, 2019 at 10:33

2

When I run Get-NetFirewallProfile I see that the Domain profile Enabled is set to True. However, when I go to Control Panel > Windows Firewall the Domain profile is turned off by the GPO. Also, in...
Klos asked 25/6, 2015 at 18:30

4

Solved

My firewall (Norton) is blocking WSL 2 from using the internet. I cannot ping even google. When I turn the firewall off, everything works, and when I turn it back on again, it no longer works...
Sobriquet asked 7/9, 2020 at 22:18

8

Solved

We have a MySQL server in one of the remote Virtual Machine (Windows Server 2008). Till yesterday we were able to connect to the MySQL server, with the help of workbench installed in our local mach...
Teresa asked 7/2, 2014 at 12:8

5

Solved

I can't git push/pull to github from my corporate vpn: git push origin master ssh: connect to host github.com port 22: Connection timed out fatal: The remote end hung up unexpectedly I assume th...
Larisa asked 16/4, 2009 at 18:25

5

A little background: Basicaly I'd like to add a program firewall access rule to both private and public networks. I used to use this- "netsh firewall add allowedprogram program= "Path.." name=AppN...

1

There is a cool utility out there called sshuttle. It has depended on ipfw to forward packets in the past. It appears that ipfw is mostly broken in Mavericks and the advice is to use PacketFi...
Damick asked 16/9, 2014 at 15:55

4

Solved

My firewall is configured to deny all inbound and outbound traffic unless a rule says otherwise. This answer suggests making rules for git.exe, sh.exe, and ssh.exe. So I did. Even bash.exe. S...
Rap asked 10/10, 2014 at 10:49

2

Should I block 9000 port when I using php-fpm? I want to know that when I open a port 9000 and run php-fpm, can the attacker execute specific file by request my server using port number 9000.
Lissy asked 17/3, 2021 at 7:13

1

I realized that recently docker add integration with firewalld and I just want to setup my server using firewalld instead of iptables boring rules and chains. This is my docker zone output: ...
Sims asked 8/3, 2021 at 9:21

2

Solved

I wrote a simple test project, which opens port 9123 for some time and exit: import java.io.IOException; import java.net.InetSocketAddress; import java.nio.charset.Charset; import java.util.Date; ...
Dorella asked 9/12, 2016 at 17:32

3

Solved

Consider, the following expressjs app: var express = require('express'); var http = require('http'); var httpApp = express(); httpApp.configure(function() { httpApp.use(express.static(__dirname ...
Dreadful asked 6/7, 2013 at 9:6

7

I'm trying to ping another computer that is connected to the same Wi-Fi network. Pinging to anything else (localhost, website, etc.) works fine. But when I try to ping to the local ip address of my...
Elanorelapid asked 19/3, 2019 at 2:55

3

I'm asking my network admin to open up ports on the firewall to allow remote debugging. It says in the documentation on MSDN that it needs UDP 135. However, the admin says that a number of non-stan...

2

Solved

We are running a simple application that connects to Firebase are reads some data. It fails to connect with the following timeout error: @firebase/database: FIREBASE WARNING: {"code":"app/invalid-...
Ellsworthellwood asked 13/11, 2018 at 7:32

2

Solved

I am required to test at least 130 ip addresses and ports. I am hoping to write a bash script such that it reads the ip address and ports from an input file. I have the following while read line ...
Sulphurbottom asked 2/5, 2014 at 6:13

4

I have a node application that uses puppeteer to test a web site. Up until we updated to latest puppeteer 1.12.2 we had no problem. Node launches puppeteer on timer On every launch, system asks: ...
Tigre asked 6/2, 2019 at 0:44

4

Solved

So... this is my problem: I can access to a VPN from my machine. I can access to a server in the VPN via SSH, but this machine has no access inside out because a firewall is blocking the reverse s...
Gonidium asked 1/4, 2016 at 10:26

2

Solved

I'm running Ubuntu 18.04 from Windows Bash: uname -a Linux DESKTOP-M87DGAS 4.4.0-17134-Microsoft #112-Microsoft Thu Jun 07 22:57:00 PST 2018 x86_64 x86_64 x86_64 GNU/Linux I need to open some po...
Haynie asked 20/6, 2018 at 10:58

2

Solved

I have a Symfony bundle which can only be accessible by using mydomain.com/box To access /box you must be logged in, however i would like to enable anonymous access into mydomain.com/box/download ...
Jarrad asked 14/3, 2014 at 13:44

5

Solved

Anybody know how to programmatically add an IP address to a Server 2008 Windows Firewall with Advanced Security rule? i.e. I've setup a Block Action firewall rule which has some IP addresses liste...
Occultation asked 7/12, 2010 at 23:55

© 2022 - 2024 — McMap. All rights reserved.