Can't access Redmine from elsewhere
Added by iman mukherjee over 15 years ago
Hi! All,
I tested my redmine application and started it on:
ruby script/server -e production -b redmine.mysite.ac.in -p 8080
It starts on http://redmine.mysite.ac.in:8080 and I can use Redmine on my server machine, but not anywhere else.
Could anybody tell me what could be the problem? Would be glad to receive some help some help ASAP. I was supposed to demonstrate the application today.
Thanks in advance
Regards
~Iman
Replies (2)
RE: Can't access Redmine from elsewhere - Added by Andrew Leaf over 15 years ago
Iman -
It appears that your DNS is not resolving, however, I am uncertain if you intended this to be a public address.
Is this a residential or commercial network that you are in? Are there any routers in between the Internet and your server?
Cheers,
Andrew
RE: Can't access Redmine from elsewhere - Added by iman mukherjee over 15 years ago
Oh!
I found that my port wasn't getting opened by just an ACCEPT using the iptables on the terminal. When I did it explicitly by opening the "Firewall" option in the System->Adminisration (on FC9). It showed it is listening to the port.
And, it thus clicked !
Thanks :)