Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
undionly, ipxe, and dhcp
2016-02-18, 21:39
Post: #3
RE: undionly, ipxe, and dhcp
Well after a little more work I am no farther, but I do have more information. The issue actually resides in the undionly.kpxe step. So the nic gets an IP from the dhcp server, and then fetches undionly.kpxe from the tftp server, undionly starts and attempts to grab an ip from the dhcp server itself but fails since there is only one address and the dhcp server thinks it is taken by a different device.

I tried generating a new undionly.kpxe file and embedding a script to set the ip address, followed by the same sanboot command that was in my ipxe file, however I get an error there too. Not sure what is going on, it is as if I am not getting the network configured or brought up correctly with the static IP. The script I am using is this:

#!ipxe

echo Configuring IP..
set net0/ip 141.141.207.201
set net0/netmask 255.255.255.0

set san-keep 1
show net0/ip
show net0/netmask
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
undionly, ipxe, and dhcp - mshoemaker - 2016-02-18, 16:37
RE: undionly, ipxe, and dhcp - NiKiZe - 2016-02-18, 16:45
RE: undionly, ipxe, and dhcp - mshoemaker - 2016-02-18 21:39
RE: undionly, ipxe, and dhcp - NiKiZe - 2016-02-18, 22:06
RE: undionly, ipxe, and dhcp - NiKiZe - 2016-02-19, 14:31
RE: undionly, ipxe, and dhcp - NiKiZe - 2016-02-19, 19:08



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