home.nas: fix firewall and interface names

This commit is contained in:
Franzi 2023-03-29 18:16:05 +02:00
parent 9b11e69a73
commit 7ff8319f09
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -69,11 +69,11 @@ nodes['home.nas'] = {
}, },
'5060': { # yate SIP '5060': { # yate SIP
'home.snom-wohnzimmer', 'home.snom-wohnzimmer',
'home.bubble01', 'home.mitel-rfp35',
}, },
'5061': { # yate SIPS '5061': { # yate SIPS
'home.snom-wohnzimmer', 'home.snom-wohnzimmer',
'home.bubble01', 'home.mitel-rfp35',
}, },
# yate RTP uses some random UDP port. We cannot firewall # yate RTP uses some random UDP port. We cannot firewall
# it, because for incoming calls the other side decides # it, because for incoming calls the other side decides
@ -83,7 +83,7 @@ nodes['home.nas'] = {
# to deal with randomly changing IPs here. # to deal with randomly changing IPs here.
'*/udp': { '*/udp': {
'home.snom-wohnzimmer', 'home.snom-wohnzimmer',
'home.bubble01', 'home.mitel-rfp35',
}, },
}, },
}, },
@ -151,7 +151,7 @@ nodes['home.nas'] = {
'bridges': { 'bridges': {
'br0': { 'br0': {
'match': { 'match': {
'enp1s0', 'eno1',
}, },
}, },
'br1138': { 'br1138': {