Questions tagged [windows-firewall]

Questions referring to the firewall that comes built-in with windows. Use this tag only when referring to the firewall that comes with Windows; Other firewalls that run on Windows should contain the two tags [windows] [firewall] instead.

Questions referring to the firewall that comes built-in with windows. Use this tag only when referring to the firewall that comes with Windows; Other firewalls that run on Windows should contain the two tags instead.

495 questions
0
votes
1 answer

Creating firewall excetption using netsh command

I am trying to use netsh command to create windows firewall exception. The following command gives Syntex Error. Please advise where to make change. Thanks netsh firewall add allowedprogram C:\Program Files (x86)\Microsoft SQL…
Furqan Sehgal
  • 4,917
  • 33
  • 108
  • 167
0
votes
1 answer

xdebug timeout due to windows firewall

We have a problem with xdebug running on a development server when windows clients try to open websites on this server. The server sends an xdebug request to the client which seems to get stuck in the windows firewall if there is no client…
Michael Lihs
  • 7,460
  • 17
  • 52
  • 85
0
votes
2 answers

Modifying AWS EC2 windows firewall settings

I am trying to execute a FTP script on windows AWS EC2 instance to download a file , but the inbound connection is being blocked due to firewall settings. Can anybody suggest what should be the appropriate firewall configuration that it should have…
vkrams
  • 7,267
  • 17
  • 79
  • 129
0
votes
2 answers

Access Webrick Rails Server from local network

Hello i am trying to access my Webrick rails server that i started on my ubuntu to my windows 7 pc locally. I checked on ifconfig in my virtual box and used the inet:10.0.2.15 when i run my rails server and also used port 80 like this: rails server…
0
votes
1 answer

Add firewall exception

I'm working on a server/client TCP communication and it works fine, altough I can't make an application to add the software to the Windows firewall exception. I did found a sample, but it didn't worked. My code: Imports NetFwTypeLib Public Class…
blacblu
  • 297
  • 2
  • 6
  • 19
0
votes
1 answer

Firewall will not play ball

I'm running SQL Server 2008 Express on a windows 2012... or at least I'm trying to :) My problem is that I have opened the ports I thought I needed but still I cant manage to connect to the database from Visual Studio. As proof I have a screenshot…
Jason94
  • 13,320
  • 37
  • 106
  • 184
0
votes
1 answer

How can i allow people in my local network to access the web service in my machine?

I have coded a web service using the Axis 2 framework and I can successfully invoke it using a test client (SoapUI) on the local machine after publishing the application in JBoss 5. I can post to the WS endpoint from the local machine and get the…
0
votes
2 answers

Does my program need to have an exception in Windows firewall?

My program uses a component which makes http connections over the internet, but when I install and run my program on a clean installation of XP, it runs fine without an exception in the Windows Firewall having to be made. Why doesn't it need an…
CJ7
  • 22,579
  • 65
  • 193
  • 321
0
votes
1 answer

Connection aborted while running the Node.js "hello world" on Windows 7

Answered/fixed: Oops! 10000 points to jimw! I'm trying to start a hobby project using Node. So I got going: installed Node 0.6.14 copy-pasted the "hello world" program from their homepage in Eclipse saved as Main.js launched (node Main.js) opened…
oblio
  • 1,519
  • 15
  • 39
-1
votes
1 answer

I can't connect gcp vm windows after excute "netsh advfirewall reset"

I connect using RDP to vm windows in gcp, after in Windows I execute command netsh advfirewall reset , now I can't connect to my vm. Please help to connect my vpm, using configuration in cloud shell or other.
-1
votes
1 answer

VMware Workstation NAT guest: connection refused while connecting to service on host

My Ubuntu-based VM is running as NAT in VMware Workstation 16.2. The host is a Windows 10 box provided by my company (and hence somehow protected). On the host there is an HTTP service listening at port 9181. From the guest I run: curl…
-1
votes
1 answer

Defining a firewall using C# and CMD

I am a new guy in C# development and I am looking for a App to define a firewall rule... I searched nearly everywhere and found some code using NetFwMgr but it didn't work and I don't know why!? but I knew the cmd code for it, so I started to use…
Atrin Noori
  • 311
  • 3
  • 12
-1
votes
1 answer

having trouble viewing react app on mobile device

at my wits end here. I am trying to view my react app hosted at: http://localhost:3000 on a mobile device. When I navigate to http://xxx.xxx.xx.x:3000 on my mobile device (x being my ip address) I get the error that the server refused to respond.…
monsterpiece
  • 739
  • 2
  • 12
  • 34
-1
votes
3 answers

Block some public/external ip address to connect on internet (from batch file, windows, firewall)

I use Windows 7 Ultimate like Os i searching solution for this Os. I using a vpn connection I need to block some public/external ip address to access on internet (i need a ping failed) but I do not find any solution. For public/external ip address I…
placidomaio
  • 111
  • 1
  • 13
-1
votes
1 answer

Google Cloud Platform VPS Firewall Rules

thanks for read my post. I am a newcomer. Today i was working with Google Cloud VPS and I discovery how to able ports in the google firewall rules, so I put rules for port 7171 and 7172 but do not work yet. Looks blocked. I can do something more to…
1 2 3
32
33