Re: Non X-windows GUI web browser?

2001-08-07 Thread Keith G. Murphy
will trillich wrote:
> 
> On Thu, Aug 02, 2001 at 10:58:16AM -0700, Vineet Kumar wrote:
> > * Joost Kooij ([EMAIL PROTECTED]) [010724 23:15]:
> > > On Tue, Jul 24, 2001 at 07:58:24PM +0100, Frank Zimmermann wrote:
> > > > I don't think you need to install X on your router. You fire up
> > > > webin from your local machine and administer the router remotely.
> > >
> > > But then you'd have to make webmin listen to the network.  If you only
> > > bind it to 127.0.0.1, you can still use the webmin interface in a browser
> > > run locally.
> > >
> > > For text mode browsers, see links, w3m and lynx.
> >
> > These guys are great, but if you *must* use a GUI broswer, and also only
> > want webmin bound to 127.0.0.1 (Good Idea) you can use ssh to tunnel
> > connections there from a client with an X browser on it.
> 
> this is probably in a FAQ somewhere --
> 
> "how"?
> 
> i can create ssh connections between node A and node B
> but... how can i use that to piggyback an X session or a
> HTTP request?
> 
man ssh covers this stuff fairly well.  ssh -X is supposed to just
work.  -L or (less frequently) -R options for other protocols.



Re: Non X-windows GUI web browser?

2001-08-07 Thread Dimitri Maziuk
* will trillich ([EMAIL PROTECTED]) spake thusly:
> On Thu, Aug 02, 2001 at 10:58:16AM -0700, Vineet Kumar wrote:
...
> > These guys are great, but if you *must* use a GUI broswer, and also only
> > want webmin bound to 127.0.0.1 (Good Idea) you can use ssh to tunnel
> > connections there from a client with an X browser on it.
> 
> this is probably in a FAQ somewhere --
> 
>   "how"?
> 
> i can create ssh connections between node A and node B
> but... how can i use that to piggyback an X session or a
> HTTP request?

client# export DISPLAY=client:0.0
client# ssh -X server
server# netrape &

works for me.

Dima
-- 
E-mail dmaziuk at bmrb dot wisc dot edu (@work) or at crosswinds dot net (@home)
http://www.bmrb.wisc.edu/descript/gpgkey.dmaziuk.ascii -- GnuPG 1.0.4 public key
The preposition goes in the middle of the sentence
"That is the sort of arrant pedantry up with which I shall not put."
  -- Dan Birchall and Shmuel Metz in asr



Re: Non X-windows GUI web browser?

2001-08-07 Thread will trillich
On Thu, Aug 02, 2001 at 10:58:16AM -0700, Vineet Kumar wrote:
> * Joost Kooij ([EMAIL PROTECTED]) [010724 23:15]:
> > On Tue, Jul 24, 2001 at 07:58:24PM +0100, Frank Zimmermann wrote:
> > > I don't think you need to install X on your router. You fire up 
> > > webin from your local machine and administer the router remotely.
> > 
> > But then you'd have to make webmin listen to the network.  If you only
> > bind it to 127.0.0.1, you can still use the webmin interface in a browser
> > run locally.
> > 
> > For text mode browsers, see links, w3m and lynx.
> 
> These guys are great, but if you *must* use a GUI broswer, and also only
> want webmin bound to 127.0.0.1 (Good Idea) you can use ssh to tunnel
> connections there from a client with an X browser on it.

this is probably in a FAQ somewhere --

"how"?

i can create ssh connections between node A and node B
but... how can i use that to piggyback an X session or a
HTTP request?

-- 
DEBIAN NEWBIE TIP #49 from Will Trillich <[EMAIL PROTECTED]>
:
Looking to ENCODE OR DECODE SOME ROT-13 TEXT? No problem.
"Vg'f rnfl jvgu Ivz." It's a simple alphabet substitution where
each letter changes to its counterpart 13 places away in the
alphabet (a<->n, g<->t, etc) . Open the text in Vim, then
select it (type "v" at one end of the text to encode/decode,
then move to the other end) and then type "g?".
  Or, to rot-13 a whole line, just "g??".  That's all!
(Try ":help g?" for more info.)

Also see http://newbieDoc.sourceForge.net/ ...



Re: Non X-windows GUI web browser?

2001-08-05 Thread Pete Harlan
> These guys are great, but if you *must* use a GUI broswer, and also only
> want webmin bound to 127.0.0.1 (Good Idea) you can use ssh to tunnel
> connections there from a client with an X browser on it.

That's true, but be careful with ssh tunnels; without firewall rules,
they'll tunnel any other machine's connection to your local host's
port 80 (say), into the firewall, not just your own machine's
connections.

--Pete



Re: Non X-windows GUI web browser?

2001-08-02 Thread Vineet Kumar
* Joost Kooij ([EMAIL PROTECTED]) [010724 23:15]:
> On Tue, Jul 24, 2001 at 07:58:24PM +0100, Frank Zimmermann wrote:
> > Lance Peterson wrote:
> > > I'm trying to use Webmin to administer a Debian router/firewall, but
> > > I was hoping not to install X-windows in order to use a GUI browser.
> > > 
> > > Is there a non-X GUI based web browser available for Debian that I can
> > > install to use Webmin without loading X-windows?
> > 
> > I don't think you need to install X on your router. You fire up 
> > webin from your local machine and administer the router remotely.
> 
> But then you'd have to make webmin listen to the network.  If you only
> bind it to 127.0.0.1, you can still use the webmin interface in a browser
> run locally.
> 
> For text mode browsers, see links, w3m and lynx.

These guys are great, but if you *must* use a GUI broswer, and also only
want webmin bound to 127.0.0.1 (Good Idea) you can use ssh to tunnel
connections there from a client with an X browser on it.

Vineet


pgpO5T1FDf2t1.pgp
Description: PGP signature


Re: Non X-windows GUI web browser?

2001-07-24 Thread ktb
On Tue, Jul 24, 2001 at 01:43:50PM -0500, Lance Peterson wrote:
> Hello,
> 
> I'm trying to use Webmin to administer a Debian router/firewall, but
> I was hoping not to install X-windows in order to use a GUI browser.
>  
> 
> Is there a non-X GUI based web browser available for Debian that I can
> install to use Webmin without loading X-windows?

"links" is a nice text based browser.
kent

-- 
 From seeing and seeing the seeing has become so exhausted
 First line of "The Panther" - R. M. Rilke




Re: Non X-windows GUI web browser?

2001-07-24 Thread Joost Kooij
On Tue, Jul 24, 2001 at 07:58:24PM +0100, Frank Zimmermann wrote:
> Lance Peterson wrote:
> > I'm trying to use Webmin to administer a Debian router/firewall, but
> > I was hoping not to install X-windows in order to use a GUI browser.
> > 
> > Is there a non-X GUI based web browser available for Debian that I can
> > install to use Webmin without loading X-windows?
> 
> I don't think you need to install X on your router. You fire up 
> webin from your local machine and administer the router remotely.

But then you'd have to make webmin listen to the network.  If you only
bind it to 127.0.0.1, you can still use the webmin interface in a browser
run locally.

For text mode browsers, see links, w3m and lynx.

Cheers,


Joost



Re: Non X-windows GUI web browser?

2001-07-24 Thread Scott Adair
Yeah, that's what I have done on my router.. I just use a browser from a 
remote machine.. Works great

* Frank Zimmermann ([EMAIL PROTECTED]) wrote:
> Lance Peterson wrote:
> 
> > Hello,
> > 
> > I'm trying to use Webmin to administer a Debian router/firewall, but
> > I was hoping not to install X-windows in order to use a GUI browser.
> >  
> > 
> > Is there a non-X GUI based web browser available for Debian that I can
> > install to use Webmin without loading X-windows?
> > 
> > 
> 
> I don't think you need to install X on your router. You fire up 
> webin from your local machine and administer the router remotely.
> 
> Frank
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 
 -= Scott Adair =-
[EMAIL PROTECTED]



Re: Non X-windows GUI web browser?

2001-07-24 Thread Frank Zimmermann

Lance Peterson wrote:


Hello,

I'm trying to use Webmin to administer a Debian router/firewall, but
I was hoping not to install X-windows in order to use a GUI browser.
 


Is there a non-X GUI based web browser available for Debian that I can
install to use Webmin without loading X-windows?




I don't think you need to install X on your router. You fire up 
webin from your local machine and administer the router remotely.


Frank



Non X-windows GUI web browser?

2001-07-24 Thread Lance Peterson
Hello,

I'm trying to use Webmin to administer a Debian router/firewall, but
I was hoping not to install X-windows in order to use a GUI browser.
 

Is there a non-X GUI based web browser available for Debian that I can
install to use Webmin without loading X-windows?

-- 
Lance Peterson
[EMAIL PROTECTED] - email
(817) 289-2800 x1142 - voicemail/fax



__
FREE voicemail, email, and fax...all in one place.
Sign Up Now! http://www.onebox.com