Couple of IPv6 Questions.

From: David Malone (dwmalone_at_maths.tcd.ie)
Date: 05/27/03

  • Next message: Brian Haley: "Re: Couple of IPv6 Questions."
    Date: 27 May 2003 16:23:42 +0100
    
    

    I've been fiddling around with IPv6 on Tru64 and there's a couple
    of things I haven't been able to figure out. First, I haven't been
    able to find a command that displays the neighbour cache - something
    like ndp on KAME stacks.

    Second, I've been trying to set up a configured tunnel to a FreeBSD
    host. I've tried both manually and with ip6_setup, the manual config
    goes like this:

            iptunnel create -I ipt0 _v4_dest_addr_ _v4_source_addr_
            ifconfig ipt0 ipv6
            ifconfig ipt0 inet6 _v6_source_addr_
            ifconfig ipt0 up

    I find that if I ping the all-nodes multicast address from the
    FreeBSD host, then I get a reply from the Tru64 machine. If I try
    pinging the _v6_source_addr_ I don't get a reply at all (I can see
    the incomming packet count going up in netstat -in, but the box
    doesn't seem to generate any replies, or if it does they don't make
    it on to the wire). This is on:

            OSF1 tru64 V5.1 2650 alpha

    I'm sure I'm just missing some obvious step.

            David.


  • Next message: Brian Haley: "Re: Couple of IPv6 Questions."