Alejandro Cabrera Obed
2007-Apr-12 10:54 UTC
[asterisk-users] Destar web interface problem
People, I have a Debian box with Asterisk and I've installed the Destar package in order to get web managing of my voip system. After I installed Destar, it runs on "localhost:8080", but my server does not have X-Window to access to it so I can engter the web interface.. So how can I change localhost:8080 to IP_ASTERISK:8080 in order to access Destar via web from another PC ??? Really thanks, Alejandro
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Alejandro, SSH to your box like this: ssh user@box -L 8080:127.0.0.1:8080 (in Putty it's something called portforwarding) This will bind 127.0.0.1:8080 from your asterisk-box to 127.0.0.1:8080 of your local box. So you can access the website by entering http://127.0.0.1:8080 in your browser. dunno anything bout Destar so I can't thell you if you can reconfigure it to bind to its IP instead of loopback. chris... Alejandro Cabrera Obed schrieb:> People, I have a Debian box with Asterisk and I've installed the Destar > package in order to get web managing of my voip system. > After I installed Destar, it runs on "localhost:8080", but my server > does not have X-Window to access to it so I can engter the web interface.. > > So how can I change localhost:8080 to IP_ASTERISK:8080 in order to > access Destar via web from another PC ??? > > Really thanks, > > Alejandro > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users- -- Dipl.-Ing. Kurt Krenn - IT-Beratung Franz-Josef-Strasse 33/4/43, 5020 Salzburg Tel: +43 662 879512 Fax: +43 662 875960 IP-Tel: +43 780 kkrenn (557366) Email: c.fuerstaller@kurtkrenn.com sip: c.fuerstaller@kurtkrenn.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGHyKBR0exH8dhr/YRAtM+AJ92gIR9ODvF7L67gE+yhFDNtDljawCfVZnO lFpwBHFCcphusmUsF5Niws4=Pcc2 -----END PGP SIGNATURE-----