Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

IPv6 RA Header Settings

Hi All
Does anybody know in the V9 in the Prefix Advertisements what the M, O and AL flags are being set to, by what fields.

Thanks

Mark


This thread was automatically locked due to age.
  • By default, it looks like below. Other than the O flag being set by the "Other config" option when you create a prefix, I don't see where to adjust anything else in the GUI.

    M = off
    O = on
    A = on
    L = on



    firewall:/ # cat /etc/radvd.conf
    # Router Advertisement Daemon
    # Automatically Generated!
    interface eth0
    {
      AdvSendAdvert on;
      AdvManagedFlag off;
      AdvOtherConfigFlag on;
      AdvDefaultPreference high;
      AdvCurHopLimit 64;
      AdvReachableTime 0;
      AdvRetransTimer 0;
      AdvLinkMTU 0;
      AdvDefaultLifetime 1800;
      MinRtrAdvInterval 200;
      MaxRtrAdvInterval 600;

      prefix 2001:####:####:0:0:0:0:0/64
      {
        AdvOnLink on;
        AdvAutonomous on;
        AdvValidLifetime 2592000;
        AdvPreferredLifetime 604800;
      };