Gnus development mailing list
 help / color / mirror / Atom feed
* Select Method for Connecting Through a Proxy
@ 2000-10-31 17:27 Jake Colman
  0 siblings, 0 replies; only message in thread
From: Jake Colman @ 2000-10-31 17:27 UTC (permalink / raw)



I hope I'm not duplicating myself but I was having trouble posting to this
group.  I think the problem has been resolved so I'll try posting this again.
If it's a duplicate, I apologize.

Our ISP has screwed things up and the machine used for development is no
longer able to access the ISP's News Server.  Other machines on my network,
however, still do have access the necessary access.  I want to set up gnus
to login into one of my other machines and then to access the ISP's News
Server from that other machine.  This should be doable, and I did RTFM, but
no can do.

Here are two things that I tried:

      '(nntp "Globix"
             (nntp-address "delaware")
             (nntp-open-connection-function nntp-open-rlogin)
             (nntp-end-of-line "\n")
             (nntp-rlogin-parameters "telnet" "news.globix.net" "nntp")

      '(nntp "Globix"
             (nntp-address "delaware")
             (nntp-end-of-line "\n")
             (nntp-open-connection-function nntp-open-telnet)
             (nntp-telnet-parameters "telnet" "-8" "news.globix.net" "nntp")

In both cases "delaware" is a machine on my network to which I can telnet or
rlogin.  The rlogin succeeds without a username or password.  What am I doing
wrong?

I don't wish to use ssh at this time.  The easiest thing for me would be a
solution that transparently logins to delaware, accesses the remote IP news
server on news.globix.net, and just pipes everything back to me.

TIA!

-- 
Jake Colman                     

Principia Partners LLC                  Phone: (201) 946-0300
Harborside Financial Center               Fax: (201) 946-0320
902 Plaza II                           Beeper: (800) 928-4640
Jersey City, NJ 07311                  E-mail: colman@ppllc.com
                                       E-mail: jcolman@jnc.com
                                          web: http://www.ppllc.com

microsoft: "where do you want to go today?"
linux:     "where do you want to go tomorrow?"
BSD:       "are you guys coming, or what?"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-10-31 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-31 17:27 Select Method for Connecting Through a Proxy Jake Colman

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).