[Dibbler] Static DHCPv6 address support

Sob sob at hisoftware.cz
Sat May 6 02:33:30 CEST 2006


Hi,

if you create a class with single ipv6 address in server config and 
set 'accept-only' to link address of your host, it will work as needed:

iface <iface> {
  class { # reserved address for single client:
    accept-only <host_link_address>
    pool <single_address>
  }
  class { #other clients get addresses from here:
    pool <start_address>-<end_address>
  }
}

At 01:48 6.5.2006, you wrote:
>Reading the Dibbler User guide gave me the impression the server 
>does not support static (reserved) DHCPv6 addresses.  Specifically I 
>am interested in being able to assign a specific address to a 
>specific host/device.




More information about the Dibbler mailing list