Probleme beim pxeboot

Antworten
kressefresser
Beiträge: 18
Registriert: 11 Nov 2008, 17:39

Probleme beim pxeboot

Beitrag von kressefresser »

Hallo,

wir haben heute einen neuen Schwung Rechner bekommen. Ich wolllte wie immer Windows per OPSI installieren, bekomme aber einen seltsamen Fehler. Die Rechner bekommen eine IP via DHCP Server zugewiesen und werfen dann den TFTP Fehler Datei nicht gefunden.

Ich habe mal in den Logs nachgesehen und festgestellt, dass der atftpd seltsame Einträge schreibt.

Code: Alles auswählen

Nov 11 16:13:12 samson atftpd[11095]: Serving linux/pxelinux.0ÿª; to 192.168.67.233:2070
Diese beiden Zeichen hinter pxelinux.0 ändern sich mit der Zeit!

Alle alten Rechner funktionieren normal und ich bekomme folgenden Output:

Code: Alles auswählen

Nov 11 10:02:30 samson atftpd[23309]: Serving linux/pxelinux.0 to 192.168.68.25:2070
Hat irgendjemand eine Idee was das ist und warum die neuen Rechner nicht das pxelinux.0 laden können?

Zur Info die neuen Rechner sind HP dx2400 mit einer Realtek 8168c onboard Netzwerkkarte.

Bis dahin

Oliver
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Probleme beim pxeboot

Beitrag von d.oertel »

Hallo,

wenn der atftpd schreibt:
Serving linux/pxelinux.0 to 192.168.68.25
dann bedeutet das soviel wie:
'Ich habe vom Client 192.168.68.25 die Anfrage zur Datei inux/pxelinux.0 bekommen und werde nun versuchen diese zu senden'
Ob das senden klappt sieht man erst später und nur bei einem höheren Log-Level.
Im konkreten Fall bedeutet das, das der Client eine falsche Anfrage sendet.
Wenn der DHCP die richtige Info liefert (und das tut er wohl wenn andere Clients korrekt arbeiten)
dann baut das PXE des Clients Mist.

Gibt es ein BIOS-Update ?

gruss
detlef oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
kressefresser
Beiträge: 18
Registriert: 11 Nov 2008, 17:39

Re: Probleme beim pxeboot

Beitrag von kressefresser »

Hallo,

es gibt kein BIOS Update. Das komische ist, dass ich heute mal ein PXE Bootprom in eine DLINK Karte eingebaut habe (DGE 528E mit DGE 528R) und den gleichen Effekt habe.

Die anderen Rechner funktionieren aber weiterhin :?

Ich habe heute sowohl DLINK als auch Realtek mal geschrieben, ob die eine Idee haben warum die Karte den falschen File anfordert. Der DHCP übergibt definitive den richtigen Namen.

Ich hoffe die können mir helfen, ansonsten wenn Euch noch was einfällt immer her damit.

Bis dahin

Oliver
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Probleme beim pxeboot

Beitrag von d.oertel »

Hallo,

mit

Code: Alles auswählen

 tcpdump port tftp
mal mitschneiden was der Client tatsächlich sendet.

mit

Code: Alles auswählen

 tcpdump -vv -s 1024 port bootps
mal mitschneiden was der DHCP tatsächlich sendet.

Allgemeine Netzwerkprobleme ? (Patchkabel tauschen, Switch defekt.......)?

gruss
detlef oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
kressefresser
Beiträge: 18
Registriert: 11 Nov 2008, 17:39

Re: Probleme beim pxeboot

Beitrag von kressefresser »

Hallo haben wir leider bereits gemacht. Der Client sendet tatsächlich die falsche Anfrage:

Code: Alles auswählen

13:55:08.370946 IP 192.168.67.220.2070 > samson.kw.schroeder.local.tftp:  38 RRQ "linux/pxelinux.0M-^?X&^XM-(" octet tsize 0
13:55:08.380071 IP 192.168.67.220.2071 > samson.kw.schroeder.local.tftp:  43 RRQ "linux/pxelinux.0M-^?X&^XM-(" octet blksize 1456
Und wenn ich das richtig sehe liefert der DHCP Server die Info richtig aus:

Code: Alles auswählen

13:57:02.134981 IP (tos 0x0, ttl  62, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) 192.168.68.29.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:04:13:28:68:10 (oui Unknown), length 300, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Request
	    Client-ID Option 61, length 7: ether 00:04:13:28:68:10
	    Parameter-Request Option 55, length 9: 
	      Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
	      Domain-Name, NTP, TFTP, BF
	      Option 120
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Requested-IP Option 50, length 4: 192.168.68.29
13:57:02.621301 IP (tos 0x10, ttl  64, id 0, offset 0, flags [none], proto: UDP (17), length: 372) samson.kw.schroeder.local.bootps > 192.168.68.29.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 344, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Your-IP 192.168.68.29
	  Server-IP samson.kw.schroeder.local
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.252.0
	    Default-Gateway Option 3, length 4: 192.168.71.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    TFTP Option 66, length 25: "samson.kw.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"
13:57:06.135090 IP (tos 0x0, ttl  62, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) 192.168.68.29.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:04:13:28:68:10 (oui Unknown), length 300, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Request
	    Client-ID Option 61, length 7: ether 00:04:13:28:68:10
	    Parameter-Request Option 55, length 9: 
	      Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
	      Domain-Name, NTP, TFTP, BF
	      Option 120
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Requested-IP Option 50, length 4: 192.168.68.29
13:57:06.713782 IP (tos 0x14, ttl 127, id 49982, offset 0, flags [none], proto: UDP (17), length: 328) 192.168.67.254.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:50:8d:4f:0b:fd (oui Unknown), length 300, hops 1, xid 0x5b83b092, Flags [ none ] (0x0000)
	  Client-IP develop.clients.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:50:8d:4f:0b:fd (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Inform
	    Client-ID Option 61, length 7: ether 00:50:8d:4f:0b:fd
	    Hostname Option 12, length 7: "develop"
	    Vendor-Class Option 60, length 8: "MSFT 5.0"
	    Parameter-Request Option 55, length 12: 
	      Subnet-Mask, Domain-Name, Default-Gateway, Domain-Name-Server
	      Netbios-Name-Server, Netbios-Node, Netbios-Scope, Router-Discovery
	      Static-Route, Option 249, Vendor-Option, Option 252
	      
13:57:07.475555 IP (tos 0x10, ttl  64, id 0, offset 0, flags [none], proto: UDP (17), length: 372) samson.kw.schroeder.local.bootps > 192.168.68.29.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 344, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Your-IP 192.168.68.29
	  Server-IP samson.kw.schroeder.local
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.252.0
	    Default-Gateway Option 3, length 4: 192.168.71.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    TFTP Option 66, length 25: "samson.kw.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"
13:57:07.475751 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) samson.kw.schroeder.local.bootps > 192.168.67.254.bootps: [bad udp cksum a6b0!] BOOTP/DHCP, Reply, length 300, hops 1, xid 0x5b83b092, Flags [ none ] (0x0000)
	  Client-IP develop.clients.schroeder.local
	  Server-IP samson.kw.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:50:8d:4f:0b:fd (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Subnet-Mask Option 1, length 4: 255.255.254.0
	    Domain-Name Option 15, length 18: "kw.schroeder.local"
	    Default-Gateway Option 3, length 4: 192.168.67.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Netbios-Name-Server Option 44, length 4: samson.kw.schroeder.local
	    Netbios-Node Option 46, length 1: h-node
13:57:08.868991 IP (tos 0x14, ttl  19, id 49985, offset 0, flags [none], proto: UDP (17), length: 576) 192.168.67.254.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:1f:29:dd:a2:37 (oui Unknown), length 548, hops 1, xid 0x2adda237, secs 4, Flags [ Broadcast ] (0x8000)
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:1f:29:dd:a2:37 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Discover
	    Parameter-Request Option 55, length 24: 
	      Subnet-Mask, Time-Zone, Default-Gateway, IEN-Name-Server
	      Domain-Name-Server, RL, Hostname, BS
	      Domain-Name, SS, RP, EP
	      Vendor-Option, Server-ID, Vendor-Class, BF
	      Option 128, Option 129, Option 130, Option 131
	      Option 132, Option 133, Option 134, Option 135
	      
	    MSZ Option 57, length 2: 1260
	    GUID Option 97, length 17: 0.16.206.112.240.153.126.221.17.180.190.131.207.157.98.148.46
	    ARCH Option 93, length 2: 0
	    NDI Option 94, length 3: 1.2.1
	    Vendor-Class Option 60, length 32: "PXEClient:Arch:00000:UNDI:002001"
13:57:09.001938 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 345) samson.kw.schroeder.local.bootps > 192.168.67.254.bootps: [bad udp cksum 2c18!] BOOTP/DHCP, Reply, length 317, hops 1, xid 0x2adda237, secs 4, Flags [ Broadcast ] (0x8000)
	  Your-IP 192.168.67.220
	  Server-IP samson.kw.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:1f:29:dd:a2:37 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Offer
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.254.0
	    Default-Gateway Option 3, length 4: 192.168.67.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"
13:57:10.009939 IP (tos 0x14, ttl 127, id 49987, offset 0, flags [none], proto: UDP (17), length: 328) 192.168.67.254.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:50:8d:4f:0b:fd (oui Unknown), length 300, hops 1, xid 0x5b83b092, secs 768, Flags [ none ] (0x0000)
	  Client-IP develop.clients.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:50:8d:4f:0b:fd (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Inform
	    Client-ID Option 61, length 7: ether 00:50:8d:4f:0b:fd
	    Hostname Option 12, length 7: "develop"
	    Vendor-Class Option 60, length 8: "MSFT 5.0"
	    Parameter-Request Option 55, length 12: 
	      Subnet-Mask, Domain-Name, Default-Gateway, Domain-Name-Server
	      Netbios-Name-Server, Netbios-Node, Netbios-Scope, Router-Discovery
	      Static-Route, Option 249, Vendor-Option, Option 252
	      
13:57:10.010130 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) samson.kw.schroeder.local.bootps > 192.168.67.254.bootps: [bad udp cksum a6ad!] BOOTP/DHCP, Reply, length 300, hops 1, xid 0x5b83b092, secs 768, Flags [ none ] (0x0000)
	  Client-IP develop.clients.schroeder.local
	  Server-IP samson.kw.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:50:8d:4f:0b:fd (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Subnet-Mask Option 1, length 4: 255.255.254.0
	    Domain-Name Option 15, length 18: "kw.schroeder.local"
	    Default-Gateway Option 3, length 4: 192.168.67.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Netbios-Name-Server Option 44, length 4: samson.kw.schroeder.local
	    Netbios-Node Option 46, length 1: h-node
13:57:10.135196 IP (tos 0x0, ttl  62, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) 192.168.68.29.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:04:13:28:68:10 (oui Unknown), length 300, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Request
	    Client-ID Option 61, length 7: ether 00:04:13:28:68:10
	    Parameter-Request Option 55, length 9: 
	      Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
	      Domain-Name, NTP, TFTP, BF
	      Option 120
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Requested-IP Option 50, length 4: 192.168.68.29
13:57:11.011084 IP (tos 0x14, ttl  19, id 49989, offset 0, flags [none], proto: UDP (17), length: 576) 192.168.67.254.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:1f:29:dd:a2:37 (oui Unknown), length 548, hops 1, xid 0x2adda237, secs 4, Flags [ Broadcast ] (0x8000)
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:1f:29:dd:a2:37 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Request
	    Requested-IP Option 50, length 4: 192.168.67.220
	    Parameter-Request Option 55, length 24: 
	      Subnet-Mask, Time-Zone, Default-Gateway, IEN-Name-Server
	      Domain-Name-Server, RL, Hostname, BS
	      Domain-Name, SS, RP, EP
	      Vendor-Option, Server-ID, Vendor-Class, BF
	      Option 128, Option 129, Option 130, Option 131
	      Option 132, Option 133, Option 134, Option 135
	      
	    MSZ Option 57, length 2: 1260
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    GUID Option 97, length 17: 0.16.206.112.240.153.126.221.17.180.190.131.207.157.98.148.46
	    ARCH Option 93, length 2: 0
	    NDI Option 94, length 3: 1.2.1
	    Vendor-Class Option 60, length 32: "PXEClient:Arch:00000:UNDI:002001"
13:57:11.435037 IP (tos 0x10, ttl  64, id 0, offset 0, flags [none], proto: UDP (17), length: 372) samson.kw.schroeder.local.bootps > 192.168.68.29.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 344, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Your-IP 192.168.68.29
	  Server-IP samson.kw.schroeder.local
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.252.0
	    Default-Gateway Option 3, length 4: 192.168.71.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    TFTP Option 66, length 25: "samson.kw.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"
13:57:11.602446 IP (tos 0x0, ttl  64, id 0, offset 0, flags [DF], proto: UDP (17), length: 345) samson.kw.schroeder.local.bootps > 192.168.67.254.bootps: [bad udp cksum 2c15!] BOOTP/DHCP, Reply, length 317, hops 1, xid 0x2adda237, secs 4, Flags [ Broadcast ] (0x8000)
	  Your-IP 192.168.67.220
	  Server-IP samson.kw.schroeder.local
	  Gateway-IP 192.168.67.254
	  Client-Ethernet-Address 00:1f:29:dd:a2:37 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.254.0
	    Default-Gateway Option 3, length 4: 192.168.67.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"
13:57:14.135307 IP (tos 0x0, ttl  62, id 0, offset 0, flags [DF], proto: UDP (17), length: 328) 192.168.68.29.bootpc > samson.kw.schroeder.local.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:04:13:28:68:10 (oui Unknown), length 300, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: Request
	    Client-ID Option 61, length 7: ether 00:04:13:28:68:10
	    Parameter-Request Option 55, length 9: 
	      Subnet-Mask, Default-Gateway, Domain-Name-Server, Hostname
	      Domain-Name, NTP, TFTP, BF
	      Option 120
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Requested-IP Option 50, length 4: 192.168.68.29
13:57:14.139906 IP (tos 0x10, ttl  64, id 0, offset 0, flags [none], proto: UDP (17), length: 372) samson.kw.schroeder.local.bootps > 192.168.68.29.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 344, xid 0xe57f0d2b, Flags [ none ] (0x0000)
	  Client-IP 192.168.68.29
	  Your-IP 192.168.68.29
	  Server-IP samson.kw.schroeder.local
	  Client-Ethernet-Address 00:04:13:28:68:10 (oui Unknown)
	  Vendor-rfc1048 Extensions
	    Magic Cookie 0x63825363
	    DHCP-Message Option 53, length 1: ACK
	    Server-ID Option 54, length 4: samson.kw.schroeder.local
	    Lease-Time Option 51, length 4: 3600
	    Subnet-Mask Option 1, length 4: 255.255.252.0
	    Default-Gateway Option 3, length 4: 192.168.71.254
	    Domain-Name-Server Option 6, length 4: blackone.kw.schroeder.local
	    Domain-Name Option 15, length 23: "clients.schroeder.local"
	    TFTP Option 66, length 25: "samson.kw.schroeder.local"
	    BF Option 67, length 16: "linux/pxelinux.0"

Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: Probleme beim pxeboot

Beitrag von d.oertel »

Hallo,

ich spekuliere jetzt mal ins blaue:
Variante A: Der Fehler liegt im PXE-BIOS
Variante B: Das PXE-BIOS kann mehr als die anderen (alten) und interpretiert noch irgend einen
Vendor-specific Eintrag aus der DHCP-Message den die anderen Ignorieren.

Sind irgendwelche Netzgrenzen zwischen Client und DHCP-Server ?
Ist das ein Windows-DHCP ?
Wenn ja - die Konfiguration nochmal durchgehen.
Wenn nein - dhcpd.conf posten.

gruss
detlef oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
kressefresser
Beiträge: 18
Registriert: 11 Nov 2008, 17:39

Re: Probleme beim pxeboot

Beitrag von kressefresser »

Code: Alles auswählen

ddns-update-style interim;

option domain-name "kw.schroeder.local";
option domain-name-servers 192.168.64.254;
option netbios-name-servers 192.168.64.252;
option netbios-node-type 8;
option time-servers 192.168.64.254;

option tftp-server-name "samson.kw.schroeder.local";
option bootfile-name "linux/pxelinux.0";

option dhcp-server-identifier 192.168.64.252;

default-lease-time 3600;
max-lease-time 7200;

next-server 192.168.64.252;

authoritative;

key DHCP {
        algorithm HMAC-MD5.SIG-ALG.REG.INT;
        secret *****;
};

ddns-domainname "clients.schroeder.local";

zone clients.schroeder.local {
        primary 192.168.64.254;
        key DHCP;
}

zone 168.192.in-addr.arpa {
        primary 192.168.64.254;
        key DHCP;
}

class "Betrieb" {
        match pick-first-value (option dhcp-client-identifier, hardware);
}

subclass "Betrieb" 1:00:16:17:37:9F:75;
...(usw....)

shared-network "Konwerl" {
        subnet 192.168.65.0 netmask 255.255.255.0 {
                option routers 192.168.65.254;
                option subnet-mask 255.255.255.0;
                ddns-updates on;

                pool {
                        allow members of "Betrieb";
                        range 192.168.65.5 192.168.65.253;
                        option domain-name "clients.schroeder.local";
                }
        }

        subnet 192.168.66.0 netmask 255.255.254.0 {
                option routers 192.168.67.254;
                option subnet-mask 255.255.254.0;
                ddns-updates on;

                pool {
                        allow members of "Technik";
                        range 192.168.67.5 192.168.67.253;
                        option domain-name "clients.schroeder.local";
                }

                pool {
                        allow members of "Verwaltung";
                        range 192.168.66.5 192.168.66.253;
                        option domain-name "clients.schroeder.local";
                }
        }

        subnet 192.168.68.0 netmask 255.255.252.0 {
                option routers 192.168.71.254;
                option subnet-mask 255.255.252.0;
                ddns-updates on;

                pool {
                        allow members of "Sach";
                        range 192.168.68.1 192.168.68.30;
                        option domain-name "clients.schroeder.local";
                }
        }

        # Nur um starten zu koennen
        subnet 192.168.64.0 netmask 255.255.255.0 {
                option routers 192.168.64.254;
                option subnet-mask 255.255.255.0;
                ddns-updates off;
        }
}
                                                           
Antworten