The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Request for new Mac Address varible expansion character
2012-01-08, 23:29
Post: #1
Request for new Mac Address varible expansion character
Right now from the documentation the following is true
http://192.168.0.1/boot.php?mac=${net0/mac}
which would expand to a URL such as
http://192.168.0.1/boot.php?mac=52:54:00:12:34:56

What I would like to do is use varible expansion in the DHCP option 017.
Like the following
017 Root Path iscsi:192.168.0.1::::${net0/mac}
in which would expand to
017 Root Path iscsi:192.168.0.1::::52-54-00-12-34-56
or
017 Root Path iscsi:192.168.0.1::::525400123456

but by default the mac address varible returns ":" which do not work.

I do not want to use an ipaddress as there is no absolute gaurantee
unless you use a reservation that you will alwasy get that ip.

This way you do not need a web server to do the translation only that the iSCSI target has a registration for that mac address.

Thank You
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Request for new Mac Address varible expansion character - Skeilio - 2012-01-08 23:29



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