Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - IPv6 configuration using io-pkt-v6-hc: (1 Item)
   
IPv6 configuration using io-pkt-v6-hc  
Hi,

 

Besides starting io-pkt-v6-hc and configuring an address using ifconfig,
what else needs to be configured to run IPv6?

 

I am attempting to run io-pkt-v6-hc with both IPv4 and IPv6 addresses
assigned.  My basic test has two blades connected to each other such
that I can attempt a ping and ping6 to the other blade (from either
end).

 

 

Success:

 

-        IPv4 ping on both cards

-        IPv4 ping of local address (127.0.0.1)

-        IPv4 ping of local configured address

-        IPv6 ping of local address (::1)

-        IPv6 ping of local configured address

 

Failure:

 

-        IPv4 ping on both cards

 

The IP configuration and test results, for the ping and ping6 attempts
between the cards, are captured below.  I've checked most of the
ifconfig and io-pkt documentation as well as the io-net migration and
driver threads without finding any similar threads.

 

 

Cheers,

maurice

 

 

==========

Background

==========

 

I have already used io-net in the past.  To limit the change, I've had a
designer here run the io-pkt-v6 with our original devn-ppc405 (e.g.
access using the shim).

 

 

Blade 1 - IP=10.13.128.98

Blade 2 - IP=10.13.128.55

 

============================

Configuration of Both Blades

============================

 

Blade 2:

slogger -s 64k -l /tmp/slogs,64k&

io-pkt-v6-hc -v

mount -T io-pkt -o mac=00019c0006ce,deviceindex=0,verbose=2
devn-ppc405.so

ifconfig en0 inet6 fe80::201:9cff:fe00:6ce

ifconfig en0 10.13.128.55 netmask 0xfffffc00

route -q add default 10.13.128.2

 

# ifconfig

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192

        inet 127.0.0.1 netmask 0xff000000

        inet6 ::1 prefixlen 128

        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1

en0: flags=80008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,SHIM> mtu
1500

        address: 00:01:9c:00:06:ce

        inet 10.13.128.55 netmask 0xfffffc00 broadcast 10.13.131.255

        inet6 fe80::201:9cff:fe00:6ce%en0 prefixlen 64 scopeid 0x2

 

Process 696338 (ifconfig) exited status=0.

#

 

 

Blade 1:

slogger -s 64k -l /tmp/slogs,64k&

io-pkt-v6-hc -v

mount -T io-pkt -omac=00019c000477,deviceindex=0,verbose=2
devn-ppc405.so

ifconfig en0 inet6 fe80::201:9cff:fe00:477

ifconfig en0 10.13.128.98 netmask 0xfffffc00

route -q add default 10.13.128.2

 

# ifconfig

lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33192

        inet 127.0.0.1 netmask 0xff000000

        inet6 ::1 prefixlen 128

        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1

en0: flags=80008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,SHIM> mtu
1500

        address: 00:01:9c:00:04:77

        inet 10.13.128.98 netmask 0xfffffc00 broadcast 10.13.131.255

        inet6 fe80::201:9cff:fe00:477%en0 prefixlen 64 scopeid 0x2

 

Process 319506 (ifconfig) exited status=0.

#

 

 

 

========================

Ping Results from Blade1

========================

 

# ping -c4 -vv 10.13.128.55

PING 10.13.128.55 (10.13.128.55): 56 data bytes

Destination Port Unreachable

 Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src          Dst

  4  5  00 0047 0158   0 0000  40  11 0000       127.0.0.1  127.0.0.1

  UDP: from port 65528, to port 53

Destination Port Unreachable

 Vr HL TOS  Len   ID Flg  off TTL Pro  cks      Src          Dst

  4  5  00 0047 015a   0 0000  40  11 0000       127.0.0.1  127.0.0.1

  UDP: from port 65527, to port 53

64 bytes from 10.13.128.55: icmp_seq=0 ttl=255 time=5 ms

64 bytes from 10.13.128.55: icmp_seq=1 ttl=255 time=1 ms

64 bytes from 10.13.128.55: icmp_seq=2 ttl=255 time=1 ms

64 bytes from 10.13.128.55: icmp_seq=3 ttl=255 time=1 ms

 

----10.13.128.55 PING Statistics----

4 packets transmitted, 4 packets received, 0% packet loss

round-trip min/avg/max =...
View Full Message