Questions tagged [firewall-access]

15 questions
93
votes
3 answers

EC2: How to add port 8080 in security group?

I want to add port 8080 to EC2 security group to access tomcat. But whenever I select HTTP from drop down I get 80 port as default and also can't change it. So how can I add 8080 so that I can access Tomcat publicly?
Manish Kumar
  • 10,214
  • 25
  • 77
  • 147
17
votes
4 answers

Can we use google analytics for Internal website?

I have an Intranet application which is accessible from within company firewall. To track some specific pages, I want to implement Google Analytics in my Intranet application. This application is accessible from outside only when user system has…
8
votes
4 answers

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 ENABLE scope=ALL profile=CURRENT" But now I'd…
6
votes
2 answers

How can I configure TeamCity server to be accessed from other computers on my local network / domain?

I have installed TeamCity on a server machine, but I would like to administer it from other machines. How should I proceed ? All the machines are on local network and a domain.
Tomas Pajonk
  • 5,132
  • 8
  • 41
  • 51
4
votes
1 answer

GCE Firewall issue - Ports not opened after configuring firewall rules

I am trialing the platform. I have successfully configured and setup a CENTOS v6 VM and then added whm/cpanel. I am experiencing some issues with the Firewall that I am sure are on Google Cloud side of things. I have read my eyes off and cannot…
3
votes
1 answer

How do I make my program ask for firewall permisions

How do I make my desktop application to make the user firewall (I'm looking for an answer that would work with whatever firewall the user might have installed) pop-up those questions like "this program wishes to access the internet do you want to…
user2212990
  • 177
  • 1
  • 9
2
votes
0 answers

pfctl - Allow ssh connection from specific IP, and block everyone else

I'm working with pfctl on Mac OS X and I'm trying to make a policy/anchor what blocks SSH for ALL ips, but not for a specific ip. I try that: pass in on en1 proto tcp from any to any port < 22 flags S/SA pass out on en1 proto tcp from any to any…
1
vote
0 answers

how to make Firewall popup appear when I execute java application (or Jar)?

I'm working on Java Application (game), and I need full internet access between server and client. so I want to avoid getting blocked by the firewall by making this firewall popup appears when I execute the application for the first time. the…
Subhi Samara
  • 77
  • 1
  • 2
  • 11
1
vote
2 answers

How to restrict my mobile apps while my device in certain range in Wi-FI. i want to make application like sonic wall or firewall in Android?

I want to give restrict the usage of apps whenever device is in range of my wifi network. and at time my application will start automatically and it should always running within my wifi range, no one can able to disable or close/kill the app only…
Addon_Android
  • 271
  • 1
  • 2
  • 9
0
votes
1 answer

Is there any possible way to read client hardware configuration (microprocessor,ram,hdd etc) from server side through network?

I wanted to read client side hardware configurations like RAM,Microprocessor,HDD etc from a server...And I couldnt find anything. Is there any way to get it
Mohit
  • 49
  • 7
0
votes
0 answers

Mac port issue with Nginx and Tomcat

Configured Nginx to interact with Tomcat on port 9090 on mac. This configuration works when querying on localhost. Fails to work when connecting from outside, until firewall is disabled. I have firewall configuration to something like below for…
java_dude
  • 4,038
  • 9
  • 36
  • 61
0
votes
1 answer

Transparent solution for bypassing local outgoing firewalls for python scripts

Here is the problem: I do have several python packages that do have unittest that do require access to different online services in order to run, like connecting to a postgresql database or a LDAP/AD server. In many cases these are not going to…
sorin
  • 161,544
  • 178
  • 535
  • 806
0
votes
1 answer

Web server firewall access & Browser unsecure content warning

We have a couple of internal applications behind firewall which is not accessible to internet. We are trying to setup an internet accessible portal (which can also access our internal applications) and trying to provide menus to these two…
user1549605
  • 273
  • 3
  • 17
0
votes
1 answer

paypal IPN script called on and off - maybe missing IP addresses for firewall

The past few days some transactions are failing in the sense that the IPN script is not being called to complete and verify the transaction. Some go thru and some do not. Either there is something wrong at PayPal's backend or I don't have all the IP…
David j
  • 1
  • 1
0
votes
1 answer

Oracle configuration to keep firewall open for time consuming db transactions

I have an EAR app running on WAS and connecting to a oracle db to run a stored proc. Now the stored proc takes a long time to run. So the firewall between the WAS and the oracle server closes down after 30 min. Is there an oracle configuration that…
Victor
  • 16,609
  • 71
  • 229
  • 409