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.3 System setup in NIC switching mode

Common settings between IPv4 and IPv6

When using an IPv4 address

When using an IPv6 address

/etc/radvd.conf

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



Contents Index PreviousNext

All Rights Reserved, Copyright (C) FUJITSU LIMITED 2005