[6bone] problem with ftp.netbsd.org

Thomas Schaefer mail@thomas--schaefer.de
Fri, 14 Jun 2002 08:35:52 +0200


Am Freitag, 14. Juni 2002 03:45 schrieb Antonio Querubin:
> On Thu, 13 Jun 2002, Darko wrote:
> > Try nslookup -q=AAAA ftp.bsd.org
> > You will see that there is no AAAA record for that host, therefore you
> > cannot use IPv6 to reach it.
>
> True enough but the problem was/is with ftp.netbsd.org, not ftp.bsd.org.
>
> 

And now it seems to work very well:
-----------------------------------------------
thomas@witz:~> nslookup -query=any ftp.netbsd.org
Note:  nslookup is deprecated and may be removed from future releases.
Consider using the `dig' or `host' programs instead.  Run nslookup with
the `-sil[ent]' option to prevent this message from appearing.
Server:         212.185.252.201
Address:        212.185.252.201#53

Name:   ftp.netbsd.org
Address: 204.152.184.75
ftp.netbsd.org  has AAAA address 3ffe:8050:201:1860:2a0:c9ff:feed:b7ea

thomas@witz:~> ftp 3ffe:8050:201:1860:2a0:c9ff:feed:b7ea
Connected to 3ffe:8050:201:1860:2a0:c9ff:feed:b7ea.
220 ftp6.netbsd.org FTP server (NetBSD-ftpd 20020201) ready.
Name (3ffe:8050:201:1860:2a0:c9ff:feed:b7ea:thomas): anonymous
331 Guest login ok, type your name as password.
Password:
230-

     Welcome to FTP.NetBSD.ORG
     Located in Palo Alto, CA, USA                         ,        ,
                                                          /(        )`
                                             Home of      \ \___   / |
       100Mb Connectivity Courtesy of       the FREE      /- _  `-/  '
        Internet Software Consortium      MULTIPLATFORM  (/\/ \ \   /\
                                         NetBSD 1.5.2 OS / /   | `    \
                                                     \   O O   ) /    |
    +--- Currently Supported Platforms ----+          \  `-^--'`<     '
    |   DEC ALPHA, (STRONG)ARM32, ATARI,   |           \ (_.)  _  )   /
    |BEBOX, COMMODORE AMIGA & MACROSYSTEMS |             `.___/`    /
    |   DRACO, HP 300, INTEL x86, APPLE    |               `-----' /
    | MACINTOSH(68k & PPC, iMAC, G3, G4),  |  <----.     __ / __   \
    | MOTOROLA MVME68k, NEWS (68k & MIPS), |  <----|====O)))==) \) /====
    |   NeXT, PC532, PMAX, POWERPC, SUN    |  <----'    `--' `.__,' \
    |  SPARC(64), SUN 3/3X, DEC VAX, X68k  |               |        |
    +--------------------------------------+               \       /
           MORE ARE UNDER DEVELOPMENT                 ______( (_  / \_____
                                              (FL)  ,'  ,-----'   |       \
    ALL FTP TRANSFERS AND COMMANDS ARE LOGGED.      `--{__________)       \/
230-
    EXPORT NOTICE

    Please note that portions of this FTP site contain cryptographic
    software controlled under the Export Administration Regulations (EAR).

    None of this software may be downloaded or otherwise exported or
    re-exported into (or to a national or resident of) Cuba, Iraq, Libya,
    Sudan, North Korea, Iran, Syria or any other country to which the
    U.S. has embargoed goods.

    By downloading or using said software, you are agreeing to the
    foregoing and you are representing and warranting that you are not
    located in, under the control of, or a national or resident of any
    such country or on any such list.
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls -la
229 Entering Extended Passive Mode (|||49196|)
150 Opening ASCII mode data connection for '/bin/ls'.
total 10984
drwxr-xr-x  9 0    wheel       512 Dec 13  1999 .
drwxr-xr-x  9 0    wheel       512 Dec 13  1999 ..
-rw-r--r--  1 0    wheel       611 Jun  6  2000 .message
drwxr-xr-x  2 0    wheel       512 Jul 17  1999 archive
dr-xr-xr-x  2 0    wheel       512 Apr 17  2001 bin
drwxr-xr-x  2 0    wheel       512 Dec 25  1997 etc
d--x--x--x  4 0    wheel       512 Feb  4 16:25 hidden
drwx-----T  2 234  netbsd      512 Jul 16  1999 lost+found
-rw-rw-r--  1 234  netbsd  5582055 Jun 12 19:58 ls-lRA.gz
drwxr-xr-x  6 0    wheel       512 Jun 20  1999 pub
dr-xr-xr-x  2 0    wheel       512 Dec 25  1997 usr
226 Transfer complete.
ftp> bye
221-
    Data traffic for this session was 0 bytes in 0 files.
    Total traffic for this session was 3633 bytes in 1 transfer.
221 Thank you for using the FTP service on ftp6.netbsd.org.
thomas@witz:~>
----------------------------------------------------------------


Regards,
Thomas Schäfer