PDA

View Full Version : Webmin outside access??


heldmar
June 5th, 2006, 10:44 AM
Greetings,

I've installed the new Ubuntu 6.06 and then I installed webmin, it was great and with no problems BUT, now I'm trying to access webmin from my workplace (my server is at home) and it says it doesn't found it. I was wondering how could I open external connections of webmin into my server. My webserver is open, even my ssh server is up and running (in fact I can connect remotely via SSH). Please help me. Thanks!

bluenova
June 5th, 2006, 10:49 AM
Do you have port 10000 open?

Tortanick
June 5th, 2006, 03:19 PM
I'd be suprised if webmin defaults arn't local host only, can't you tunnel your browser though SSH and connect to webmin like that?

heldmar
June 6th, 2006, 02:10 PM
Do you have port 10000 open?
Yes, my 10000 port is open in my gateway.

heldmar
June 6th, 2006, 02:13 PM
I just need to know how to access it via browser from outside, I can access my server via SSH but I would like to access it via web interface

bluenova
June 6th, 2006, 02:21 PM
Last time I used webmin was on Fedora, and apart from opening ports everything worked. Can you access a normal webpage like an index.htm file in /var/www or wherever it goes in ubuntu?

DirtDart
June 29th, 2006, 12:39 PM
Check your hosts.deny file to make sure it's not being blocked, as its a non-local IP address (your work).

There is also the chance that port 10000 is be blocked on the other end (your work).

nameiwantistaken
June 30th, 2006, 09:46 PM
There seems to be an issue with webmin on Ubuntu where it does not restart after a reboot even if you set it up to do so. This could be your problem. Of couse, I can't find any help anywhere online so hopefully your research is more fruitful.

Randomskk
July 1st, 2006, 08:57 PM
I just need to know how to access it via browser from outside, I can access my server via SSH but I would like to access it via web interface
No, what they mean is that you can use this SSH connection to tunnel port 10000 from your pc to your server, which should make it work right out.
Add something like this to the end of your SSH command (or if you use puTTY, you can tell that to forward ports in it's config options):
-L 10000:<SERVER IP>:10000
Then connect to http://localhost:10000 and it should load your webmin.