Tagged Questions
[windows-firewall] should be used when referring to the firewall that comes with Windows. Other firewalls that run on Windows should contain the two tags [windows][firewall]
7
votes
2answers
766 views
6
votes
1answer
1k views
What causes Windows Firewall to block an application?
I have a Windows Forms application that runs locally on the user's desktop. The only way it accesses the Internet is by doing System.Diagnostics.Process.Start(url) to launch the user's default browser ...
5
votes
6answers
2k views
Java 7 prevents FTP transfers on Windows Vista and 7 if firewall is on. Any ideas?
Java 7 prevents FTP transfers on Windows Vista and 7.
In FTP, before a file is transferred a PORT or a PASV command must be sent. As soon as one of the commands is sent the Windows Firewall closes ...
5
votes
1answer
518 views
Disable the programs ability to add exceptions to windows firewall via the API
This is a problem with Windows Firewall that is very annoying from its introduction. And persist trough several versions of windows.
I have two questions:
Is it possible to be disabled or at least ...
4
votes
1answer
193 views
Expose WCF service cannot retreive object through windows firewall
I built a WCF service that exposes itself for a web application, it accepts an object and prints the data on the clients machine. Works fine on my development machine, and the service is up and ...
4
votes
1answer
78 views
How to approach whitelisting an app/exe
We have an application that auto-installs upgrades of itself on our customers' (Windows OS/PCs) computers. It is lightweight (650K) and does a very specific task for our customers in helping us ...
3
votes
4answers
231 views
Detect if windows firewall is blocking my program
I have an application that communicates with a NetApp device through their api. With the windows firewall on, the api commands will fail. With the firewall off, the api commands work. I don't ...
3
votes
1answer
705 views
Deploying NetFwTypeLib to manage the Windows Firewall
My Windows service needs to create/remove certain rules from the Windows firewall. For this I interface with NetFwTypeLib in <windows>\system32\hnetcfg.dll via COM. It works great on my 64-bit ...
2
votes
0answers
30 views
How to detect if windows7 is blocking my UDP server? How to request permission?
How can my program force the windows7 firewall to let me through, or raise an error?
My boost asio UDP peer-to-peer code was working. Today it would not work. I checked the firewall, and a.exe in ...
2
votes
3answers
956 views
All localhost pages via WAMP blocked?
I've been trying to fix a weird 403 Forbidden error I get when I try to go to one of my pages via WAMP on the localhost.
After adding a rule to open up port 80 via Windows Firewall, which apache ...
2
votes
1answer
614 views
ClickOnce applications and Windows Firewall
It appears to me that ClickOnce applications will not work smoothly with Windows Firewall.
I have been successfully utilitising ClickOnce deployments for two years. This has hit a stumbling block now ...
2
votes
2answers
733 views
Programmatically modify Firewall rules in Windows Server 2008 R2
I want be able to programmatically enable, disable, create firewall rules in Windows Server 2008 R2.
What is the object model to modify the firewall rules from .Net/PowerShell?
2
votes
3answers
926 views
How to detect a firewall in Windows?
My app needs to make a GET request to a website and I'd like to be able to know if it's being blocked by a firewall, and ask the user to add an exception.
How can I find out that my get request ...
1
vote
1answer
8 views
How to add MAF process to windows firewall exception rules
I using Microsoft Managed AddIn Framework, to run my addin as a separate process.
It creates a process called "AddInProcess32.exe" from my plugin dll.
The plugin should able to open a port, so i ...
1
vote
1answer
68 views
windows security alert windows firewall has blocked some features of this program message coming for every new build of my application
I made a .net win forms application which uses ftp so windows shows windows security alert: windows firewall has blocked some features of this program message for every new version of my application ...
1
vote
1answer
68 views
Windows XP firewall blocking in-bound UDP packets: programmatic exception for Java program or workaround?
I have a Java program that is communicating with other programs on a network using UDP packets. I noticed that on my Windows XP machine, I could not receive in-bound packets, and after some research, ...
1
vote
0answers
20 views
Https on windows server 2008 iis works only on the server
I have a strange problem on my windows 2008 server. I developed an ASP .NET application which I published in IIS 7 for http and everything was fine.
but then, I decided to add https support for my ...
1
vote
2answers
71 views
Add Blocked IPs using .NET Framework
We have a lot of machines, and it can be a pretty big pain in the ass when a customer on one of them requests that we block some IPs. We run Game Servers, so generally IPs that need to be blocked can ...
1
vote
2answers
337 views
How to Add Outbound Windows Firewall Exception?
I need to open up the Windows Firewall for outbound connections for an application I'm writing.
The best answers I've been able to locate are here:
...
1
vote
1answer
113 views
Stop connections to SQL Server sa account?
I have a sql 2008 box under a brute force attack. They are trying to crack into the SA account which is already disabled. Is there a way, with Windows Firewall, to deny all requests to log into the SA ...
1
vote
0answers
122 views
Windows 7 Firewall: Modify group items from command line
I am creating an interface that allows the user to manage (among other things) the Windows Firewall. The GUI that comes with Windows looks like this
My GUI is written in Java and uses the netsh ...
1
vote
1answer
418 views
Check if port is blocked by windows firewall
How do i check if specific port is blocked by Windows firewall , both in incoming and outgoing connections.
I've seen code samples such as this one:
Protected Sub Button1_Click(ByVal sender As ...
1
vote
1answer
59 views
How to detect that Windows Firewall is asking user for permission
We're working on an application that listens on some ports. We really want to avoid using a proper installer, so we can't open the firewall at that point.
First time the application runs, Windows ...
1
vote
2answers
1k views
VBS or BAT script for opening WMI ports in windows firewall
How can you most reliable open ports need by WMI in windows firewall ? In need this in form of a BAT or VBS script and it needs to work on win XP and all newer.
Thank you very much.
EDIT1: win XP ...
1
vote
1answer
1k views
ec2: cannot open port 5080 on windows instance
I'm pretty new with ec2, firewall settings etc, so I might be missing something obvious, but:
I've created a 'getting started with windows' instance
with a security group that has 5080 specified
and ...
1
vote
3answers
62 views
Does a firewall on a machine only block stuff from outside the machine or also from processes on the machine?
Does a firewall running on a machine only block stuff from outside that machine, or do they block communication between processes on a machine communicating via ports?
Specifically, I'm writing a ...
1
vote
2answers
606 views
TCP packet interception and redirection under windows
I have been trying to find some way of redirecting outbound TCP packets under windows, but so far have not been successful. Does anyone know of any software/code bit that would do something like that?
...
1
vote
1answer
540 views
How do you add firewall permission to an app during installation?
I've heard that you can, during installation, add an exception for your app to give permission for it to access the internet through the firewall.
Anyone know how to do this?
1
vote
2answers
1k views
Remote login to SQL Server Express 2008
I am remotely accessing SQL Server Express 2008.
I have turned on service "SQL Server Browser"
I have turned on service "SQL Server (SQLExpress)"
I have enabled TCP/IP and set dynamic ports to blank ...
1
vote
1answer
554 views
Best practice for adding firewall exception: program or port exception?
For a distributed production client-server WCF application (self-hosted as a Windows Service with NetTcpBinding), I am adding logic to add expception to Windows Firewall during the installation via ...
1
vote
3answers
7k views
Can't connect to MySQL server on 'localhost' (10061)
I recently installed MySQL 5 on windows 2003 and tried configuring an instance. Everything worked fine until i got to "Applying Security settings", at which point it gave me the above error.
I do ...
0
votes
0answers
5 views
Add Firewall Exception for an Application(exe) which is not exist yet physically [ windows 7]
Is is possible? I just know application name "MyApplication.exe"
0
votes
1answer
53 views
How to permanently remove firewall check on program programmatically
I have an application that sends and receives data from another application running on the same machine using UDP protocol. Every time I open the program after I restart my computer, the firewall ...
0
votes
0answers
72 views
Unable to Connect to SQL Server 2008 on a Server 2008 VMWare Virtual Machine from Visual Studio 2010 on Windows 7
I've created a Virtual Machine with Server 2008 and a database with SQL Server 2008 R2.
I'm unable to connect from my Windows 7 host machine through Visual Studio 2010 Server Explorer.
I have tried ...
0
votes
0answers
25 views
Problems with INetFwPolicy2 interface and group policy
Using INetFwPolicy2, it is fairly trivial to check and/or modify the local Windows Firewall policy. However is there anyway this API can be used to check the status of the firewall once a group policy ...
0
votes
0answers
71 views
Silverlight CrossDomainError on IISExpress 7.5
I am getting this issue only on my PC. I am using IIS Express 7.5 to host WCF services on my Local Port. I tried in different PC's its working good.
Error:
[CrossDomainError] Arguments:
...
0
votes
0answers
34 views
Windows Form App crashes in Server 2008 obtaining Firewall Manager
I wrote a small C# application to do firewall tasks like block IPs, enable/disable the firewall, etc. It works perfectly on Windows 7 x64 but as soon as I try it on Windows Server 2008 x64 it crashes. ...
0
votes
1answer
94 views
IIS 7.5 access over LAN - SSI (Server Side Includes) problems
I'm a front end developer, working on IIS/.NET websites. My local development setup is Windows 7 with IIS 7.5. I'm currently working on a mobile site, and want to be able to check it locally on ...
0
votes
2answers
82 views
Has anybody ever used QaasWall to prevent brute force attacks?
We suffered a brute force attempt on our SQL database yesterday and obviously want to prevent this from happening again. The bot or whatever it was was trying to log into the sa account about 30 times ...
0
votes
0answers
70 views
IIS Hosted service and Windows firewall issue
I've got an IIS hosted WCF service running at port 8081 on a machine running Windows Server 2008R2, which works fine when Windows Firewall is disabled. But I've ran into some problems when trying to ...
0
votes
0answers
145 views
Windows 7 blocks outgoing connection in passive mode, why?
I have an issue with my firewall. If it is enabled it blocks outgoing connections when connecting to a ftp server with passive mode.
PWD
257 "/home/web"
CWD /home/web
250 Directory ...
0
votes
0answers
59 views
Windows Built-In Firewall: Detect a blocked outgoing connection
Is it possible to detect that an outgoing connection was blocked, and also detect which exe was blocked?
This of course would only happen if we stop allowing outbound. We would run this command
...
0
votes
2answers
99 views
Built-In Windows Firewall: Lock outgoing connections?
By default, the Windows Firewall seems to block incoming (locally created listen sockets) connections by default. They can then be permitted per exe file.
Is it possible to configure something ...
0
votes
0answers
118 views
Adding Windows firewall setting to the Registry - Why does it not appear?
This question is a result of my attempted work around for this issue.
The Windows Firewall Rules (Vista and up) are stored in the Registry ...
0
votes
1answer
75 views
firefox ipv6 connection failed while tcp layer connected
I am trying to connect to an http server via IPv6 link-local address from Windows xp sp3 with firefox 6.
Although connecting by IPv4 address of serve worked well, IPv6 failed with connection failed ...
0
votes
0answers
84 views
Accessing Remote Files thru Windows Server 2008 Firewall
I'm trying to set up the Windows Server 2008 R2 firewall. Everything is fine except for one problem: I cannot access files on the server while the firewall is on. I've enabled literally every ...
0
votes
1answer
15 views
Should application remove the firewall rules on uninstall?
My product has a service which adds a firewall rule while starting (manual start) for the first time. Installer for my product does not add any firewall rule.
When I uninstall the product, as the ...
0
votes
1answer
59 views
Problem with third party Antivirus , android code not running [closed]
My Android code makes a web service call when I run the code on my local Android Emulator using the URL: http://192.168.56.1/test/Service1.asmx .When I run the code in my emulator I get the desired ...
0
votes
0answers
83 views
Set the Windows Advanced Firewall excluded interface with C#
I'm trying to display/set the Windows Advanced Firewall with C#, and I stuck with the ExcludeInterfaces property http://msdn.microsoft.com/en-us/library/aa365315(v=VS.85).aspx
Type NetFwPolicy2Type = ...
0
votes
0answers
58 views
Adding a port range to windows firewall rules for server 03 R2 and 08
I've got to add a range of 100 ports to the windows firewall rules for server 03 R2 and 08. I've already done this on 08 R2 using netsh but the same commands won't work for 08 standard and 03 R2. ...