Gnus development mailing list
 help / color / mirror / Atom feed
* Can't connect with nntp-open-telnet
@ 1997-01-14 18:24 Mark Denovich
  1997-01-15  1:13 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Denovich @ 1997-01-14 18:24 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

My usenet server will only allow connections from the pitt.edu domain...
While I'm at work I can't read news, from the FAQ I thought the
following might get me around that problem:


(setq gnus-select-method '(nntp "firewall"
            (nntp-address "unixs.cis.pitt.edu")
            (nntp-open-server-function nntp-open-telnet)
            (nntp-end-of-line "\n")
            (nntp-telnet-user-name "madst38")
            (nntp-telnet-passwd "XXXXXXX")
            (nntp-telnet-parameters       ("telnet" "usenet.pitt.edu"
"nntp"))))

However this only replies with:

        Loading gnus-group...done
        Opening nntp server on firewall...
        Denied server

I'm a relative elisp-virgin, how can I receive more debugging info, or
did I just screw up the parameter list?

    --Mark


[-- Attachment #2: Type: text/html, Size: 1885 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can't connect with nntp-open-telnet
  1997-01-14 18:24 Can't connect with nntp-open-telnet Mark Denovich
@ 1997-01-15  1:13 ` Lars Magne Ingebrigtsen
  1997-01-15  8:57   ` Thor Kristoffersen
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-15  1:13 UTC (permalink / raw)


Mark Denovich <madst38@pitt.edu> writes:

> My usenet server will only allow connections from the pitt.edu domain...
> While I'm at work I can't read news, from the FAQ I thought the
> following might get me around that problem:
> 
> (setq gnus-select-method '(nntp "firewall"
>             (nntp-address "unixs.cis.pitt.edu")
>             (nntp-open-server-function nntp-open-telnet)
>             (nntp-end-of-line "\n")
>             (nntp-telnet-user-name "madst38")
>             (nntp-telnet-passwd "XXXXXXX")
>             (nntp-telnet-parameters       ("telnet" "usenet.pitt.edu"
> "nntp"))))

This should work, I think, although these things often take some
fiddling.  I've yet to come up with something that seems to work on
more than a couple of systems at a time.  :-)

I would suggest `M-x edebug-defun' on `nntp-open-telnet' in "nntp.el"
and SPC through it an see what happens, while keeping an eye on the
output in the " *nntpd*" buffer.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Can't connect with nntp-open-telnet
  1997-01-15  1:13 ` Lars Magne Ingebrigtsen
@ 1997-01-15  8:57   ` Thor Kristoffersen
  0 siblings, 0 replies; 3+ messages in thread
From: Thor Kristoffersen @ 1997-01-15  8:57 UTC (permalink / raw)


Lars Magne Ingebrigtsen writes:
> > (setq gnus-select-method '(nntp "firewall"
> >             (nntp-address "unixs.cis.pitt.edu")
> >             (nntp-open-server-function nntp-open-telnet)
> >             (nntp-end-of-line "\n")
> >             (nntp-telnet-user-name "madst38")
> >             (nntp-telnet-passwd "XXXXXXX")
> >             (nntp-telnet-parameters       ("telnet" "usenet.pitt.edu"
> > "nntp"))))
> 
> This should work, I think, although these things often take some
> fiddling.  I've yet to come up with something that seems to work on
> more than a couple of systems at a time.  :-)

I don't think he mentioned which version of Gnus he is using, but as
he is posting this to the ding list it is probably Red Gnus, and in
that case `nntp-open-server-function' must be replaced with
`nntp-open-connection-function'.


Thor
-- 
Thor Kristoffersen  -  http://www.unik.no/~thor/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-01-15  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-01-14 18:24 Can't connect with nntp-open-telnet Mark Denovich
1997-01-15  1:13 ` Lars Magne Ingebrigtsen
1997-01-15  8:57   ` Thor Kristoffersen

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