Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What program shoul i allow in Firewall

DInesh Kumar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 7, 2014

Hi i have installed JIRA in windows server 2008R2 when i try to access JIRA in my server browser it work fine.

but when i try to access in my system it says webpage not found. So kindly help me on this

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 7, 2014

Firewalls control network access, not programs.  But if JIRA is running locally on the server browser, program access is not the problem anyway.  It's running, so it's a network issue.

The answer to your firewall settings is that you need to open whatever route it is from your client to the server, and on the right port.  Jira's default port is 8080, but you need to check on the server what it's actually running on.  The easiest check is to look at the url in your "server browser", as you say that is working.  You'll find it's something like http://servername:8080/jira - the :8080 gives you the port you need to open on the firewalls.  If there's no port in the url, then it's been changed to use one of the defaults for http (80) or https (443)

Tiago Cardoso
Contributor
April 6, 2019

Thanks, this did the trick for me!

Tips to allow the port on the firewall can be found in the below link https://www.tomshardware.com/news/how-to-open-firewall-ports-in-windows-10,36451.html, also copy pasted below:

Open firewall ports in Windows 10
You can manually permit a program to access the internet by opening a firewall port. You will need to know what port it uses and the protocol to make this work.

  1. Navigate to Control Panel, System and Security and Windows Firewall.
  2. Select Advanced settings and highlight Inbound Rules in the left pane.
  3. Right click Inbound Rules and select New Rule.
  4. Add the port you need to open and click Next.
  5. Add the protocol (TCP or UDP) and the port number into the next window and click Next.
  6. Select Allow the connection in the next window and hit Next.
  7. Select the network type as you see fit and click Next.
  8. Name the rule something meaningful and click Finish.
Like Jeffrey_David_Fralish likes this

Suggest an answer

Log in or Sign up to answer