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
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
e9f225890a
commit
1a9fadce70
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ nodes['home.router'] = {
|
||||||
|
|
||||||
# use MASQUERADE for tun0 (c3voc)
|
# use MASQUERADE for tun0 (c3voc)
|
||||||
'iptables -t nat -A POSTROUTING -o tun0 -j MASQUERADE',
|
'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': {
|
'netdata': {
|
||||||
|
|
Loading…
Reference in a new issue