[Home]

Summary:ASTERISK-09303: Asterisk GUI Behind Firewall
Reporter:Greg Schiedler (mrlimo)Labels:
Date Opened:2007-04-24 15:08:57Date Closed:2007-05-17 10:05:54
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I'm running Asterisk behind a firewall with TCP/UDP ports 80 & 443 Port forwared to the internal IP of the asterisk box.

If I try to use the outside URL ie http://asterisk.domain.com I get the https certificate warning.  I click accept and get the main GUI login page as expected.  Enter admin and a correct password and I'm taken to the GUI Setup Wizard Screen.  If i enter admin and a correct password the fields blank and I'm still at the Setup GUI.  If i input a valid username and a wroing password I see logging in box and then a message stating invalid password.

****** ADDITIONAL INFORMATION ******

Using GUI Rev 177 3.html 4.html 5.html & 7.html
Does the same using IE 7 & Firefox.

Web GUI from inside the firewall ie. 10.169.abc.222
Asterisk 10.169.abc.100
http://asterisk.domian.com point to a public IP with port fording.
Comments:By: Brandon Kruse (bkruse) 2007-05-03 17:08:33

Wow!

We are on revision 8xx

Please Please Please Please update!

Thanks!
-bkruse

dir:

cd /usr/src ; svn co http://svn.digium.com/svn/asterisk-gui/trunk/ asteriskgui-trunk ; cd asteriskgui-trunk ; sh configure && make && sudo make install

By: Greg Schiedler (mrlimo) 2007-05-03 19:11:15

I did a cut and paste but my system threw and error so I broke it down?

cd /usr/src
svn co http://svn.digium.com/svn/asterisk-gui/trunk/ [^] asteriskgui-trunk
pull's some files then reports
svn: '[^]' does not appear to be a URL

did you mean cd asteriskgui-trunk
cd trunk
and then sh configure && make && sudo make install?

Greg :-)

By: Greg Schiedler (mrlimo) 2007-05-03 19:41:52

FYI 8xx fails under IE 7 from 1st to 2nd screen.  Will work under FireFOX....

By: Brandon Kruse (bkruse) 2007-05-03 22:40:02

haha, ya, i dont know what happend in my first post.

Can you explain what does and does not work? Specifically? Where? Symptoms?

Thanks!

-bkruse

By: Pari Nannapaneni (pari) 2007-05-16 17:47:54

ping

By: Phillip (killfill) 2007-05-16 22:43:38

I have no problems logging remotly...

By: Pari Nannapaneni (pari) 2007-05-17 10:05:53

the default http port for the GUI 8088 (http.conf -> bindport ),
if you are having issues with your firewall - just change to port 80
or something that your firewall allows http traffic through.

-Pari