Skip to content
Snippets Groups Projects
Commit e7b4c32b authored by nimrod's avatar nimrod
Browse files

Allow DNS and DHCP from nspawnbr0.

parent 90798236
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,18 @@ ...@@ -32,6 +32,18 @@
direction: routed direction: routed
policy: allow policy: allow
- name: Allow DHCP, DNS in UFW
with_items:
- 53
- 67
- 68
ufw:
interface: nspawnbr0
policy: allow
proto: udp
rule: allow
to_port: '{{ item }}'
- name: Configure systemd-networkd - name: Configure systemd-networkd
with_fileglob: with_fileglob:
- '*.netdev' - '*.netdev'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment