nodes/home.router: allow ICMP and SSH via IPv6 to all hosts behind this router
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-12-31 21:28:15 +01:00
parent e9f225890a
commit 1a9fadce70
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -76,6 +76,10 @@ nodes['home.router'] = {
# use MASQUERADE for tun0 (c3voc)
'iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE',
# yaaaaay, IPv6! No NAT!
'ip6tables -A FORWARD -p ipv6-icmp -j ACCEPT',
'ip6tables -A FORWARD -p tcp --dport 22 -j ACCEPT',
],
},
'netdata': {