diff --git a/nodes/home/router.py b/nodes/home/router.py index 08e1fbf..b63d4d2 100644 --- a/nodes/home/router.py +++ b/nodes/home/router.py @@ -2,6 +2,7 @@ nodes['home.router'] = { 'hostname': 'fd90:2017:0:1138::1', 'bundles': { 'bird', + 'jool', 'kea-dhcp-server', 'nginx', 'pppd', @@ -90,6 +91,10 @@ nodes['home.router'] = { 'iifname enp1s0.2000 accept', 'ip6 nexthdr ipv6-icmp accept', 'tcp dport 22 accept', + + # TODO remove this once a better solution exists + 'udp dport 53 iifname enp1s0.1138 accept', + 'udp dport 53 iifname enp1s0.2000 accept', ], }, 'prerouting': {