Wieder weg. Am DHCP sehe ich, dass das Lease um 00:55 gezogen wurde. Mein Gedanke, dass das mit dem Testmodus zusammenhängt hat sich damit auch zerschlagen, denn meine PBX ist seit ca. 4:00 up. Das passt, denn ich habe gestern Abend noch etwas dran rum probiert.
Also, versuchen wir es hier mal mit ein paar (bei aktuell falscher IP) Abfragen:
root@app-platform|/mnt/sda2/home/admin> cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.96
netmask 255.255.255.0
gateway 192.168.0.1
root@app-platform|/mnt/sda2/home/admin> ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:56:B5:F5:A3
inet addr:192.168.0.184 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:feb5:f5a3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:406018 errors:0 dropped:0 overruns:0 frame:0
TX packets:152760 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:141437980 (134.8 MiB) TX bytes:16424131 (15.6 MiB)
Interrupt:19 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:379195 errors:0 dropped:0 overruns:0 frame:0
TX packets:379195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:136466688 (130.1 MiB) TX bytes:136466688 (130.1 MiB)
root@app-platform|/mnt/sda2/home/admin> cat /etc/resolv.conf.tail
cat: can't open '/etc/resolv.conf.tail': No such file or directory
root@app-platform|/mnt/sda2/home/admin> ping innovaphone.com
PING innovaphone.com (46.232.228.11): 56 data bytes
64 bytes from 46.232.228.11: seq=0 ttl=118 time=12.556 ms
64 bytes from 46.232.228.11: seq=1 ttl=118 time=12.362 ms
64 bytes from 46.232.228.11: seq=2 ttl=118 time=12.385 ms
^C
--- innovaphone.com ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 12.362/12.434/12.556 ms
Jetzt kommt die Umstellung der IP:
root@app-platform|/mnt/sda2/home/admin> /usr/sbin/setip --addr=192.168.0.96 --ma
sk=255.255.255.0 --gateway=192.168.0.1 --dns1=192.168.0.99
setting static IP address 192.168.0.96, mask 255.255.255.0, gateway 192.168.0.1, DNS1 192.168.0.99, DNS2
Stopping network:
Ist daran etwas falsch?
Und jetzt mit der richtigen IP:
root@app-platform|/mnt/sda2/home/admin> cat /etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.96
netmask 255.255.255.0
gateway 192.168.0.1
root@app-platform|/mnt/sda2/home/admin> ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:56:B5:F5:A3
inet addr:192.168.0.96 Bcast:0.0.0.0 Mask:255.255.255.0
inet6 addr: fe80::250:56ff:feb5:f5a3/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:408020 errors:0 dropped:0 overruns:0 frame:0
TX packets:153851 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:141683813 (135.1 MiB) TX bytes:16824218 (16.0 MiB)
Interrupt:19 Base address:0x2000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:381177 errors:0 dropped:0 overruns:0 frame:0
TX packets:381177 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:137109049 (130.7 MiB) TX bytes:137109049 (130.7 MiB)
root@app-platform|/mnt/sda2/home/admin> cat /etc/resolv.conf.tail
cat: can't open '/etc/resolv.conf.tail': No such file or directory
Nun dachte ich noch, dass der Inhalt von /var/log/messages um 00:40 interessant sein könnte, aber das kann man nun sehen, wie man will:
May 16 23:26:00 app-platform daemon.info ntpd[24908]: receive: Unexpected origin timestamp 0xe0887008.3d23a1a5 does not match
May 17 01:45:11 app-platform daemon.info ntpd[24908]: receive: Unexpected origin timestamp 0xe08890a7.8b6a8473 does not match
Dazwischen ist nichts. Mein NTP-Server ist unsere Inhouse-IP811 mit V12r2sr21, wo bislang keine NTP-Sorgen zu verzeichnen waren. ich habe mal auf pool.ntp.org umgestellt. Den erforderlichen Reboot hat die gesetzte IP überlebt.
Die installierte Version ist 80006.
abgefragte Grüße
Niels