Tagged Questions
A firewall is a network security device or software. Please specify the brand and model or version in your question.
9
votes
1answer
182 views
How to make windows recognize my app as a firewall product?
I am developing a basic firewall and i want to set windows to recognize it as a firewall to stop displaying those messages eg (your computer doesn't have a firewall) ... how can i do that do i need a ...
9
votes
7answers
12k views
Programmatically add an application to Windows Firewall
I have an application that is installed and updated via ClickOnce. The application downloads files via FTP, and therefore needs to be added as an exception to the windows firewall. Because of the ...
8
votes
4answers
654 views
RESTful PUT and DELETE and firewalls
In the classic "RESTful Web Services" book (O'Reilly, ISBN 978-0-596-52926-0) it says on page 251 "Some firewalls block HTTP PUT and DELETE but not POST."
Is this still true?
If it's true I have to ...
8
votes
5answers
6k views
Connecting to gitosis server through an SSH tunnel
I've got an SSH tunnel setup on my macbook, like this...
$ ssh -o ServerAliveInterval=3 -N -L 22222:gitosis-server:22 user@firewall.domain.com
So I can ssh to localhost:22222 and will end up on the ...
8
votes
2answers
5k views
MSDTC - how many ports are needed
I have a considerably large application that uses MSDTC. How many ports should I open? Is there any way to determine it?
EDIT: I know what ports I need to open, I don't know how many I need.
8
votes
10answers
2k views
How secure is IP address filtering?
I'm planning to deploy an internal app that has sensitive data. I suggested that we put it on a machine that isn't exposed to the general internet, just our internal network. The I.T. department ...
7
votes
2answers
121 views
Guid in Querystring is being transformed somehow
I am not sure why this is occuring but here are a few details that may help to find a solution:
It seems to work correctly on most computers firefox and IE
It occurs to certain Guids as others work
...
7
votes
4answers
129 views
Application shown as threat by AVG
I am working on project in VB.Net that includes Socket Communication and embedded HTTPListeners, this is a group of applications that intercommunicate using Sockets. My problem is from few days I ...
6
votes
3answers
583 views
Programmatically add IP to Server 2008 firewall rule
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 listed ...
6
votes
3answers
706 views
iptables c++ control
I need to control inbound and outbound traffic to/from a linux box from within a C++ program. I could call iptables from within my program, but I'd much rather cut out the middle man and access the ...
6
votes
5answers
4k views
Trying to load files from github through a firewall is impossibly slow. Any suggestions for workarounds?
I'm a little hesitant to post this, as I'm not completely sure what I'm doing. Any help would be wonderful.
I'm on a computer with a firewall/filter on it. I can download files without any ...
5
votes
1answer
112 views
Is it possible to see if a URL / route is protected behind the firewall programatically?
I have a situation where I need to run some code if the user tries accessing a protected URL and is not authenticated / authorized.
By default, Symfony handles unauthenticated users by redirecting ...
5
votes
3answers
747 views
C++ redirect outgoing connections
Is there any way in C++ on windows to monitor a program and redirect any outgoing requests it makes on a specific port? I have a simple C++ http proxy and want it to be able to automatically redirect ...
5
votes
3answers
3k views
Will html5 websockets be crippled by firewalls?
I'm extremely excited about html5's websockets spec but I have a concern.
These days everyone is operating off of some network, with routers (wired/wireless) that have built in firewalls, windows has ...
5
votes
2answers
2k views
git push/pull times out
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 this ...
4
votes
2answers
103 views
how to simulate firwalls and proxies when developing code?
I am writing code that often has to work in restricted environment. I sometimes code at home, where it works nicely and the moment I put it to test at work, McAfee or some other firewall blocks it.
...
4
votes
3answers
225 views
Java vs. firewall: how to let Java applications have their own set of rules
Let's say I have coded a Java application that requires Internet access. Usually the firewall pops up and asks whether or not this is OK. Now I have the options to generally allow Internet access or ...
4
votes
1answer
206 views
Windows Firewall Programming
I googled many times till I created this question, so please excuse me if there are some tutorials out there. I didn't found them.
How can I code a firewall application in windows? I thought about a ...
4
votes
3answers
506 views
Filetransfer app in VB.Net UDP vs TCP and
I'm developing a filetransfer app in VB.Net
The sizes of the files vary, but can get up to 10+ GB.
I already create a chat app as a test.
On the clientside I run this code to connect to the server.
...
4
votes
2answers
542 views
A unique URLError: <urlopen error timed out> Error I am getting
I am running my application on my production server and it is giving me this error:
File "/usr/lib/python2.6/urllib2.py", line 391, in open
response = self._open(req, data)
File ...
4
votes
3answers
2k views
How can we troubleshoot intermittent “An existing connection was forcibly closed” errors caused by a Cisco CSS
We have the "standard" three tier architecture with our middle tier hosted in IIS and accessed via .net remoting. These errors occur between our web and web services servers (front tier) that are ...
4
votes
1answer
556 views
Avoid Windows Firewall popup with Sockets on localhost
I have written a simple Java application that interacts with multiple instances of itself using sockets. The first instance automatically takes on the role of the server, listening on a specific port, ...
4
votes
1answer
1k views
Add to Firewall Exception list
I got below mentioned code for adding my application to Windows Firewall Exception list.
I wanted to know if this will also work for other firewalls eg: Antivirus firewalls etc.
If not then please ...
4
votes
5answers
1k views
Block Application access to network via a Cocoa API (LittleSnitch APIs)?
I am using OS X 10.5 and I am looking for a way to detect if an application attempts to access the Internet. At this point I would like to block the application if it matches a set of rules that I ...
4
votes
6answers
2k views
Can I SSH to MySQL with the GUI tools?
I have a ubuntu server which I've locked down to only HTTP, HTTPS and SSH (port 30000). On this box I have a MySQL server which 99.9% of the time is only used locally. Every now and then I want to ...
4
votes
5answers
2k views
Client firewall blocks all ports but 80 and 443, need away to forward requets on port 443 to SSH or HTTPS
I am currently working at a client were they have locked down the network, except for ports 80 and 443. I need to connect to our server using SSH, but the same server also runs our website. We do not ...
4
votes
3answers
4k views
Interesting issue with WCF wsHttpBinding through a Firewall
I have a web application deployed in an internet hosting provider. This web application consumes a WCF Service deployed at an IIS server located at my company’s application server, in order to have ...
4
votes
7answers
463 views
Firewall - Build or Buy
I have a Linux web server farm with about 5 web servers, web traffic is about 20Mbps.
We currently have a Barracuda 340 Load Balancer (keep away from this device - piece of crap!) that is acting as a ...
4
votes
6answers
6k views
WCF push to client through firewall?
See also How does a WCF server inform
a WCF client about changes? (Better
solution then simple polling, e.g.
Coment or long polling)
I need to use push-technology with WCF through client ...
3
votes
1answer
145 views
Create firewall rule to open port per application programmatically in c#
I need to open specific port for my application.
I have tried using INetFwAuthorizedApplication rule per application for all ports.
fwMgr.LocalPolicy.CurrentProfile.AuthorizedApplications.Add(app)
...
3
votes
1answer
388 views
Setting USE_SHARED_SOCKET to reach Oracle database through firewall
I have an oracle client which communicates with an Oracle database through a firewall.
I have been asked to limit the number of ports that need to be opened to an absolute minimum.
I think it should ...
3
votes
7answers
596 views
Linux per program firewall similar to windows and mac counterparts
Is it possible to create GUI firewall that works as Windows and Mac counterparts? Per program basis. Popup notification window when specific program want to send\recv data from network.
If no, than ...
3
votes
2answers
181 views
DTC firewall requirements?
I'm attempting to set up an environment in which a TransactionScope originating on a web server (asp.net) will flow a transaction through WCF to an application server and subsequently through to the ...
3
votes
2answers
826 views
UDP hole Punching
I've got some questions regarding hole punching with UDP. Based on the wiki http://en.wikipedia.org/wiki/UDP_hole_punching
1) To set up a UDP session between two parties (the client which is behind ...
3
votes
2answers
367 views
Turn an AppEngine Blacklist into a Whitelist
AppEngine allows the definition of blacklists, to disallow access from certain IP Ranges (http://code.google.com/appengine/docs/python/config/dos.html).
What I would like to do is the inverse: A ...
3
votes
1answer
2k views
Programmatically add rules to “Windows Firewall with Advanced Security snap-in”?
Is there any library in .NET that would allow me to manipulate the Windows Firewall with Advanced Security in Windows 7?
The reason I ask this is because, I want to be able to add program/port ...
3
votes
3answers
527 views
Genetic Algorithms for computer security
I am in the process of choosing project for uni. And I am really interested on combining genetic algorithms and computer security.
Therefore my question, Is it possible to use GA on any aspect for ...
3
votes
2answers
223 views
Socksifying a Java ServerSocket - how to approach
I would like to have a Java program running on network A have a ServerSocket living on another network B through a proxy. I have played with a SOCKS5 proxy (which works) but it appears that all the ...
3
votes
2answers
172 views
books about Firewall development [closed]
i was just asked today, but i couldn't answer precisely so that's why i'm asking here :-)
There is any book about Firewall design and implementations (Unix environment and C)?
For sure, i could ...
3
votes
1answer
174 views
Proxy calls across a DMZ
We need to determine a quick way for our web application deployed in a DMZ to communicate to our SQL server that lives in the protected network. Only port 80 is open and available, and no direct SQL ...
3
votes
2answers
504 views
How do I change permissions to a socket?
I am trying to run a simple Python based web server given here.
And I get the following error message:
Traceback (most recent call last):
File "webserver.py", line 63, in <module>
main()
...
3
votes
4answers
253 views
How to programmtically open ports on firewall appliances?
Is there a reliable programmatic method to open ports common firewall appliances?
3
votes
1answer
534 views
How do I write code to get through NAT in a similar way to Skype?
Does anyone knows, how skype redirect NAT and FireWalls?
3
votes
5answers
697 views
(network sockets) bytes stuck in Send Queue for 15 minutes; why?
I have a Java program running on Windows (a Citrix machine), that dispatches a request to Java application servers on Linux; this dispatching mechanism is all custom.
The Windows Java program (let's ...
3
votes
3answers
2k views
Linux iptables TRIGGER target description
I'm writing application which controls Linux firewall (using iptables). I need to implement some port triggering. There is TRIGGER target which seems to be suitable for it. However, I can't find good ...
3
votes
3answers
2k views
How to use RMI with applet client behind a firewall?
How can I use RMI with a applet client behind a firewall?
How can I use RMI with a firewalled server and firewalled applet client? (If possible)
I know that the RMI server uses port 1099 (by ...
3
votes
1answer
2k views
java.sql.Connection extension for SSH
I have a MySQL database behind a firewall which can only be accessed via an SSH connection. Does anyone know of an implementation of java.sql.Connection which would allow me to make an SSH connection ...
3
votes
3answers
5k views
Configuring sendmail behind a firewall
I'm setting up a server which is on a network behind a firewall and I want programs on this computer to be able to use sendmail to send emails to any email address. We have an SMTP server running on ...
3
votes
3answers
1k views
How would I get started writing my own firewall?
There is previous little on the google on this subject other than people asking this very same question.
How would I get started writing my own firewall?
I'm looking to write one for the windows ...
2
votes
1answer
85 views
Custom FTP client PASV data connection refused
Going to try and be brief
I've written a custom FTP implementation using c# .net 3.5. The system uses TcpClient (TcpListener for active mode) for managing connections. Been getting strange behavior ...