| 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 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
![]()
|