Re: Cannot find opsiHostKey
Verfasst: 01 Jun 2010, 16:54
ich auch... mal schauen ob jemand von uib weiterhelfen kann.
Code: Alles auswählen
ifconfig eth0
hostname -f
hostname -d
cat /etc/hostname
cat /etc/hosts
Code: Alles auswählen
opsi:~# ifconfig eth0
eth0 Link encap:Ethernet Hardware Adresse 00:22:15:bd:bd:9c
inet Adresse:192.168.30.15 Bcast:192.168.30.255 Maske:255.255.255.0
inet6-Adresse: fe80::222:15ff:febd:bd9c/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:1111 errors:0 dropped:0 overruns:0 frame:0
TX packets:557 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:802579 (783.7 KiB) TX bytes:56114 (54.7 KiB)
Interrupt:218 Basisadresse:0x8000
hostname -f
opsi.plc.intranet
hostname -d
plc.intranet
cat /etc/hostname
opsi
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.30.15 opsi.plc.intranet opsi
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Code: Alles auswählen
ddns-update-style ad-hoc;
option domain-name "plc.intranet, yyy.yy";
option domain-name-servers 192.168.30.2, 12.123.123.123;
option routers 192.168.30.1;
next-server 192.168.30.15;
filename "linux/pxelinux.0";
host test.plc.intranet { hardware ethernet 00:13:20:3a:7f:72; fixed-address 192.168.30.126; }
use-host-decl-names on;
Hier scheint das Problem zu liegen.BiCT hat geschrieben:Guten Tag
Ja, diese Einträge sind vorhanden:Code: Alles auswählen
option domain-name "plc.intranet, yyy.yy";
Code: Alles auswählen
option domain-name "plc.intranet";