
I found in my pc an outgoing and constant traffic of about 180 kbits/sec: With "netstat -anp" I got: tcp6 0 0 :::1716 :::* LISTEN 6309/kdeconnectd udp 0 0 0.0.0.0:4500 0.0.0.0:* 675/charon-systemd udp 0 0 0.0.0.0:5353 0.0.0.0:* 662/avahi-daemon: r udp 0 0 192.168.1.3:68 192.168.1.1:67 ESTABLISHED 1080/NetworkManager udp 0 0 0.0.0.0:68 0.0.0.0:* 675/charon-systemd udp 0 0 127.0.0.1:323 0.0.0.0:* 1106/chronyd udp 0 0 0.0.0.0:500 0.0.0.0:* 675/charon-systemd udp 0 0 192.168.1.3:41919 0.0.0.0:* 6973/firefox udp 0 0 0.0.0.0:34148 0.0.0.0:* 662/avahi-daemon: r udp 0 0 192.168.1.3:58978 224.0.0.56:46058 ESTABLISHED 6338/pulseaudio udp 0 0 224.0.0.56:9875 0.0.0.0:* 6338/pulseaudio udp 0 0 192.168.1.3:51941 224.0.0.56:9875 ESTABLISHED 6338/pulseaudio udp6 0 0 :::4500 :::* 675/charon-systemd udp6 0 0 :::54133 :::* 662/avahi-daemon: r udp6 0 0 :::5353 :::* 662/avahi-daemon: r udp6 0 0 ::1:323 :::* 1106/chronyd udp6 0 0 :::500 :::* 675/charon-systemd udp6 0 0 :::1716 :::* 6309/kdeconnectd raw6 0 0 :::58 :::* 7 1080/NetworkManager The relevant lines are: udp 0 0 192.168.1.3:58978 224.0.0.56:46058 ESTABLISHED 6338/pulseaudio udp 0 0 224.0.0.56:9875 0.0.0.0:* 6338/pulseaudio udp 0 0 192.168.1.3:51941 224.0.0.56:9875 ESTABLISHED 6338/pulseaudio With Wireshark obtained a similar result: No. Time Source Destination Protocol Length Info 1 0.000000000 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 2 0.007332847 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 3 0.014873637 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 4 0.022377510 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 5 0.026154002 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 6 0.033521088 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 7 0.040643769 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 8 0.048071838 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 9 0.055113545 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 10 0.062537718 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 11 0.069951504 192.168.1.5 224.0.0.56 UDP 1334 35637 → 46622 Len=1292 I find that could disable this traffic with the command as user: pactl unload-module module-rtp-send https://github.com/tsayen/audio-switch/issues/1 But I must do this anytime I switch off and on my pc. In which configuration file can I disable the loading of this pulseaudio module module-rtp-send? Thanks, Juan -- USA LINUX OPENSUSE QUE ES SOFTWARE LIBRE, NO NECESITAS PIRATEAR NADA Y NI TE VAS A PREOCUPAR MAS POR LOS VIRUS Y SPYWARES: http://www.opensuse.org/es/ Puedes visitar mi blog en: http://jerbes.blogspot.com.ar/
participants (1)
-
Juan Erbes