Skip to content

Commit

Permalink
fix(iptables): allow incoming DHCPv6 traffic
Browse files Browse the repository at this point in the history
Not doing so makes our VM unable to retrieve its assigned IPv6 address.
  • Loading branch information
AlexTMjugador committed Aug 4, 2024
1 parent dcc97d2 commit bf0a188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/cloud-config
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ write_files:
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1393:78104]
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -d fe80::/64 -p udp -m conntrack --ctstate NEW -m udp --dport 546 -j ACCEPT
-A INPUT -p ipv6-icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p udp -m udp --sport 123 -j ACCEPT
Expand Down

0 comments on commit bf0a188

Please sign in to comment.