Hi!

  I would like to set up the Solaris DHCP server to perform network Linux 
installation, but I can't get to understand what I have to do. I have found 
many examples involving Jumpstart, but nothing much helpful. TFTP seems to be 
working. 

  I would like the equivalent configuration to this, which is the configuration 
for the ISC DHCP server : 
group {
  allow bootp;
  next-server 192.168.0.1;
  use-host-decl-names on;
  if substring (option vendor-class-identifier, 0, 9) = "PXEClient" {
    filename "/slackware-12.1/pxelinux.0";
  }

Thanks for your help,

François
--
This message posted from opensolaris.org
_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to