home.nas: fix firewall and interface names
This commit is contained in:
parent
9b11e69a73
commit
7ff8319f09
1 changed files with 4 additions and 4 deletions
|
@ -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': {
|
||||||
|
|
Loading…
Reference in a new issue