Forums

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

How can I make server public in local wifi environment

wallace wong
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!
July 19, 2016

I have two computers in the same WIFI home, how did I configure the server to make it local public which allow another computer to browser the JIRA server running on the other laptop?

1 answer

0 votes
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.
July 19, 2016

That's a networking question, not a JIRA one, but...

JIRA runs as a web service, so it's "listening" for connections on an ip address and port.  All you need to do is point another computer at that ip:port combination.  So if computer running JIRA is 192.168.0.42 and it's on port 8080, then the other computer can use JIRA by going to http://192.168.0.42:8080

Anything more than that is very much a network question (using names instead of addresses, static ip addresses, making it available outside the network etc)

The one thing that could bite you on the simple answer is security - a lot of computers will be firewalled by default, so you may need to open up port 8080 on the firewall on the JIRA box.

Suggest an answer

Log in or Sign up to answer