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
embedded chain times out but interactive chain works
2015-09-29, 00:29
Post: #1
embedded chain times out but interactive chain works
Hi All,

I came across a strange behavior as in embedded "chain command timesout but
interactive/manual chain command works.

Below is my embedded script during compiling my bin/ipxe.iso.

set net4/ip a.b.c.d
set net4/netmask 255.255.255.0
set net4/gateway a.b.c.1
set net4/dns 10.0.0.1
set net4/domain mycompany.com

ifopen net4

chain http://boot.ipxe.org/demo/boot.php || shell

The iso will put in the shell after timing out.
If I give the same "chain" command, it just work.

I will be doing more forensic investigation but if you know something from top of your head, please let me know.

Thanks,
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
embedded chain times out but interactive chain works - maruchi - 2015-09-29 00:29



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