[ipxe-devel] chain connection timeout
NICOLAS CATTIE
nicolas.cattie at mpsa.com
Fri Jul 4 12:02:36 UTC 2014
(domain name is not the real one)
New script :
#!ipxe
prompt --key 0x13 --timeout 5000 Press magic key for iPXE prompt && shell ||
ifopen
show ip
show netmask
show gateway
show dns
show domain
ifstat
route
echo wait 5 sec
sleep 5
chain http://ipxe.domain.com/boot.aspx
Result :
Net0.dhcp/ip:ipv4 = 10.68.90.226
Net0.dhcp/netmask:ipv4 = 255.255.255.0
Net0.dhcp/gateway:ipv4 = 10.68.90.254
Net0.dhcp/dns:ipv4 = 10.68.161.3
Net0.dhcp/domain:string = domain.com
Net0: f0:92:1c:0c:52:b0 using undionly on UNDI-PCI04:00.0 (open)
[Link:up, TX:0 TXE:0 RX:0 RXE:0]
Net0: 10.68.90.226/255.255.255.0 gw 10.68.90.254
Wait 5 sec
http://ipxe.domain.com/boot.aspx................... Connection timed ou (http://ipxe.org/4c116035)
Everything seems to be set as expected (IP and domain are correct)
-----Message d'origine-----
De : Michael Brown [mailto:mcb30 at ipxe.org]
Envoyé : vendredi 4 juillet 2014 12:15
À : NICOLAS CATTIE - U115440; ipxe-devel at lists.ipxe.org
Objet : Re: [ipxe-devel] chain connection timeout
On 04/07/14 11:08, NICOLAS CATTIE wrote:
> The chain command in my embeded script leads to a connection timeout (on
> specific hardware) with error code 0x4c116035. More interesting, if I
> beak the embedded script and type the same command, it works.
>
> I tried to add a sleep 10 after ifopen, but it doesn’t change anything
>
> Embeded script :
>
> #!ipxe
> prompt --key 0x13 --timeout 5000 Press magic key for iPXE prompt && shell ||
> ifopen
> chain http://ipxe.domain.com/boot.aspx
Could you try inserting the following commands:
ifstat
route
show dns
immediately before the "chain" command?
Thanks,
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6844 bytes
Desc: not available
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20140704/105b55a0/attachment.p7s>
More information about the ipxe-devel
mailing list