From 7ff8319f0996ba4c2ddda227617dfaa36ec0b190 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Wed, 29 Mar 2023 18:16:05 +0200 Subject: [PATCH] home.nas: fix firewall and interface names --- nodes/home/nas.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes/home/nas.py b/nodes/home/nas.py index b67b1de..37136d5 100644 --- a/nodes/home/nas.py +++ b/nodes/home/nas.py @@ -69,11 +69,11 @@ nodes['home.nas'] = { }, '5060': { # yate SIP 'home.snom-wohnzimmer', - 'home.bubble01', + 'home.mitel-rfp35', }, '5061': { # yate SIPS 'home.snom-wohnzimmer', - 'home.bubble01', + 'home.mitel-rfp35', }, # yate RTP uses some random UDP port. We cannot firewall # it, because for incoming calls the other side decides @@ -83,7 +83,7 @@ nodes['home.nas'] = { # to deal with randomly changing IPs here. '*/udp': { 'home.snom-wohnzimmer', - 'home.bubble01', + 'home.mitel-rfp35', }, }, }, @@ -151,7 +151,7 @@ nodes['home.nas'] = { 'bridges': { 'br0': { 'match': { - 'enp1s0', + 'eno1', }, }, 'br1138': {