在尝试在我的环回接口上生成一些测试流量时,我注意到那里有太多噪音,以至于 Wireshark 的输出基本上没有用,端口 4101 上有大量的 SYN/RST、ACK 数据包(一些谷歌搜索建议与盲文服务?我不知道我正在运行任何与此相关的远程操作,但是,然后,这是我们正在谈论的 Ubuntu)。
ggoncalves@inspiron:~$ sudo netstat -tlpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.1.1:53 0.0.0.0:* LISTEN 4776/dnsmasq
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN 2626/systemd-resolv
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 11501/cupsd
tcp 0 0 0.0.0.0:53127 0.0.0.0:* LISTEN 6789/transmission-g
tcp 0 0 0.0.0.0:5355 0.0.0.0:* LISTEN 2626/systemd-resolv
tcp 0 0 0.0.0.0:2222 0.0.0.0:* LISTEN 2625/sshd
tcp6 0 0 ::1:631 :::* LISTEN 11501/cupsd
tcp6 0 0 :::53127 :::* LISTEN 6789/transmission-g
tcp6 0 0 :::5355 :::* LISTEN 2626/systemd-resolv
tcp6 0 0 :::2222 :::* LISTEN 2625/sshd
ggoncalves@inspiron:~$
这是正常的吗?为什么此服务不会出现在 netstat 上?这种流量看起来毫无用处,所以如果可能的话,我想禁用它。