No proxy. I've got IPTables running on all machines, but the OUTPUT chain is open. Normal ftp and everything is working well. Here's an output from o conf (on a different machine than before, but they both have the same problem):
cpan> o conf CPAN::Config options from /etc/perl/CPAN/Config.pm: commit Commit changes to disk defaults Reload defaults from disk init Interactive setting of all options build_cache 10 build_dir /var/cache/cpan/build cache_metadata 1 cpan_home /var/cache/cpan/ cpan_version_check 1 dontload_hash ftp /usr/bin/ftp ftp_proxy getcwd cwd gpg /usr/bin/gpg gzip /bin/gzip histfile /var/cache/cpan/histfile histsize 100 http_proxy inactivity_timeout 0 index_expire 1 inhibit_startup_message 0 keep_source_where /var/cache/cpan/sources lynx /usr/bin/lynx make /usr/bin/make make_arg make_install_arg makepl_arg ncftpget /usr/bin/ncftpget no_proxy pager /usr/bin/less prerequisites_policy ask scan_cache atstart shell /bin/bash tar /bin/tar term_is_latin 1 unzip /usr/bin/unzip urllist ftp://ftp.uninett.no/pub/languages/perl/CPAN ftp://ftp.funet.fi/pub/languages/perl/CPAN/ ftp://ftp.uit.no/pub/languages/perl/cpan/ ftp://ftp.du.se/pub/CPAN/ wget /usr/bin/wget
Actually, it is ncftpget, wget and lynx CPAN falls back to after a trail and error period with LWP and Net::FTP. Not that I really think LWP is any worse, but it is not any better either.

As for HTTP mirrors, I haven't tried one, when you ask. I'll add one and see what happens. Update: No improvement using a HTTP mirror.


In reply to Re: Re: Problems accessing CPAN with the shell by Kjetil
in thread Problems accessing CPAN with the shell by Kjetil

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.