Cannot display Admin Gui

Sean_Curtis
Posts: 2
Member Since:
2009-10-01

Hello all,

I tried doing a few searchs and couldn't find a solution to this issue, so I hope its not a dupe I missed somewhere.

I am having an issue with accessing the Admin Gui on a fresh Trixbox install. When I type in http://mytrixboxIP into internet explorer I get the good ole' "Internet Explorer cannot display the webpage" page. I am using the Trixbox CE 2.8.0.1 image.

After the install, the trixbox server is pulling an IP from DHCP. I can ping that ip from my laptop on the same network and I can ping my laptop from the trixbox CLI.

When I scan the trixbox with a port scanner, the only open port I get is 22 (SSH), not sure if this is security keeping me from seeing open ports but I would think 80 should be open.

I have tried the following, based on suggestions from this forum:

issuing a "/etc/init.d/httpd restart" command. This tells me that httpd starts and stops ok with no issue.
'
going to /var/www/html and issuing a "chown asterisk:asterisk *.*". There was no change

trying to install the tbm-GUIcore.noarch package with yum, it tells me a newer version is already installed.

I'm pretty open to any other suggestions. I am evaluating this for my company (DoD Contractor) to replace our existing VoIP PBX solution. Because of this its on a non-mission critical box and I can do whatever I want to it including doing a fresh install if necessary.

Thanks in advance.



chitopunk
Posts: 16
Member Since:
2009-06-29
ssh to your trixbox and

ssh to your trixbox and type:

netstat -natl |grep 80

Look for accepting incoming connections



Sean_Curtis
Posts: 2
Member Since:
2009-10-01
The output of that command

The output of that command is

[localhost.localdomain ~]# netstat -natl |grep 80
tcp 0 0 :::80 :::* LISTEN

If I'm reading this correctly, does that mean it is listening on port 80? I did check httpd.conf and the Listen 80 line is in there.



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.