A firewall is a network security device or software. Please specify the brand and model or version in your question.
0
votes
0answers
13 views
Better configuring my firewall for Minecraft [migrated]
not so long ago I purchased a new server, and I'm planning on running minecraft servers under it.
Now I'm trying to better configure my firewall to stop ddos attacks against my server while running ...
0
votes
2answers
27 views
Symfony2 - Logging out of one firewall
I have two firewalls, "admin" and "client", in my Symfony2 project. They both use the same entity provider.
The problem I'm having is that when I log out of one firewall, I'm logged out of the other ...
0
votes
0answers
12 views
How to prevent all programs but some programs from using internet in windows 7? [closed]
I would like to prevent programs from updating (using internet connection) and at the same time play DotA (Warcraft III) online. How can I do that ?
P.S. The server I use for playing DotA is RGC ...
0
votes
0answers
8 views
iptables centos unblock for FTP
I have iptable rules that blocks an incoming ip address for 5 minutes when there were bad password attempts.
-A INPUT -p tcp --dport 22 -m state --state NEW -m recent --set --name ssh --rsource
-A ...
-1
votes
0answers
7 views
Firewall - Ban IP with many bandwith [closed]
Is there any free firewall, blocking an IP if it hits more than the limit bandwith?
0
votes
0answers
13 views
Reverse HTTP Proxy behind a firewall
Here is my problem: I want to connect with my computer (machine1) to webpages using the IPAddress of machine2.
machine1 is not behind a firewall so I can open whatever port is necessary but machine2 ...
1
vote
0answers
27 views
Azure VM with SQL Server 2012 - Inbound Firewall Rule Issue when applying Scope
I have successfully configured a SQL 2012 VM in Azure, added an end point which maps through to port 1433 and set up a windows firewall rule for inbound traffic to connect to SQL server.
The next ...
0
votes
0answers
10 views
Port 443 Forwarding issue on Windows server 2008 r2
I have open port 443 in windows firwall with advanced security (inbound rules) in my windows server 2008 r2.
But whenever I try to connect to my server thru port 443 from a computer outside the ...
0
votes
1answer
12 views
Symfony - Security strategy unanimous show voters involved
I'm trying to use ACLs, and as suggested I switched the security strategy to unanimous.
Since then, several URLs don't authorize my user to access anymore.
However it should according to my firewall ...
-2
votes
0answers
9 views
Plesk style firewall management for unix [closed]
I have a blank unix server and it does NOT have Plesk on it.
I really enjoyed working with Plesk with the firewall settings where you can restrict access to database (mysql) or other resources based ...
1
vote
1answer
10 views
Q: How do I configure NPM to Trust the firewall issuer for HTTPS proxying?
I am attempting to use NPM in an environment behind a corporate firewall. Said firewall intercepts all https traffic and signs it with its' own CA... Is there a way to "trust" this CA so that NPM can ...
0
votes
0answers
38 views
running nodejs on amazon ec2
I am trying to run a nodeJS server on an Amazon EC2 instance but I cannot access it in public.
I have read several SO questions about this and also some blogs posts but no solution works for me.
This ...
0
votes
0answers
11 views
Sonicwall Access Rule - Limit Access to Specific IP
I have a SonicWall TZ200 and used the Wizard to create a port forwarding for PPTP which is working great. Now, I want to limit the EXTERNAL IP addresses that can use this port forwarding rule so that ...
1
vote
1answer
48 views
Apt-Get Not Working Behind Corp Firewall On Win 7 In VirtualBox With Proxy Set
THE ISSUE
Hi folks. I'm trying to run apt-get on Ubuntu virtual box, but I keep getting connection and time-out errors. I'm not sure what is causing them because the proxies are set. Here is my ...
0
votes
1answer
33 views
Symfony 2 : Redirect a user to a page if he has a specific role
I have a little question.
I want that wherever is the user on my website, if he have the role "ROLE_DEGRADE", he is redirected on a specific page.
How I can do that, I have to use firewall ?
I don't ...
0
votes
0answers
7 views
Cisco ASA access-list service vs port number
I have a question regarding firewall configurations on Cisco firewalls:
Let's assume that stateful inspection is deliberately disabled for a second. Let's take PPTP for example, that is excluded by ...
0
votes
0answers
13 views
No audio exchange - Freeswitch
I'm working with Freeswitch.
Trying to make the connection between my freeswitch and a another server, not related with me (DIDX server). That is what happens: I can call, the call is established and ...
0
votes
0answers
14 views
To use servers behind firewall for boinc for public welfare
I have join boinc for public welfare.
I have 7 servers with 4 cores behind firewall which is not in using currently and may be empty for one year or life.Because no one care for the project which use ...
0
votes
0answers
10 views
restrict number of connections per IP on Windows Server 2008 R2 Enterprise?
Since I'm unable to install wipfw .. I'll need alternative method to restrict number of connections per IP on specific port if possible. My dedicated is running Windows Server 2008 R2 Enterprise ...
-1
votes
0answers
10 views
Simple way to restrict number of connections per IP on Windows Server 2008 R2 Enterprise? [closed]
Since I'm unable to install wipfw .. I'll need alternative method to restrict number of connections per IP on specific port if possible. My dedicated is running Windows Server 2008 R2 Enterprise ...
0
votes
0answers
16 views
Can you block an ip with multiple connections? (Apache ddos attack) [migrated]
My server is under a Apache ddos attack right now. There's a ton of single ip addresses with 30+ connections.
When I use this SSH command:
netstat -n | grep ':80' | awk -F' ' '{print $5}' | awk ...
0
votes
0answers
23 views
How to restrict number of connections per IP on Windows Server 2008 R2 Enterprise?
Since I'm unable to install wipfw .. I'll need alternative method to restrict number of connections per IP on specific port if possible. My dedicated is running Windows Server 2008 R2 Enterprise ...
-1
votes
0answers
20 views
KVM firewall to disallow internet access for group of guests [closed]
I've got a KVM server inside the local network (192.168.10.0/24).
This server has three interfaces, which are all publicly bridged [1].
Atm I'm only using two of the three interfaces, so the virtual ...
0
votes
0answers
15 views
securing dmz outbound ( hardening smtp )
What's the best way to harden my DMZ for outbound SMTP traffic?
For example, I'm working with pfSense, and I'm trying to eliminate any firewall rules that would allow traffic from web-servers in the ...
0
votes
0answers
17 views
Cloud-hosted gateway for smartphone apps to access Intranet on private network?
We are developing smart phone apps that need to interact with the web UI of an app server that runs on-premise inside a private, firewalled, NAT'ed corporate network.
To get the two to talk, we would ...
0
votes
0answers
56 views
Error while cloning with Git and Heroku behind a proxy
I have a problem for 2 days with Heroku and more specifically about Git. I'm following this tutorial : https://devcenter.heroku.com/articles/facebook , to deploy a Facebook application.
After a lot ...
0
votes
0answers
23 views
Creating custom firewall in Symfony 2.2
I got the document How to create a custom Authentication Provider which clearly tells about wsse security.But now I want to create my own custom authentication which needs GetResponseEvent $event as ...
-1
votes
0answers
9 views
ssh to Amazon EC2 Ubuntu server behind firewall [migrated]
I ssh to an Amazon EC2 server and have just enabled the ufw firewall. This terminated my connection and now I can't ssh back in. I assume the firewall is preventing access.
I tried rebooting but no ...
0
votes
0answers
37 views
Splitting an internet connection into three different networks each isolated with the other [closed]
I am setting the intranet for my multiplex. I have a single internet connection from an ISP and I want to split the connection inside my multiplex to three different sectors each having different ...
0
votes
0answers
26 views
Symfony2 Lose authentication when go back to public area
I have implemented a security.yml file for my website. It uses two differents providers used for two differents login form.
When I am authenticated on a authentified area and I go to the public area ...
-1
votes
0answers
39 views
OSX 10.8.3 - ipfw rule keeps resetting every 10 mins [closed]
I setup the following rule in my ipfw to forward port 80 to 8080 on localhost:
ipfw add 100 fwd 127.0.0.1, 8080 tcp from any to any 80 in
but the rule randomly keeps disappearing from the 'ipfw ...
0
votes
0answers
19 views
simple linux firewall replicating aws security group functionality?
Our application currently runs on aws. We are attempting to migrate it to other cloud providers. The only aws-specific api we use is their security groups because they are so easy.
Does anybody know ...
-1
votes
0answers
38 views
CSF Firewall | UDP Request On Port 80 Blocked, Incoming UDP 80 is Open? [closed]
Although I'm aware this may (pretty much probably) will get closed for being off topic or whatever. I've tried using the CSF forums, and haven't got a single reply, so I'm hoping I can get help here.
...
0
votes
1answer
31 views
Diagnosing tcp communication along a route
From my home DSL network I can no longer access a specific website (say www.example.com).
Using wireshark and other tools, I observe the following properties:
when a request is sent to the site's ...
-1
votes
0answers
20 views
Work VPN only slow on at my house [closed]
I am connecting to my work VPN from home. It is EXTREMELY SLOW. network admin and sys admin see no issues on the VPN side. IE, it is working properly from them when they are on the vpn and the ...
0
votes
0answers
26 views
Java/Android: InetAddres.isReachable() & FIrewall
Hi I'm trying to know if a device has connectivity to a server with InetAddress.isReachable(). This function works well if the firewall is disabled, but if the firewall is disabled the device never ...
0
votes
1answer
79 views
Web Service Error “There was no endpoint listening at…” Firewall Concern
So I have a web service service reference that works localhost and can be pinged from its production url but I can't get access to it via the Service Reference call in production. I believe the issue ...
0
votes
0answers
9 views
Spring firewall xss
We have a simple Spring web app secured using Spring security 3.1.3. At the moment we are securing our app from XSS and SQL Injections. Rather than changing code at every place to stop cross site ...
-2
votes
1answer
54 views
Router blocked port 80 request from outside network [closed]
i notice that my router DD-WRT 150N blocked port 80 request. but inside network i access my site with port 80 also.
i have hosted a website on my web-server placed in my office. website is register ...
0
votes
0answers
13 views
Segment firewall rules in disjoint packet space segments
For my project to graduate as Bachelor of Computer Science, I have to write a tool to visualize the configuration of a firewall. So I read in the rules consisting of protocol, source IP, source port, ...
0
votes
0answers
21 views
C++ Block the Subnet with FWPM
i want to block my Subnet but it, doesnt worked. The port will be blocked with this code, but the Subnet not. An Ip-adress will block with this code if i change the fieldkey. Please help me too block ...
1
vote
0answers
25 views
Error 403 on SECOND postback of the same form (and various other situations)
we recently migrated our application (IIS Server + DB Server) to AWS and also modified the network architecture a little bit. The entry point of the system is an Astaro Firewall (we use the AWS AMI) ...
0
votes
0answers
75 views
iptables moving rule in a list
i have 2 rules of iptables
iptables -A INPUT -s 5.5.5.5 -j DROP
iptables -A INPUT -s 6.5.5.5 -j ACCEPT
is there a function or a command that will swap the rules to be like this:
iptables -A INPUT ...
0
votes
0answers
19 views
Will appending an extension to a binary allow it to go through most firewalls when downloading it through WCF?
I'm downloading files through a WCF service and I was told that we don't want to transfer any files with .exe and .dll names. So they want me to rename the files prior to download and rename them back ...
1
vote
1answer
41 views
Routing all trafic from one host to another [closed]
I have two servers one is VPS (192.168.1.2) and dedi server (192.168.1.3). My site is on the VPS but it has not enougth resources for it anymore. So I want to proxy/redirect the traffic to the exact ...
0
votes
0answers
34 views
Web-based Jabber client does not work in closed environment
I have installed and configured openfire 3.8.1 chat-server on Window server 2008 R2 enterprise. I am using JsJac.js jabber-client library written in javascript.
On ...
0
votes
1answer
21 views
Port forwarding in sonic wall
I am hosting website in server I had problem with static IP connection
How to do port forwarding in sonic wall
with static ip address
0
votes
0answers
57 views
UFW: Allow ping requests only for specific host
I am setuping my server and I must disable the ping requests for everyone except me and a list of hosts (aaa.bbb.ccc.ddd).
I am using the tool ufw, on ubuntu server, I read that I have to comment ...
0
votes
0answers
77 views
Apache server cannot be accessed outside of local host
I have installed the apache-tomcat server on my local win7. The port I specified is 9999.
I can access my service by http://localhost:9999 and http://myIPAddress:9999
But I cannot access my apache ...
0
votes
1answer
26 views
How to Connect To My Server Application which is behind a Firewall/NAT?
I'm doing a project which involves making a server which uses TCP to connect to its clients. In real-life conditions, it could be behind a firewall/nat/proxy.
So, how would I establish a connection?
...

