[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]
0
votes
0answers
12 views
ClickOnce application creating a new firewall rule on every update
I have an application that uses TCP to allow for instant notification over our internal network and published it using Visual Studio Professional 2012. I'm finding that on each update though (still ...
0
votes
0answers
26 views
Filezilla Server not workin on Windows Web Server 2008 R2
I've installed FileZilla Server on Windows Web Server 2008 R2. I've set up everything correctly on FileZilla and I can connect withing the server.
The problem
I cant connect to the server from other ...
-2
votes
0answers
25 views
IIS FTP Passive mode [closed]
We have FTP configured on Windows server 2008 with both public and private IPs.
The problem is that in response to PASSIVE mode, our FTP server is returning its private IP in place of public IP.
...
0
votes
1answer
28 views
How to block WCF services using Firewall or any other security setting
For an application testing purpose I want to know how to block applications that are trying host http WCF host services. Could someone please point me the right place to block? I've been guessing and ...
2
votes
1answer
83 views
Coinitialize has not been called error message
I am in the process of coding a console application that will create a firewall exception for my main app called Client.exe which uploads a few documents to our servers via FTP. I borrowed RRUZ code ...
0
votes
0answers
13 views
ClickOnce application and Windows Firewall, Invalid character in program path
Looking around on the web I see lots of people with the same issue. Every time you update a ClickOnce application you have to add a new entry to Windows Firewall rules (If it is doing things over the ...
1
vote
0answers
46 views
Winsock Connect function is taking too long when Windows firewall is on
I have made a client that, when the windows firewall is OFF on the server then it will connect instantly to the server but when the firewall is ON then it takes around 30-35 secs to connect with ...
0
votes
0answers
16 views
Cant start Windows Firewall from control panel [migrated]
I have a weird problem.
I try to open the Windows Firewall settings through the control panel.
What i do, basically , is to click on Control Panel > System and Maintenance > Windows Firewall.
Well ...
0
votes
1answer
34 views
Obtain the list of open ports, windows firewall
I am trying to develop a code that manages the firewall ports using vb.net. The first part is to list all ports enabled. so I am trying this code:
Function portsList()
Dim ports As ...
0
votes
0answers
22 views
SQL Server Connectivity issue with Windows Firewall [closed]
On a Win Server 2008 R2 I have a running named instance of SQL Server 2008 R2.
Windows firewall is enabled on that machine, however we have added inbound and outbound rules
opening all the ports ...
0
votes
0answers
28 views
Remove firewall rule with no exe attached
I was doing some experiments with firewall and in result I have added some firewall rules which doesn't have exe attached to them. Now I am unable to remove these from firewall. Remove button is ...
0
votes
0answers
53 views
Using netsh advfirewall to block URLs in Windows
I know that Windows allow blocking IP addresses through netsh like so:
netsh advfirewall firewall add rule name="Block some stuff" dir=in action=block remoteip=xxx.xxx.xxx.xxx enable=yes
But is ...
0
votes
1answer
69 views
Windows Firewall - how it works [closed]
I have an application, which should connect to web-service and call web-method.
Code:
private void Button_Click(object sender, RoutedEventArgs e)
{
...
0
votes
0answers
34 views
world wide web services not in windows firewall list
I'm trying to follow instructions to allow incoming requests from outside my network to view sites I have setup in IIS7, by IP address & port. I'm following the advice given in these previous ...
0
votes
1answer
118 views
SignalR self-host: Windows firewall settings?
I have a SignalR self-hosted server application. Whether run as a console application or as a Windows Service, it accepts traffic under all usual firewall rules required in our environment except for ...
0
votes
0answers
127 views
Block incoming DNS queries using netsh advfirewall [closed]
How do you do this with Windows firewall?
iptables -I INPUT --in-interface ! lo -p udp --dport 53 -j DROP
Ideally, if you can do this with netsh and before there is anything listening on port ...
0
votes
1answer
617 views
Block .EXE in Windows Firewall with context menu
I got the following bit of code for a .REG file that adds "Add to Firewall" to the context menu on right clicking on a .EXE file. It simply creates an Outbound Rule in the windows firewall for that ...
0
votes
0answers
39 views
windows firewall: intermittently dropping connections?
I am developing an application that has a client and a server on a local area network using tcp. there is a server side firewall rule to allow connections to the server's port. most of the time the ...
1
vote
1answer
293 views
Unable to connect to repository in repo-browser
I have SVN server setup on Windows Server 2008. I access the repositories successfully from other systems. But recently I installed the TortoiseSVN (TSVN) on another server, Windows Server 2003, where ...
0
votes
1answer
207 views
Adding an application firewall rule to both private and public networks via win7 FirewallAPI
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=AppName ...
2
votes
2answers
203 views
Install a Apache/MySQL/PHP web application locally
We have a web application that is based on Apache, MySQL and PHP. I want to make that available as a desktop application for windows also, installed via MSI. A small .NET application starts a modified ...
0
votes
1answer
36 views
Problems with INetFwMgr on Windows Server 2012
Using the following code works on every OS I've tested except for my Windows Server 2012 machine:
public static Type FwMgrType = Type.GetTypeFromProgID("HNetCfg.FwMgr");
public static void Main()
{
...
0
votes
1answer
57 views
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 ...
5
votes
2answers
210 views
UDP hole punching timeout
I need to implement a UDP protocol. The PC has to listen at a dedicated UDP port for incoming packets. It also sends packet (answers). The application runs on Windows XP, 7, 8, ....
The Windows ...
1
vote
0answers
89 views
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 ...
0
votes
1answer
20 views
Windows server 2003 allow programms update
I am using a computer connected to a domain running windows server 2004 sp2.
I am trying to update an accounting program but the firewall blocks me. Through my computer i went to firewall settings and ...
0
votes
0answers
170 views
Apache 2.2 Proxy pass 503 errors - redirect/rewrite/proxy local path to another URL
Disclaimer: I have posted this question on another SE forum but had no answers - hoping ST might be more successful.
I've been struggling with this for a while, but please forgive my ignorance, I'm ...
1
vote
1answer
211 views
Creating exception in Windows firewall using VB.Net
How can I add my application to the exception list of windows firewall, using vb.net code?
Thanks
1
vote
3answers
170 views
Visual studio Firewall and SQL connection issues
I seem to have troubles to get my application (run from k) to connect to the database, this has occured after some changes i made to my SQLExpress instance and has probably something to do with the ...
0
votes
2answers
486 views
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 ...
0
votes
2answers
152 views
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 ...
0
votes
0answers
288 views
Telnet public IP not working, but from remote , and other computers in local network work just fine
I am using Windows XP, and I have some servers installed on it. (Apache, MySql, SMTP(hmailserver), etc.). When I try to telnet my external IP address from that computer its says:
Connecting To ...
5
votes
4answers
431 views
How can I detect if a firewall product is enabled?
How can I detect (from a Windows Forms application written in C#) if a firewall product is enabled?
Here is my code and i am getting error on INetFwMgr that type or namespace could not found
...
0
votes
1answer
617 views
Xming not connecting on Windows 7
I have just installed Xming on a Windows 7 Ultimate system. I have another machine on the LAN running Ubuntu and am trying to have its X11 apps appear on the Windows system.
This has worked in the ...
2
votes
0answers
1k views
IPNAT.SYS running after reboot, stopping connection to server
Came in this morning to find our server had rebooted and websites were down. Server was online and able to connect via Logmein. (Windows server 2003 R2 Standard Edition SP2)
The actual symptom was ...
1
vote
2answers
545 views
run multiple sites from one IP in IIS
I am new at hosing sites in IIS, and i am really struggling with this.
I have a box with windows server 2008 and IIS 7 and im using an asp.net app.
I am trying to run multiple sites from one IP, ...
0
votes
2answers
208 views
Set Firewall to allow access to ASP.NET application
I have two computers on the same LAN (via router). One computer has an ASP.NET application installed. I can run this application from the 2nd computer only if I set the Windows Firewall for Public ...
0
votes
0answers
13 views
Jenkins (windows) not accessible over web after moving JENKINS_HOME [duplicate]
Possible Duplicate:
How to change Jenkins default folder on Windows?
I moved Jenkins from C:\Program Files(x86)\Jenkins to a new drive D:\Jenkins, as the C drive was running out of space.
...
0
votes
1answer
435 views
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 ...
0
votes
0answers
142 views
Accessing IIS Website from other computers on same Network [closed]
I have hosted my website on local IIS it works fine, but when I browse it through another computer on the same network it is not working, but when I disabled my Firewall it works fine. What should I ...
0
votes
1answer
234 views
Firewall blocking DLL on ASP.Net application
I have a project which makes a .dll in C# which contains a very simple ftp client (FtpWebRequest, FtpWebResponse), and want to use that .dll in various Web projects including it in Bin directory.
The ...
0
votes
0answers
230 views
TMG block internal user form accessing internal site
I have two Microsoft Forefront Threat Management Gateway 2010 (GW1 and GW2) running on a Windows 2008 R2 server and one web server www.mysite.org behind this Gateway .
My internal user can access all ...
0
votes
1answer
46 views
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 ...
0
votes
1answer
457 views
How to add a windows firewall port exception on a remote machine using powershell?
I am writing a script to do a silent install of a program on a windows machine using powershell. However I am hitting an issue where the program does not properly setup the machine's windows firewall ...
1
vote
2answers
262 views
Adding a connection to a SQL Server 2008, what do I need to open up?
I'm trying to add a Data Connection in Visual Studio 2010 to a SQL Server 2008 database at a given IP (thru internet). What ports do I need to open up and forward to make the magic happen?
Any ...
0
votes
0answers
79 views
Problems with computer after installing .NET Framework. Is it possible to install Windows SDK without installing .NET Framework?
I use Windows XP, NB, Cygwin and g++ compiler. I found that header files and libraries of Cygwin are out of date, Winsock aplication cannot be compiled with them, functions are missing. So I need to ...
0
votes
0answers
67 views
How to prevent system-generated firewall rule changes in standalone Windows 7 Home Premium install [closed]
I'd like to "freeze" firewall rules on a Windows 7 Home Premium (x64) stand-alone install such that the only way to alter the firewall rules is to manually define such rules from the Windows Firewall ...
1
vote
1answer
94 views
COM Getting INetFWMgr error
So the problem is when I try to get a pointer for that interface, it tells me error LNK2001: unresolved external symbol _CLSID_NetFwMgr.
I looked into the header, and CLSID_NetFwMgr is declared this ...
1
vote
2answers
145 views
Why are some networking APIs able to accept remote connections and others are not?
I'm at a loss to explain this behavior with web servers on windows. It's in a domain environment with windows firewall set as domain policy.
local web servers - both as localhost:port and FQDM:port
...
0
votes
1answer
81 views
Publisher field in Windows Firewall popup
Most of the time I've ever gotten this dialog, the Name and Publisher fields have been pretty unhelpful. So having our own app list "Main" as the Name and "Unknown" as the Publisher doesn't really ...




