HomeNetworkSimulating a bad connection / packet loss with iptables Simulating a bad connection / packet loss with iptables Linux Network 24. November 201613. Mai 2024 Daniel This will randomly drop 60% of outgoing packages with a local process as source. Use it for testing purposes or if you need a good laugh. #!/bin/bash iptables -A OUTPUT -m statistic --mode random --probability 0.6 -j DROP
Monitor encrypted TLS SIP traffic with Asterisk, module res_hep and sngrep If your SIP traffic is TLS enrypted, it becomes impossible to monitor it with nice visual tools like sngrep. sngrep…
LPIC 1 :) Ich hatte mich kurz vor dem LinuxTAG entschlossen dort zum vergünstigten Messepreis meine noch fehlende Prüfung für LPIC-1 abzulegen. Die…
Online mit Alice DSL unter Debian via pppd ohne Alice Router mit eigenem DSL-Modem Ich habe mich auf das Wagnis Alice eingelassen, trotz sehr schlechter Forenbeiträge im ganzen Web hat mich der zur Zeit…