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
DHCP Option 7 and Syslog.
2012-07-02, 19:32
Post: #1
DHCP Option 7 and Syslog.
Hello all;

I recently compiled an iPXE kernel with the latest code with syslog enabled. When I call dhcp option 7 in a script:

Code:
dhcp
echo DHCP Option 7 is "${7}"

iPXE returns the following on DHCP Option 7: when enabled on the scope with only one IP in the Option String;

Code:
DHCP Option 7 is "
"

When Two IPs are specified in DHCP Option 7 it returns the following:

Code:
DHCP Option 7 is "
o"

When Three IPs are specified in DHCP Option 7 it returns the following:

Code:
DHCP Option 7 is "
"

If DHCP option 7 is disabled from the scope, iPXE returns the following:

Code:
DHCP Option 7 is ""

This leads me to believe iPXE doesn't fully support all DHCP options as variables. This is a definite "nice to have", however.

I can do a wireshark capture from the DHCP server.

Any ideas?

TIA,

M^3

"Thus far, you have been adrift within the sheltered harbor of my patience..."
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
DHCP Option 7 and Syslog. - MultimediaMan - 2012-07-02 19:32
RE: DHCP Option 7 and Syslog. - mcb30 - 2012-07-03, 00:24



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