This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docu:csheet:net:iptables:accept_multicast_broadcast [2021/06/03 09:46] – created admin | docu:csheet:net:iptables:accept_multicast_broadcast [2021/06/03 09:48] (current) – admin | ||
---|---|---|---|
Line 7: | Line 7: | ||
iptables -A INPUT -i eth0 -m pkttype --pkt-type broadcast -j ACCEPT | iptables -A INPUT -i eth0 -m pkttype --pkt-type broadcast -j ACCEPT | ||
</ | </ | ||
+ | |||
+ | Some sources: | ||
+ | |||
+ | https:// |