MX Eintrag falsch, kein Mailempfang

Bei blumen-verlag.ch sind keine Mails angekommen, weil der MX-Eintrag im DNS-Server nicht korrekt war. Habe diesen korrigiert: vorher: IN MX 10  smtp.zhdk.ch. nachher: blumen-verlag.ch.  IN MX 10  smtp.zhdk.ch. Man kann dies wie folgt überprüfen: Vorher wird kein Eintrag fürs mail-handling angezeigt: vz2010:~# host blumen-verlag.ch blumen-verlag.ch has address 195.176.254.173 Nachher wird ein Eintrag fürs mail handling […]

Setup Nagios Client

apt-get install nagios-nrpe-server nagios-plugins sudo vi /etc/nagios/nrpe.cfg change line: allowed_hosts=127.0.0.1 to: allowed_hosts=<ip of your nagios server> /etc/init.d/nagios-nrpe-server restart scp phrenia.vmk.zhdk.ch:/usr/lib/nagios/plugins/check_3ware.pl /usr/lib/nagios/plugins/ scp phrenia.vmk.zhdk.ch:/usr/lib/nagios/plugins/nagios_vz_bean.py /usr/lib/nagios/plugins/ vi /etc/nagios/nrpe_local.cfg command[check_load]=/usr/lib/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 command[check_mysql]=/usr/lib/nagios/plugins/check_mysql -u nrpe -p nrpe command[check_raid]=/usr/bin/sudo /usr/bin/perl /usr/lib/nagios/plugins/check_3ware.pl -d c0 command[check_disk]=/usr/lib/nagios/plugins/check_disk -w 10M -c 50M -p /dev/sda1 command[check_vz]=/usr/bin/sudo /usr/bin/python /usr/lib/nagios/plugins/nagios_vz_bean.py visudo add line: nagios  […]

Upload openwrt to Linksys router

1. Turn router off, hold reset, turn it on… or something similar, depending on the model (read the manual!) 2. atftp –trace –option “timeout 1” –option “mode octet” –put –local-file ‘/images/openwrt-wrt54g-2.4-squashfs-7.09.bin’ 192.168.1.1 3. it is a question of the timing. Sometimes I had to repeat this several times.