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
isc-dhcp and wds
2018-02-09, 09:31
Post: #1
isc-dhcp and wds
Good day.
I set iPXE on nix(debian+tftp+apache), set options in isc-dhcp
Code:
host clientname2 {
   if exists user-class and ( option user-class = "iPXE" ) {
   filename "http://192.168.0.1/boot/menu.ipxe";
} else {
     filename "undionly.kpxe";
  }
  server-name "ipxe";
  next-server 192.168.0.1;
  hardware ethernet 2c:56:dc:4d:fa:8f;
  fixed-address 192.168.0.69;
}
And its works!
But if i start WDS server in same subnet (192.168.0.2 for example) - and NO options for in it DHCP config at all - all pxe clints starts boot from WDS.
what's wrong with is?[/quote]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
isc-dhcp and wds - pumbos - 2018-02-09 09:31
RE: isc-dhcp and wds - NiKiZe - 2018-02-09, 10:03
RE: isc-dhcp and wds - pumbos - 2018-02-09, 11:34
RE: isc-dhcp and wds - NiKiZe - 2018-02-09, 20:29



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