| PRIMECLUSTER Global Link Services Configuration and Administration Guide: Redundant Line Control Function 4.2 (for Linux) |
Contents
Index
![]()
|
| Chapter 3 Environment configuration | > 3.2 System Setup | > 3.2.2 Network configuration |
/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
![]()
|