Page 1 of 1
[RESOLVED]Acces Mantis via Internet Port ??
Posted: 11 Dec 2012, 22:33
by ivanmartinez
GOT MY server ready just cant put it on line only LAN
1. what the port i need to forward
2. do i need LDAP
any help please

Re: Acces Mantis via Internet Port ??
Posted: 12 Dec 2012, 07:43
by Lapinkiller
Hello,
You want to have your LAN Mantis accessible from Internet right ? By default the port 80 is used so, i think, you have to forward internet port you have decided to the <ip/url mantis>:port
LDAP is not an obligation, you can use mantis database for the authentication
Re: Acces Mantis via Internet Port ??
Posted: 12 Dec 2012, 13:57
by ivanmartinez
CANT GET MANTIS ONLINE
Thanks for the response , i try 192.168.1.141:80 which is my mantis server and it just send me to the {IT WORKS PAGE } and the port number disappers 192.168.1.141/mantis/my_view_page.php works IM REALLY STUCK . SO Close yet So far
Re: Acces Mantis via Internet Port ??
Posted: 12 Dec 2012, 17:53
by ivanmartinez
Mantis server ip 192.168.1.141
ivan@ivan-desktop:~$ netstat -putan
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:5432 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:3136 0.0.0.0:* LISTEN -
tcp 1 0 192.168.1.141:56253 91.189.89.144:80 CLOSE_WAIT 1940/ubuntu-geoip-p (whats this mean)
tcp6 0 0 ::1:631 :::* LISTEN -
udp 0 0 0.0.0.0:5353 0.0.0.0:* -
udp 0 0 127.0.0.1:42371 127.0.0.1:42371 ESTABLISHED -
udp 0 0 0.0.0.0:33837 0.0.0.0:* -
udp 0 0 127.0.0.1:53 0.0.0.0:* -
udp 0 0 0.0.0.0:68 0.0.0.0:* -
udp6 0 0 :::5353 :::* -
udp6 0 0 :::56204 :::* -
ivan@ivan-desktop:~$
do i need to change close wait to established if so HOW thanks for any info
Re: Acces Mantis via Internet Port ??
Posted: 13 Dec 2012, 07:57
by Lapinkiller
if <ip>/mantis/ works it's just a webserver (apache ?) configuration problem...
port 80 is the default port for websites, so he disappear automatically
Re: Acces Mantis via Internet Port ??
Posted: 13 Dec 2012, 14:27
by ivanmartinez
Thanks for your help I had to put a link to the mantis login page in my Apache2\index.html
Everything is running online now Thanks again
Re: [RESOLVED]Acces Mantis via Internet Port ??
Posted: 19 Feb 2013, 06:02
by Seasonz
ivanmartinez wrote:Thanks for your help I had to put a link to the mantis login page in my Apache2\index.html
Everything is running online now Thanks again
wow i also have resolve it??
Re: [RESOLVED]Acces Mantis via Internet Port ??
Posted: 03 Feb 2026, 17:54
by kapee
Can you provide what the update was as i am stuck on it as well
I installed mantis on Ubuntu 24.04 LTS with Apache on a Virtual Machine (192.168.5.x). Everything works fine when i directly connect to
http://192.168.5.x.
I updated the config file for Mantis for $g_path and $g_cookie_domain and the Virtual Host file for Apache for ServerName based on the documentation
But when i try to connect via domain URL e.g.
http://support.abc.com it gives the following error
"Sorry, this page doesn't exist.
Please check the URL or go back a page.
404 Error. Page Not Found."
the Url changes to
http://support.abc.com/login_page.php but with the above error.
Any support would be appreciated