Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
unique root path for each IP?
2014-07-18, 21:16
Post: #2
RE: unique root path for each IP?
(2014-07-18 17:32)jrgruher Wrote:  Or even more compact, can we do something like this:

When issuing 10.0.0.X issue root path "iscsi:initiator1.example.com::::targetX"

Yes, ISC dhcpd can do this. You want something like:

Code:
option root-path =
        concat ( "iscsi:initiator1.example.com::::target",
                 binary-to-ascii ( 10, 8, "", suffix ( leased-address, 1 ) ) );

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: unique root path for each IP? - mcb30 - 2014-07-18 21:16



User(s) browsing this thread: 1 Guest(s)