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 Prefix Advertisment/ Windows2008 DHCPv6

Hi,

I tried to setup an Windows2008R2 DHCPv6 Server together with an ASG.

But this ist not working, because AdvMangedFlag and AdvOtherConfigFlag missing.
There is an OtherConfig switch, but this one setup an on hidden Astaro DHCPv6.


Sven



#######From radvd.conf manpage ################
AdvManagedFlag on|off

    When set, hosts use the administered (stateful) protocol for address autoconfiguration in addition to any addresses autoconfigured using stateless address autoconfiguration. The use of this flag is described in RFC 4862.

    Default: off 
AdvOtherConfigFlag on|off

    When set, hosts use the administered (stateful) protocol for autoconfiguration of other (non-address) information. The use of this flag is described in RFC 4862.


This thread was automatically locked due to age.
Parents
  • Why do you need a Windows DHCPv6 server?

    Its not possible to disable the hidden DHCPv6 server on the ASG
    if "Other Config" is enabled.

    The only way to to run a DHCPv6 server is to disable Prefix Advertisement
    on the ASG and let Windows announce the Prefixes together with DHCPv6.

    Cheers
     Ulrich
Reply
  • Why do you need a Windows DHCPv6 server?

    Its not possible to disable the hidden DHCPv6 server on the ASG
    if "Other Config" is enabled.

    The only way to to run a DHCPv6 server is to disable Prefix Advertisement
    on the ASG and let Windows announce the Prefixes together with DHCPv6.

    Cheers
     Ulrich
Children
  • I need a windows DHCPv6 Server because Astaro is no full blown DHCP Server.
    DHCPv4 is served by Windows Server, DHCPv6 should be the same.

    I do not want to advertise the Prefix from the DHCP, becaue I do not want to transfer the  whole external traffic through the DHCP Server.

    So Astaro needs a stateful prefix advertisment without own dhcpv6.


    #######From radvd.conf manpage ################
    AdvManagedFlag on|off

    When set, hosts use the administered (stateful) protocol for address autoconfiguration in addition to any addresses autoconfigured using stateless address autoconfiguration. The use of this flag is described in RFC 4862.

    Default: off
    AdvOtherConfigFlag on|off

    When set, hosts use the administered (stateful) protocol for autoconfiguration of other (non-address) information. The use of this flag is described in RFC 4862.