Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
DHCP message configuration
2013-05-17, 16:06
Post: #11
RE: DHCP message configuration
(2013-05-17 05:28)Rickert Wrote:  Sorry those two options I gave are bad examples. What I want is for iPXE to request custom options like this:
Code:
option vlan-id                          code 100 = unsigned integer 16;
option system-name                     code 101 = text;
option oam-master                      code 102 = ip-address;
option static-vlan-id-list             code 103 = array of unsigned integer 16;
option is-snmp-trap-receiver           code 104 = ip-address;

These options will be used in a custom network script (one in /etc/init.d/boot.d
), after Linux finished loading vmlinuz and initrd.
[/code]

What you should be doing is issuing a separate DHCP request from within Linux. You need to do this anyway; you can't use the IP address from iPXE indefinitely because your DHCP lease will eventually expire.

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


Messages In This Thread
DHCP message configuration - Rickert - 2013-05-15, 03:48
RE: DHCP message configuration - mcb30 - 2013-05-17 16:06



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