This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
настройка_сети_в_linux [2025/06/24 15:51] val [Команды для диагностики] |
настройка_сети_в_linux [2025/06/24 17:41] (current) val [Команды для диагностики] |
||
---|---|---|---|
Line 84: | Line 84: | ||
# ss -tn src :80 or src :443 | tr -s ' ' | cut -d ' ' -f5 | cut -d ':' -f1 | sort | uniq -c | sort -n | # ss -tn src :80 or src :443 | tr -s ' ' | cut -d ' ' -f5 | cut -d ':' -f1 | sort | uniq -c | sort -n | ||
+ | # отправка UDP пакета | ||
# echo -n "hello" >/dev/udp/195.19.40.152/5060 | # echo -n "hello" >/dev/udp/195.19.40.152/5060 | ||
</code> | </code> |