Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recover from failed tftp boot
2012-09-28, 10:39
Post: #2
RE: Recover from failed tftp boot
Add a || after the chain command to ignore any error from it. Your chain line should be something like this:

Code:
chain tftp://${dhcp-server}/${filename} ||

By the way: Is there a reason you're using tftp://${dhcp-server}/${filename} instead of just chain ${filename}? Usually you let the DHCP server set the next-server variable and that will be used by the client as the default TFTP server?
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Recover from failed tftp boot - dpost - 2012-06-03, 01:21
RE: Recover from failed tftp boot - robinsmidsrod - 2012-09-28 10:39



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