Re: [newbie] Remote access to Webmin

2001-05-31 Thread Tim Holmes

There's something else you're going to want to look for, or your webadmin will NOT 
allow you access to
the interface.

As ROOT, edit the file /etc/webmin/miniserv.conf

I believe it's line 11, that by default reads:

ssl=1

Unless you have ssl configured and the cert created, you will not be able to gain 
access to the webmin.
If you change that line to read:

ssl=0

You will be able to get by using http://hostname:1.

Once you've gotten that far, keep in mind that webmin will ONLY recogize the root 
user, and the root
passwd specified at install.  If you have since changed the root passwd, the new 
passwd will not work.
So I hope you either remember the original root passwd, or haven't changed it.

As far as ssh goes.  Stick with it!  It's more secure then telnet unless you're using 
another kind of
telnet.  I know FreeBSD comes with a secure telnet that uses SRA secure login.

[timh@yoda timh]$ telnet ic.net
Trying 152.160.8.96...
Connected to ic.net.
Escape character is '^]'.
Trying SRA secure login:

Personally I am fortunate enough that if I'm some where with an Internet connection, I 
can get into my
box.  But I have access to a server that does support telnet, against my better 
judgement.  From which I
then ssh to my machine at home.  Or I'm at work where we use secure connections for 
everything, or at a
partner's house who's machines are set up very similarly to mine.

Once you have the webmin set up, you can use the ssh function that comes with it.  As 
long as the browser
supports java, you're good to go.

If you insist upon going away from ssh, then verify if telnet is installed.  Use this 
command to find out
if telnet, and telnet server are installed.

[root@r2d2 /root]# rpm -qa | grep telnet
gnome-telnet-2.4-2mdk
ktelnet-0.7b1-7mdk
telnet-0.17-7mdk

As you can see there is not telnet-server on my machine.  I forbid access to my 
machine via telnet.
tdh


T. Holmes
UNIXTECHS.org
[EMAIL PROTECTED]
-
Real Men Us Vi!
 
| I have webmin setup but I want to access it from another computer and I can
| not.  If I browse to https://xxx.xxx.xxx.xxx I get my apache page, if I
| browse to https://xxx.xxx.xxx.xxx:1 I don't get anything..  Here is
| another problem.  I currently only have ssh access to my linux box.  Does
| anyone know what file I need to change and how I need to change it to gain
| remote access.
| 
| Thanks
| 
| 
| 
  -- 




[newbie] Remote access to Webmin

2001-05-28 Thread David Travis

I have webmin setup but I want to access it from another computer and I can
not.  If I browse to https://xxx.xxx.xxx.xxx I get my apache page, if I
browse to https://xxx.xxx.xxx.xxx:1 I don't get anything..  Here is
another problem.  I currently only have ssh access to my linux box.  Does
anyone know what file I need to change and how I need to change it to gain
remote access.

Thanks





Re: [newbie] Remote access to Webmin

2001-05-28 Thread h3rb

First you need to make sure that webmin is running.  At a shell do a :
/etc/init.d/webmin status
if it comes up with:
miniserv.pl is stopped 
Then webmin is not running.
Do this at a shell to get it running (as root):
/etc/init.d/webmin start
Then it will print out:
Starting Webmin [OK]
And then to be sure it is running to this again:
/etc/init.d/webmin status
if webmin is running it will print out this:
miniserv.pl (pid 1421) is running...  
(the pid will vary)

There are many many ways to remotely control your machine, command line is 
all you need.  Although webmin makes it alot quicker and easier because you 
can use it from any machine, even if it don't have an ssh client installed.  
If you want to use ssh you can run X through an X session, just make sure 
that x forwarding is enabled in your /etc/ssh/sshd_config.  And you can even 
do this through windows.  On my work windows machine I use a combination of 
SecureCRT and Reflective X.  SecureCRT is a windows ssh/telnet client and 
Reflective X is a windows X server.  Now if you are on dial up I do not 
suggest doing this because it consumes alot of bandwidth.

h3rb




On Monday 28 May 2001 11:57, David Travis wrote:
 I have webmin setup but I want to access it from another computer and I can
 not.  If I browse to https://xxx.xxx.xxx.xxx I get my apache page, if I
 browse to https://xxx.xxx.xxx.xxx:1 I don't get anything..  Here is
 another problem.  I currently only have ssh access to my linux box.  Does
 anyone know what file I need to change and how I need to change it to gain
 remote access.

 Thanks




Re: [newbie] Remote access to Webmin

2001-05-28 Thread David Travis

Where can I find Reflective X.  I can't find it at google or download.com.

thanks
David
- Original Message -
From: h3rb [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, May 28, 2001 11:10 AM
Subject: Re: [newbie] Remote access to Webmin


 First you need to make sure that webmin is running.  At a shell do a :
 /etc/init.d/webmin status
 if it comes up with:
 miniserv.pl is stopped
 Then webmin is not running.
 Do this at a shell to get it running (as root):
 /etc/init.d/webmin start
 Then it will print out:
 Starting Webmin [OK]
 And then to be sure it is running to this again:
 /etc/init.d/webmin status
 if webmin is running it will print out this:
 miniserv.pl (pid 1421) is running...
 (the pid will vary)

 There are many many ways to remotely control your machine, command line is
 all you need.  Although webmin makes it alot quicker and easier because
you
 can use it from any machine, even if it don't have an ssh client
installed.
 If you want to use ssh you can run X through an X session, just make sure
 that x forwarding is enabled in your /etc/ssh/sshd_config.  And you can
even
 do this through windows.  On my work windows machine I use a combination
of
 SecureCRT and Reflective X.  SecureCRT is a windows ssh/telnet client and
 Reflective X is a windows X server.  Now if you are on dial up I do not
 suggest doing this because it consumes alot of bandwidth.

 h3rb




 On Monday 28 May 2001 11:57, David Travis wrote:
  I have webmin setup but I want to access it from another computer and I
can
  not.  If I browse to https://xxx.xxx.xxx.xxx I get my apache page, if I
  browse to https://xxx.xxx.xxx.xxx:1 I don't get anything..  Here is
  another problem.  I currently only have ssh access to my linux box.
Does
  anyone know what file I need to change and how I need to change it to
gain
  remote access.
 
  Thanks