Używam Raspberry Pi z Raspbian, który jest podłączony do sieci WAN za pośrednictwem usługi VPN.
Monitorowałem ruch w sieci Ethernet eth0
za pomocą iftop
aby upewnić się, że ruch przechodzi vpn
zamiast eth0
.
W moim eth0
ruch Widzę ruch łączący się z adresami IP 224.0.0.251
i 239.255.255.250
. Wyszukiwanie adresu ujawnia, że należą one do Internet Assigned Numbers Authority .
Dziwnie, kiedy wymieniasz iptables -L
, Widzę, że mój ufw
zapora ma reguły „akceptuj” dla tych adresów IP.
Chain ufw-before-input (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ufw-logging-deny all -- anywhere anywhere state INVALID
DROP all -- anywhere anywhere state INVALID
ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
ACCEPT icmp -- anywhere anywhere icmp source-quench
ACCEPT icmp -- anywhere anywhere icmp time-exceeded
ACCEPT icmp -- anywhere anywhere icmp parameter-problem
ACCEPT icmp -- anywhere anywhere icmp echo-request
ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
ufw-not-local all -- anywhere anywhere
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns
ACCEPT udp -- anywhere 239.255.255.250 udp dpt:1900
ufw-user-input all -- anywhere anywhere
Nigdy nie dodałem tych reguł od czasu instalacji ufw
lub kiedykolwiek wcześniej - zastanawiam się, czym one są i czy powinny bezpiecznie pozostać tam, gdzie są.