Networking Forums

Networking Forums > Computer Networking > Linux Networking > setup signature not found on diskless client

Reply
Thread Tools Display Modes

setup signature not found on diskless client

 
 
himanshu9813
Guest
Posts: n/a

 
      07-04-2003, 07:23 PM
hi all
i have made a diskless client using dhcp server on red hat linux 8.
the dhcp conf file looks like
server-identifier server.netmag.de;
option subnet-mask 255.255.255.0;
option routers 192.168.1.0;
option domain-name-servers 192.168.1.1;
option domain-name "netmag.de";

use-host-decl-names on;

shared-network WORKSTATIONS {
subnet 192.168.1.0 netmask 255.255.255.0 {
}
}
group {
use-host-decl-names on;

host pc1 {
hardware ethernet 00:80:C89:31:C1;
# ---MAC address
fixed-address 192.168.1.10;
# ---assigned IP number
filename "pc1/bootImage"
}
host pc2 {
hardware ethernet 00:E3:7F:86:3F:B9;
fixed-address 192.168.0.119;
filename "pc2/bootImage";
}
}


when i boot the diskless client, it gives an eroor, "setup signature
not found".
please give me some help regarding this.

thanx
himanshu
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
The signature of the certificate cannot be verified aconti Windows Networking 1 03-16-2009 02:11 AM
IAS - PEAP - Signature Not Verified Ken Teleis Windows Networking 1 02-21-2008 10:42 PM
diskless thin client boot to terminal server Bin Windows Networking 0 11-01-2006 04:13 PM
'signature' filtering Jack Snodgrass Linux Networking 3 03-22-2005 01:40 PM
I found the Orinoco Gold client software! But... Hiawatha Bray Wireless Internet 0 06-24-2003 02:46 AM



1 2 3 4 5 6 7 8 9 10 11