windows-firewall Questions
4
Solved
I know I can use netsh advfirewall firewall add rule or wf.msc to create new firewall rules; but when I create a rule this way, it will NOT have a groupName and thus I can't manage multiple rules a...
Mouse asked 14/8, 2012 at 16:0
2
Solved
We currently run windows on all of our machines due to software limitation.
Within this however, we are needing to redirect certain packets that come into an IP and Port to a different Port (same ...
Latona asked 30/3, 2016 at 15:33
13
Solved
I'm using "yeoman" and "bower" on windows 7 but got the following error when I create the app
yo webapp
The error is
bower not-cached git://github.com/jlong/sass-bootstrap.git#~3.0.0
bower res...
Cornucopia asked 14/2, 2014 at 21:18
1
I'm trying to upload a Python file to PyPi via twine upload <file> but I get an SSL error:
C:\pypubsub>twine upload dist\PyPubSub-4.0.0rc1-py3-none-any.whl
Uploading distributions to htt...
Paynter asked 11/10, 2016 at 5:15
1
Solved
I tried to use firewallAPI.dll to add a rule. It works fine for calc.exe (or some other files) as described bellow but fails for msdtc.exe with the following exception:
System.IO.FileNotFoundExc...
Rath asked 2/6, 2017 at 22:56
9
Solved
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 ...
Thibodeau asked 9/8, 2011 at 2:2
8
Solved
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 us...
Vanadous asked 9/6, 2011 at 16:15
0
I installed IntelliJ IDEA 2016.3 Community Edition and I created a simple Java class containing a main method that just prints a message. When I run that "program", the following window appears:
...
Deniable asked 1/12, 2016 at 8:13
6
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
name...
Tarweed asked 10/12, 2012 at 5:6
1
I'm making a WPF application where I use WebCLient to download file from a webserver. When I startup my app in debug mode it asks Firewall for permission and then I allow it to, which make my app w...
Uraemia asked 27/8, 2015 at 11:57
1
I need to detect the Windows Firewall state (i.e. whether it is enabled or not) in order to display a message warning that a Firewall rule may need to be configured to allow inbound connections on ...
Collator asked 16/8, 2015 at 21:8
5
Solved
First off, I already know that Windows Firewall is blocking my connection -- I just don't know what to do about it. When I turn WF all the way off, my remote connection works. I already have a Rule...
Astronomical asked 13/9, 2013 at 21:53
3
Solved
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 fi...
Jordan asked 13/2, 2013 at 15:12
1
One of the programs i am working on has a built in webserver, meant to only handle very specific requests (static). Unlike a TcpListener, when the HttpListener is started, The user is NOT prompted ...
Winwaloe asked 25/7, 2013 at 16:8
0
I have a simple Web Socket Server Application (SuperWebSocket) which I use to communicate with JavaScript. The idea here is to allow a local application to communicate with a browser. I'm developin...
Tully asked 6/11, 2013 at 6:33
1
Solved
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 cod...
Peony asked 9/5, 2013 at 19:1
1
It appears to me that ClickOnce applications will not work smoothly with Windows Firewall.
I have been successfully using ClickOnce deployments for two years. This has hit a stumbling block now th...
Scorpaenoid asked 29/9, 2010 at 0:42
3
Solved
I'm developing .Net 4.0 C# Windows Forms app which hosts WCF service on some predefined port (let's say 12345). We have another iPad app which talks to this WCF service - and this connection is blo...
Houlihan asked 25/5, 2012 at 16:42
1
Solved
I have this chunk of code which I found and implemented according to http://www.activexperts.com/activmonitor/windowsmanagement/scripts/networking/windowsfirewall/
procedure AddExceptionToFirewall...
Macswan asked 7/2, 2012 at 16:51
4
Solved
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 recei...
Beak asked 4/8, 2011 at 14:27
2
Solved
How to programmatically add an application or port to Windows Firewall on Windows XP?
Respectively asked 20/4, 2011 at 9:58
2
Solved
Before saying anything let me tell you that i am not well educated int networks related subjects.
I am a software developer and I have written and exposed a Service on HTTPS at port 8000. Now i w...
Yakka asked 3/2, 2010 at 7:46
1
Solved
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 brow...
Dandify asked 31/3, 2009 at 4:25
© 2022 - 2024 — McMap. All rights reserved.