[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Server PXE



Il 26/09/2011 18:21, qzertywsx ha scritto:
> Per tftp non sembrano esserci errori nei log, ma ancora non l'ho provato...
> Per isc-dhcp-server ancora non sono riuscito a creare un file di
> configurazione funzionante...

se può esserti utile questo è il file di conf del mio server dhcp, vedi
di addattarlo, è funzionante.
al massimo posta il tuo.


#ddns-update-style interim
#ignore client-updates

subnet 192.168.100.0 netmask 255.255.255.0 {
	range 192.168.100.101 192.168.100.254;
	default-lease-time 86400;
	max-lease-time 86400;
	option routers 192.168.100.1;
	option ip-forwarding off;
	option broadcast-address 192.168.100.255;
	option subnet-mask 255.255.255.0;
	#option ntp-servers 192.168.1.100;
	option domain-name-servers 192.168.100.1;
	option domain-name local;
	option netbios-name-servers 192.168.100.1;
	option netbios-node-type 8;
	option routers 192.168.100.1;


   # You can also assign specific IP addresses based on the clients'
   # ethernet MAC address as follows (Host's name is "laser-printer"):

 # host laser-printer {
 #   hardware ethernet 08:00:2b:4c:59:23;
 #   fixed-address 192.168.1.222;
 # }


Reply to: