2011-06-27, 01:06
i'm using microsoft dhcp to issue this command:
http://192.168.0.123/boot.php
which contains this very simple script as follows:
#!ipxe
sanhook iscsi:192.168.0.220::::iqn.2011-03:vm-dss.target0
which results in ipxe giving me this error:
0x3f122003 "operation not supported on socket"
although if i run the same command manually (chain http://192.168.0.123/boot.php) it runs just fine.
whats the problem?
http://192.168.0.123/boot.php
which contains this very simple script as follows:
#!ipxe
sanhook iscsi:192.168.0.220::::iqn.2011-03:vm-dss.target0
which results in ipxe giving me this error:
0x3f122003 "operation not supported on socket"
although if i run the same command manually (chain http://192.168.0.123/boot.php) it runs just fine.
whats the problem?