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.
  • 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
  • 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.
  • Makes sense. I'm working on DHCP for v9, I will try to fix that.

    Until then, configure DHCPv6 on the ASG and make the DHCPv6 daemon non working,
    e.g. edit /var/mdw/scripts/dhcpd6 and insert exit at the beginning

    Cheers
     Ulrich
  • I will try it.
    I will try to setup an Astaro DHCPV6 with only one Dummy static address. May be it is doing the same.

    Question: 
    Is it true, that when setting up an Astaro DHCPv6, there is automatically a hidden router/prefix advertisment?
  • The static dummy is not working, because there is no button "only static" as in dhcpv4.

    But when you have a DHCPv6 with only 2 IPs and use these two IPs as dummy IPs on the ASG Interface, Windows dhcpv6 is working.

    Please fix this in 8.2xx.

    Switching off the whole dhcpv6 is no option, because it is needed for guest networks etc.

    Sven