Re: testing ipv6 tools

2001-01-09 Thread Noah L. Meyerhans
On Sat, Jan 06, 2001 at 10:46:09PM +, Philip Blundell wrote: > Pierfrancesco Caci <[EMAIL PROTECTED]> wrote: > > >connect(4, {sin_family=AF_INET6, sin6_port=htons(1025), inet_pton(AF_INET6, > >"f > >e80::250:4ff:fe38:a630", &sin6_addr), sin6_flowinfo=htonl(0)}}, 24) = -1 > >EINVA > >L (Inval

Re: testing ipv6 tools

2001-01-06 Thread Philip Blundell
Pierfrancesco Caci <[EMAIL PROTECTED]> wrote: >connect(4, {sin_family=AF_INET6, sin6_port=htons(1025), inet_pton(AF_INET6, "f >e80::250:4ff:fe38:a630", &sin6_addr), sin6_flowinfo=htonl(0)}}, 24) = -1 EINVA >L (Invalid argument) What version of the kernel are you running? Your ping6 is using old-

testing ipv6 tools

2001-01-06 Thread Pierfrancesco Caci
Maybe I'm missing some important pieces, but is there someone who can get this to work ? [EMAIL PROTECTED]:/home/ik5pvx # ping6 fe80::250:4ff:fe38:a630 connect: Invalid argument the address is the site-wide one automatically assigned to the eth0 of another computer on the lan. here's a strace