Solaris 9 8/03 Release Notes

x86: e1000g Interface Might Fail Using IPv6 (4874857)

A system with IPv6 configured on an e1000g interface might not respond to “Neighbor Solicitation” messages from a remote machine. Consequently, remote machines might not be able to communicate with the target system by using IPv6.

Workaround: Stop and restart the IPv6 interface by using the following steps:

  1. Become superuser.

  2. Shut down the IPv6 interface.


    # ifconfig e1000g0 inet6 down
    
  3. Restart the IPv6 interface.


    # ifconfig e1000g0 inet6 up
    

    You can now communicate with this target system by using IPv6 from the remote system.

The ifconfig commands shut down and restart the IPv6 interface. You can add these commands to the system's level-3 boot scripts to automate the workaround steps.