Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: Slrnpull
Date: Tue, 3 Apr 2001 17:13:54 -0400	[thread overview]
Message-ID: <01Apr3.171233edt.115240@gateway.intersys.com> (raw)
In-Reply-To: <87u245vk27.church.of.emacs@meta.verbum.org>

* Colin Walters <walters@cis.ohio-state.edu>  on Tue, 03 Apr 2001
| Ok, I'll bite: what's the best way to use Leafnode for disconnected
| operation?  My setup is currently to have Leafnode running on my home
| firewall, and run Gnus on my main computer to read news from the
| firewall.

Way I set things up at home, two old notebooks, one gateway box and one
leafnode box.  From inside I simply read from the leafnode box.  From
outside I make an ssh tunnel to my gateway and use nc to talk to the news
server:

  (setq gnus-select-method
	'(nntp "mumble-leafnode-server-mumble"
	       (nntp-address "mumble-gateway-mumble")
	       (nntp-open-connection-function nntp-open-rlogin)
	       (nntp-end-of-line "\n")
	       (nntp-rlogin-program "ssh")
	       (nntp-rlogin-parameters
		("bin/nc" "mumble-leafnode-server-mumble" "nntp")
		)))
  (setq gnus-secondary-select-methods nil)

You can then use the Agent as you like.
-- 
Rat <ratinox@peorth.gweep.net>    \ If Happy Fun Ball begins to smoke, get
Minion of Nathan - Nathan says Hi! \ away immediately. Seek shelter and cover
PGP Key: at a key server near you!  \ head.



  reply	other threads:[~2001-04-03 21:13 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-02  3:11 Slrnpull Harry Putnam
2001-04-02  4:52 ` Slrnpull Daniel Pittman
2001-04-03  5:42   ` Slrnpull Harry Putnam
2001-04-03  7:16     ` Slrnpull Kai Großjohann
2001-04-03 14:46       ` Slrnpull Laura Conrad
2001-04-03 23:42     ` Slrnpull Daniel Pittman
2001-04-04  3:35       ` Slrnpull Harry Putnam
2001-04-04  4:23         ` Slrnpull Daniel Pittman
2001-04-03 19:51   ` Slrnpull Colin Walters
2001-04-03 21:13     ` Stainless Steel Rat [this message]
2001-04-04  0:00       ` Slrnpull Colin Walters
2001-04-04  1:54         ` Slrnpull Stainless Steel Rat
2001-04-04  3:45           ` Slrnpull Harry Putnam
2001-04-04 16:02             ` Slrnpull Stainless Steel Rat
2001-04-04 17:10               ` Slrnpull Harry Putnam
2001-04-04  2:08     ` Slrnpull Daniel Pittman
2001-04-11 16:53       ` Slrnpull Colin Walters
2001-04-05  8:03     ` Slrnpull Kai Großjohann
2001-04-02  8:47 ` Slrnpull Anssi Saari
2001-04-02 11:08   ` Slrnpull Kai Großjohann
2001-04-02 14:44   ` Slrnpull Harry Putnam
2001-04-02 16:02     ` Slrnpull Kevin Falcone
2001-04-03  2:42       ` Slrnpull Harry Putnam
2001-04-03  3:33         ` Slrnpull Kevin Falcone
2001-04-03  6:38           ` Slrnpull Harry Putnam
2001-04-02 20:17     ` Slrnpull Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01Apr3.171233edt.115240@gateway.intersys.com \
    --to=ratinox@peorth.gweep.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).