unique root path for each IP?

Simon Hobson dhcp1 at thehobsons.co.uk
Sat Jul 19 18:17:07 UTC 2014


I <dhcp1 at thehobsons.co.uk> wrote:

> How about a pool per IP, along the lines of :
> 
> subnet ....
>  pool {
>    range 10.0.0.1;
>    option root-path "iscsi:initiator1.example.com::::target00";
>  }
> subnet ....
>  pool {
>    range 10.0.0.2;
>    option root-path "iscsi:initiator1.example.com::::target01";
>  }
> 
> and so on.



Oops, a copy/paste error there - only one subnet statement :

subnet ....
  pool {
    range 10.0.0.1;
    option root-path "iscsi:initiator1.example.com::::target00";
  }
  pool {
    range 10.0.0.2;
    option root-path "iscsi:initiator1.example.com::::target01";
  }



More information about the dhcp-users mailing list