Du weisst, dass Blogs doch irgendwie zu Dir durchdringen, wenn Du beim Blick auf dein Mobiltelefon glaubst Dein Provider hieße "Vodkamelone".
-- Nilsk Ketelsen im IRC SucheAktuelle EinträgeBetter UX on the Nagios web interface using the corewindow parameter
Sonntag, Februar 25 2024 Avocent PM webinterface issues Samstag, September 7 2019 The missing man page: cyc_ipmicmd - Avocent IPMI power control Donnerstag, April 30 2015 Better debugging of dracut and systemd inside the initramfs Freitag, Januar 24 2014 dss_cli, an Open-E Data Storage Server command line interpreter Donnerstag, Mai 16 2013 Link ListLetzte Google Suchetesting
testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing Blog abonnierenKategorienLast played...Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 7. Februar 2015, 02:32 Song: Numbers (DJ-Kicks) (Club Mix) Artist: Booka Shade 7. Februar 2015, 02:24 Song: Estoril Artist: Booka Shade 7. Februar 2015, 02:17 Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 7. Februar 2015, 02:12 Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 12. Januar 2015, 00:43 18. August 2015, 15:15
|
Dienstag, 18. Juli 2006Making your SIP Phone work with your Fedora Router
Anyway, I chose a Snom 360 SIP-phone after finding out, that the device is running an embedded Linux. Unfortunately, the company is turning from completely open firmware versions to gpl source and lots and lots of binary-only userspace daemons. However, there is a project trying to write a replacement firmware for the Snom 360. After connecting the phone the the local network and seting up some external sip providers, one quickly notices the problems NAT is posing for SIP. When not configuring a STUN Server and a RTP Proxy the signalling of your call succeeds, but you will not be able to hear anything. Luckily there exists a nat-helper module for iptables, allowing your router to track and modify the SIP packets and thus letting the audio packets through the nat and the firewall. However, with the help of the new kmodhelper building external modules for your Fedora kernel is no big deal anymore. Simply download sip-conntrack-nat-kmod-0-1.20060717svn.2.6.17_1.2157_FC5.src.rpm and rebuild the module for your kernel version: [andreas@bofh ~]$ rpmbuild --rebuild sip-conntrack-nat-kmod-0-1.20060717svn.2.6.17_1.2157_FC5.src.rpm \ --target=$(uname -m) --define "kversion $(uname -r)" Installing sip-conntrack-nat-kmod-0-1.20060717svn.2.6.17_1.2157_FC5.src.rpm Building target platforms: i686 Building for target i686 ... Wrote: /home/andreas/fedora/redhat/RPMS/i686/kmod-sip-conntrack-nat-0-1.20060717svn 2.6.17_1.2157_FC5.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.23234 + umask 022 + cd /home/andreas/fedora/redhat/BUILD + cd smixer + rm -rf /var/tmp/smixer-1.0.4-1-root-andreas + exit 0 [andreas@bofh ~]$Next, you can install the just built module with "rpm -ivh your_rpms_pathkmod-sip-conntrack-nat-0-1.20060717svn.2.6.17_1.2157_FC5.i686.rpm". All that is left to do is edit /etc/sysconfig/iptables-config to load your newly installed module. # Load additional iptables modules (nat helpers) # Default: -none- # Space separated list of nat helpers (e.g. 'ip_nat_ftp ip_nat_irc'), which # are loaded after the firewall rules are applied. Options for the helpers are # stored in /etc/modprobe.conf. IPTABLES_MODULES="ip_nat_sip ip_nat_ftp ip_nat_h323 ip_nat_irc" ...After calling "service iptables start" your SIP phone will suddenly start working and you can hear the person at the other end. And all that without having to fiddle with specific port-forwardings over a huge number of ports. Yay! \o/ Freitag, 7. Juli 2006Zurücksetzen eines Elmeg VoIP-VPN Gateway![]()
Die interessanten Features des Moduls sind:
Diese Features können realisiert werden, da das VoIP-VPN Gateway ein modifizierter Bintec Router ist. Das schöne daran ist, dass die Telefonanlage deswegen einen Telnet-Daemon laufen hat und man sich dort mit dem Login "admin" und dem Passwort "fec" einloggen kann und somit das Gerät wesentlich umfangreicher konfigurieren kann als über die vorgesehenen Windows Administrations Tools der Telefonanlage. z.B. für ordentliche IPSec Konfiguration ist das notwendig, oder wenn man Portforwardings aktivieren will. Der Funkwerk Support kennt in dem Fall die einfache Lösung, wie man das Problem beseitigen kann: Einschicken, wir reparieren das dann. Danke, aber das war die falsche Antwort. Aber es gibt ja genügend Stecker auf dem Board, einer wird schon helfen. "Zurücksetzen eines Elmeg VoIP-VPN Gateway" vollständig lesen Donnerstag, 29. Juni 2006Spass mit der Rittal CMC-TC PUII![]() [Note to english speaking readers, aggregating this blog: The following article is written in german about gaining root on a piece of embedded server monitor hardware from Rittal and configuring ssh access. If there is demand, I'll translate this article in english as well.] Ich hatte zuvor ja schon hier und hier ein wenig über das Rittal CMC-TC System gesprochen, dass wir verwenden um unseren Serverschrank zu überwachen. Das System selber ist soweit ja sehr schön, und hat auch ein paar nette Features, aber leider fehlt z.B. der ssh Zugang. Telnet anzubieten ist doch schon ein wenig schwach heutzutage. Das ganze wäre ja kein Problem, würde Rittal sich an die GPL Lizenz halten, und mir den Sourcecode und die Buildumgebung zur Verfügung stellen, die gebraucht wird um sich einen eigenen sshd zu installieren. Nun will ich aber dennoch einen ssh Daemon auf dem Gerät haben, was sich auch nicht als sonderlich kompliziert rausstellt. Man muss das Gerät nur booten und den vorhandenen sshd starten. Aber fangen wir vorne an. Schauen wir uns also mal die Bootmeldungen an: U-Boot 1.1.3 (Jun 8 2005 - 15:08:40) U-Boot code: 20F00000 -> 20F1A868 BSS: -> 20F1EE48 RAM Configuration: Bank #0: 20000000 16 MB Board: CMC-PU2 (Rittal GmbH) Flash: 8 MB In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 no DHCP ## Booting image at 10030000 ... Image Name: ARM Linux-2.4.27 Created: 2005-04-22 4:52:03 UTC Image Type: ARM Linux Kernel Image (gzip compressed) Data Size: 698499 Bytes = 682.1 kB Load Address: 20008000 Entry Point: 20008000 Verifying Checksum ... OK Uncompressing Kernel Image ... OK Starting kernel ... Linux version 2.4.27-vrs1 (mkr@s020403) (gcc version 2.95.4 20010319 (prerelease/franzo/20011204)) #2 Fri Apr 22 06:49:12 CEST 2005 CPU: Arm920Tid(wb) revision 0 Machine: ATMEL AT91RM9200 On node 0 totalpages: 4096 zone(0): 4096 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/mtdblock3 ro ethaddr=00:d0:93:12:34:56 ip=192.168.0.190:::: CMC-TC-PU2::off console=ttyS0,9600 mtdparts=cmc_pu2:128k(uboot)ro,64k(environment),768k(linux),4096k(root),- Calibrating delay loop... 89.70 BogoMIPS Memory: 16MB = 16MB total Memory: 14452KB available (1382K code, 275K data, 60K init) Dentry cache hash table entries: 2048 (order: 2, 16384 bytes) Inode cache hash table entries: 1024 (order: 1, 8192 bytes) Mount cache hash table entries: 512 (order: 0, 4096 bytes) Buffer cache hash table entries: 1024 (order: 0, 4096 bytes) Page-cache hash table entries: 4096 (order: 2, 16384 bytes) CPU: Testing write buffer: pass POSIX conformance testing by UNIFIX Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Starting kswapd Installing knfsd (copyright (C) 1996 okir@monad.swb.de). JFFS2 version 2.1. (C) 2001 Red Hat, Inc., designed by Axis Communications AB. RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize Amd/Fujitsu Extended Query Table v1.3 at 0x0040 number of CFI chips: 1 cfi_cmdset_0002: Disabling fast programming due to code brokenness. Creating 5 MTD partitions on "CMC PU2 flash": 0x00000000-0x00020000 : "uboot" 0x00020000-0x00030000 : "environment" 0x00030000-0x000f0000 : "linux" 0x000f0000-0x004f0000 : "root" 0x004f0000-0x00800000 : "Partition_004" i2c-core.o: i2c core module version 2.6.1 (20010830) i2c-dev.o: i2c /dev entries driver module version 2.6.1 (20010830) ttyS0 at MMIO 0xfefc0000 (irq = 6) is a AT91_SERIAL ttyS1 at MMIO 0xfefc4000 (irq = 7) is a AT91_SERIAL ttyS2 at MMIO 0xfefc8000 (irq = 8) is a AT91_SERIAL ttyS3 at MMIO 0xfefcc000 (irq = 9) is a AT91_SERIAL ttyS4 at MMIO 0xfefff200 (irq = 1) is a AT91_SERIAL eth0: Link now 100-FullDuplex eth0: AT91 ethernet at 0xfefbc000 int=24 100-FullDuplex (00:d0:93:12:34:56) eth0: Davicom 9196 PHY (Copper) AT91 Watchdog Timer enabled (5 seconds) Found AT91 i2c I2C: RS5C372 RTC driver successfully loaded CMC buzzer driver $Revision: 0.2 $ CMC digital IO driver $Revision: 0.2 $ Serial driver version 0.03 (2004-12-17) with no serial options enabled ttyS5 at 0xc2084000 (irq = 29) is a TI16752 ttyS6 at 0xc2086000 (irq = 30) is a TI16752 NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 512 buckets, 4Kbytes TCP: Hash tables configured (established 1024 bind 1024) eth0: Link now 100-FullDuplex IP-Config: Guessing netmask 255.255.255.0 IP-Config: Complete: device=eth0, addr=192.168.0.190, mask=255.255.255.0, gw=255.255.255.255, host=CMC-TC-PU2, domain=, nis-domain=(none), bootserver=255.255.255.255, rootserver=255.255.255.255, rootpath= NET4: Unix domain sockets 1.0/SMP for Linux NET4.0. NetWinder Floating Point Emulator V0.97 (double precision) VFS: Mounted root (cramfs filesystem) readonly. Freeing init memory: 60K serial console detected. Disabling virtual terminals. init started: BusyBox v0.60.2 (2002.10.10-17:17+0000) multi-call binary eth0: ROVR error eth0: ROVR error Startup CMC no update.. CMC Applications rs422, Version: V2.00, Build Date: Mon Sep 19 18:01:58 2005 eeprom, Version: V2.00, Build Date: Mon Sep 19 18:00:03 2005 rs232, Version: V2.00, Build Date: Mon Sep 19 18:39:00 2005 CMC-TC-PU2 Thu Jan 1 1970 00:00:15, User 0 CMC-TC-PU2 login: VCC status = OK cmc_main, Version: V2.15, Build Date: Wed Nov 16 15:20:38 2005 No Options.. Setting up clock 18:03:30 15.06.2006 CMC-TC-PU2 Thu Jun 15 2006 18:03:35, User 0 CMC-TC 192.168.0.190 login:Eindeutig. Ein Linux mit einer BusyBox Shell. Eine im Embedded-Bereich sehr verbreitete Kombination. In diesem Fall leider ein Lizenzverstoss. Jetzt stellt sich die Frage, wie man root wird. Als Login hat man naemlich nur cmc und admin zur Verfügung, die beide normale Useraccounts sind und anstelle einer Shell ein fertiges Menü starten. Im Nachhinein, nachdem man sich auf dem Gerät umgeschaut hat, fallen mir verschiedene Möglichkeiten ein, aber die einfachste ist dem Bootloader zu sagen, dass ich gerne eine Shell hätte. "Spass mit der Rittal CMC-TC PUII" vollständig lesen
Geschrieben von andreas
in Bawue.Net, CCC, Fedora, Hardware, Unix
um
14:15
| Kommentare (17)
| Trackbacks (0)
Donnerstag, 15. Juni 2006Liebes Lazyweb - Mir ist zu heiss.Mir wird es hier zu heiss. 30° Celsius in der Wohnung sind nicht mehr schön. Und 5 Minuten nach der erfrischenden Dusche schon wieder "männlich herb" zu riechen, ist auch nicht so toll. Was tut der moderne Mensch also? Das was für unsere Systeme im Rechnerraum wunderbar funktioniert, sollte ja wohl für mich zu Hause auch klappen. Ich brauche also eine Klimaanlage. Wer kann mir also einen Hersteller von Klimaanlagen empfehlen? Siemens? Bosch? De'Longhi? Das scheinen die grossen Drei zu sein. Hat jemand irgendwelche Empfehlungen? Herzlichen Dank schonmal. Mittwoch, 17. Mai 2006Asking the wrong question about GCJLuya is wondering whether Sun's recent press release, stating that they will be allowing distribution of their closed binary Java stack together with the operating system such as debian, fedora et al., means something for the GCJ project or Fedora. The GCJ project is the GNU Compiler for Java, which aims to be a free replacement for the proprietary JDK from Sun. Right now, it's not there yet, but it's getting there. The easy answer is no. Fedora is all about free and open software. This will mean, that a closed source Java stack won't get into the Fedora Core nor will it get into Fedora Extras. In case you need the JRE or JDK from Sun for your Fedora installation, the JPackage Project has some good RPMs. Actually, the real question should have been, does Sun feel that it's hand is being forced by projects such as GCJ and GNU Glasspath? Donnerstag, 4. Mai 2006Spass mit OpenSSH
Naja, halten wir uns also mal für ein neues OpenSSH Advisory bereit. Das betreffende Kiddie wollte nicht so viel zum Exploit sagen, ausser: < scriptkid> but... < scriptkid> SSH-2.0-OpenSSH_3.8.1p1 Debian-8.sarge.4 < scriptkid> cannot still fix < scriptkid> advisory is not out :) UPDATE: Inzwischen hat sich rausgestellt, dass das Scriptkiddie ein wenig übertrieben hat. Nicht ssh war das Problem, sondern Social Engineering führte zum Aufmachen des Servers. Montag, 1. Mai 2006Die besten Werbegeschenke des Jahres 2006
Rittal hat sich im Dezember letzten Jahres mit einer Broschüre über Schulungstermine und einem einfachen Taschenkalender bei uns für den Kauf eines Racks bedankt. Ansich nix besonderes. Allerdings habe ich gerade festgestellt, dass dieser Kalender nicht irgendein schnöder Kalender ist, nein, das Ding ist ein perfekter Universalschlüssel: Klasse! Also mal ein wenig gesucht, was ich so zum Türöffnen am Körper hatte, das Pickset war natürlich in Furtwangen gelassen.
Wunderbar! Das freut den Lockpicker. Jetzt muss ich mir nur von Rittal noch ein paar weitere Kalender schicken lassen, für die nächsten Male. :-D Dienstag, 25. April 2006The current status of EvolutionJust seen on f(r)eenode/#fedora-extras: [05:37] < Seg> Anyone use/used Sylpheed? [05:37] < Seg> Seems like a good replacement for the email part of Evo. [05:38] < BobJensen> Seg: USPS is a good replacement for the email part of Evolution some daysSo true. :-D (Note: USPS is the United States Postal Service) Mittwoch, 29. März 2006libgarfield not found
Nun habe ich eben gerade beim kompilieren von mboxgrep, einem Tool zum gezielten greppen nach Mails in einem Mailspool, eine andere nette Nachricht im Configure-Script gefunden: checking for gzopen in -lz... yes checking for BZ2_bzopen in -lbz2... yes checking for like_monday in -lgarfield... no Man beachte die letzte Zeile. Dazu passt es ja ganz hervorragend, dass ./configure --help folgendes bietet: Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) [...] --without-sense-of-humor If you have no sense of humor Freitag, 3. März 2006Be afraid, be very afraidHrhrhr. Endlich mal ein lustiger Test. Gerade eben bei Zugschlus gesehen. Der "Wie Böse bist Du?" Test.
Wenn ich noch sage, dass ich Gewaltspiele geniesse, dann bin ich 84% evil, so böse dass selbst der Teufel mich fürchtet. ;-> Montag, 6. Februar 2006Bosse T315 auf Tonwahl umstellen
Das tolle am Internet ist ja, dass es für wirklich alles eine FAQ gibt. So auch hierfür. Auf FAQ für MFV Telefone wurde ich dann fündig. Die Vorgehensweise um ein Bosse T315 von Pulswahl auf Tonwahl umzustellen ist also: "SET 1 1590 Wahlwiederholung 037 SET". Dienstag, 17. Januar 2006Ärger mit HP nx5000 und der Displaybeleuchtung
Ansich bin ich mit dem Ding ja sehr zufrieden, auch wenn Mara mit ihrem ein paar Probleme hat. Die Hintergrundbeleuchtung des Displays geht unregelmässig aus und bleibt solange aus bis man Netzstecker und Akku entfernt. Nun hörte ich aber von Rince, der das selbe Problem mit seinem Hewlett-Packard compaq nx5000 hat. Zusammen mit Danimo sind das jetzt schon drei kaputte nx5000 mit den selben Symptomen. Hat irgendjemand da eine Lösung parat? Danke! Dienstag, 22. November 2005Siemens S65 Telefoncode zurücksetzen
Von einem Freund habe ich ein gebrauchtes Siemens S65 kaufen können, dass dieser bei EBay bekommen hat.
Siemens verlangt 29,95€ Servicepauschale um diese PIN wieder zu entfernen. "Siemens S65 Telefoncode zurücksetzen" vollständig lesen Freitag, 11. November 2005Noch viel zu tun...Bisher habe ich scheinbar erst 20 Länder abgegrast. Wird mal Zeit, dass ich noch ein paar mehr erwischt.
UPDATE: Ich hatte noch zwei Länder vergessen gehabt. Samstag, 22. Oktober 2005Openvpn und VPNC auf dem Nokia 770Aus dem dmesg log: tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky Das ist doch mal ein gutes Zeichen. Damit sollten sowohl OpenVPN als auch VPNC auf dem Nokia lauffähig sein. Mal ein wenig crosskompilieren gehen und schauen ob ich noch ein kleines Frontend hinbekomme zum hoch und runterfahren des Tunnels.
« vorherige Seite
(Seite 4 von 9, insgesamt 123 Einträge)
» nächste Seite
Als PDF ansehen: Dieser Monat | Vollständiges Blog |