New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18648 (new defect)

Opened 4 years ago

Last modified 3 years ago

slrn unable to connect to leafnode

Reported by: martinsm@… Owned by: krischik@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: failure to connect Cc: olaf@…
Port: leafnode

Description (last modified by ryandesign@…) (diff)

slrn and leafnode both installed on 10.5.6
slrn fails to connect to leafnode with the following error:

Reading startup file /Users/martinsmith/.slrnrc.
Using newsrc file /Users/martinsmith/.jnewsrc-localhost for server localhost.
Connecting to host localhost ...
Failed to initialize server
Reason: 502 Remote access denied.
slrn fatal error:
Failed to initialize server.

Problem is that they are both on the same machine, yet I can connect to leafnode on the mac from slrn on a bsd box on the same local network with no errors. I can also connect slrn on the mac to leafnode on the bsd box. I am guessing this is a leafnode problem, but I may be wrong. Any thoughts?

Change History

comment:1 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to krischik@…
  • Cc olaf@… added

comment:2 Changed 4 years ago by olaf@…

What's the result of

$ telnet localhost 119

What's in the log messages of leafnode? I'm not familiar with leafnode. Maybe it doesn't listen on localhost.

comment:3 Changed 4 years ago by martinsm@…

rakuba:~ martinsmith$ telnet localhost 119
Trying ::1...
Connected to localhost.
Escape character is '^]'.
502 Remote access denied.
Connection closed by foreign host.
rakuba:~ martinsmith$

Log entry

28/02/2009 15:13:35 leafnode[164] Denying access from address outside the local networks. (Check config.example.) 
28/02/2009 15:13:35 leafnode[164] Denying access from address outside the local networks. (Check config.example.)

Yes I have checked and rechecked the config file, and I am not attempting to access it from outside the local network, but it does not seem to recognise that... strange, because thunderbird can connect to leafnode on the same machine, and I can connect to it from slrn on a machine on the local network, but not on the same machine

comment:4 Changed 4 years ago by olaf@…

So it's definitely not a problem of slrn. Maybe the other clients (definitely these from other machines) do connect not to localhost but to the machines network adresse where leafnode allows it.

comment:5 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

comment:6 Changed 3 years ago by ryandesign@…

  • Description modified (diff)

I just updated slrn to version 0.9.9p1; not sure if that will help you.

comment:7 Changed 3 years ago by pw201@…

I think leafnode doesn't recognise IPv6 addresses as local. If you put export NNTPSERVER=127.0.0.1 in your profile, it works, I found, but using "localhost" does not.

Note: See TracTickets for help on using tickets.