PRIMECLUSTER Global Link Services Configuration and Administration Guide: Redundant Line Control Function 4.1 (for Linux)
Contents Index PreviousNext

Chapter 3 Environment configuration> 3.2 System Setup> 3.2.2 Network configuration

3.2.2.2 System setup in Fast switching mode

Common settings between IPv4 and IPv6

When using an IPv4 address

When using an IPv6 address

/etc/radvd.conf

interface sha0
{
        AdvSendAdvert on;        # Sending router advertisements
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;      
        prefix fec0:1::0/64      # Sending Prefix fec0:1::0/64 from sha0
        {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr on;
        };
};

# sysctl -w net.ipv6.conf.all.forwarding=0



Contents Index PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2005