Okay? Will do. If you got any specified question come back...
Router Advertisement Daemon do you mean that?
/etc/radvd.conf this looks like this ...for e.g.
Code:
interface eth0 {
AdvSendAdvert on;
MinRtrAdvInterval 3;
MaxRtrAdvInterval 10;
prefix 2001:0db8:0100:f101::/64 {
AdvOnLink on;
AdvAutonomous on;
AdvRouterAddr on;
};
};