Allow DHCPv6 replies on uplink interface, if ipv6 is enabled
Fixes QubesOS/qubes-issues#5886
This commit is contained in:
parent
5ddc118429
commit
f66a494cc2
@ -26,6 +26,7 @@ COMMIT
|
||||
-A INPUT -m state --state INVALID -j DROP
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT ! -i vif+ -p udp -s fe80::/64 -d fe80::/64 --dport 546 -j ACCEPT
|
||||
-A INPUT -i vif+ -p icmpv6 --icmpv6-type router-advertisement -j DROP
|
||||
-A INPUT -i vif+ -p icmpv6 --icmpv6-type redirect -j DROP
|
||||
-A INPUT -i vif+ -p icmpv6 -j ACCEPT
|
||||
|
Loading…
Reference in New Issue
Block a user