Die Suche ergab 6 Treffer

von emlegend0
02 Apr 2024, 11:05
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

Re: PXE boot

das wäre meine datei /etc/opsi/backends/dhcpd.conf # -*- coding: utf-8 -*-

module = 'DHCPD'

config = {
"enabled": True,
"dhcpdOnDepot": True,
"fixedAddressFormat": "FQDN", # or IP
"dhcpdConfigFile": "/etc/dhcp/dhcpd.conf",
"reloadConfigCommand": "sudo service isc-dhcp-server restart ...
von emlegend0
27 Mär 2024, 13:42
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

Re: PXE boot

entschuldigung ich habe nicht das ganze file gesendet :
hier wäre das ganze file

# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# Attention: If /etc/ltsp/dhcpd.conf exists, that will be used as
# configuration file instead of this file.
#

# option definitions common to all supported ...
von emlegend0
27 Mär 2024, 13:30
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

Re: PXE boot

[/code]
von emlegend0
26 Mär 2024, 10:54
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

Re: PXE boot

# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# Attention: If /etc/ltsp/dhcpd.conf exists, that will be used as
# configuration file instead of this file.
#

# option definitions common to all supported networks...
option domain-name "example.org";
option domain-name-servers ns1 ...
von emlegend0
26 Mär 2024, 09:16
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

Re: PXE boot


Hallo,

was für ein DHCP-Server ist im Einsatz und wie ist der konfiguriert?
Ist die Option 67 gesetzt?

https://docs.opsi.org/opsi-docs-de/4.3/server/components/dhcp-server.html

Grüße
Jan Schneider


Der DHCP server ist auf dem OPSI server wie in der Anleitung beschrieben mit der Automatischen ...
von emlegend0
25 Mär 2024, 13:05
Forum: Freier Support
Thema: PXE boot
Antworten: 10
Zugriffe: 3071

PXE boot

Hallo zusammen

Wenn ich über PXE ein Netboot Produkt installieren will kommt beim Boot die Fehlermeldung

Code: Alles auswählen

PXE-E53: No boot filename received
kann mir da jemand weiterhelfen?