z9(group): remove all old ip references and change them to new ones
This commit is contained in:
parent
be71af3a2f
commit
1fbc903125
4 changed files with 119 additions and 20 deletions
|
|
@ -13,7 +13,7 @@ server {
|
|||
ssl_trusted_certificate /etc/letsencrypt/live/light-werkstatt.ccchh.net/chain.pem;
|
||||
|
||||
# replace with the IP address of your resolver
|
||||
resolver 10.31.208.1;
|
||||
#resolver 10.31.208.1; # is this needed?
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
|
|
@ -38,7 +38,7 @@ server {
|
|||
ssl_trusted_certificate /etc/letsencrypt/live/light.ccchh.net/chain.pem;
|
||||
|
||||
# replace with the IP address of your resolver
|
||||
resolver 10.31.208.1;
|
||||
#resolver 10.31.208.1; # is this needed?
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8080;
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ ${called}^fo370381tr317349_00$=inbound_fonial
|
|||
^.*$=echo [z9] "\0" ${caller}->${called} ; log
|
||||
|
||||
; test service numbers
|
||||
^91$=sip/sip:ha@10.31.208.10:5060; called=ha;format=opus ; Homeassistant
|
||||
^91$=sip/sip:ha@10.89.213.22:5060; called=ha;format=opus ; Homeassistant
|
||||
^98$=external/playrec/echo.sh ; Echotest
|
||||
^99$=external/play/tts.sh;mode=text;text=Hallo Hallo Hallo ; TTS test
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@ kea_dhcp__dhcp4:
|
|||
- ip-address: 10.89.208.14
|
||||
hostname: Big-Room-Beamer
|
||||
hw-address: "64:d2:c4:db:08:5c"
|
||||
- ip-address: 10.89.208.15
|
||||
hostname: xr18
|
||||
hw-address: "34:8d:13:13:1f:33"
|
||||
- ip-address: 10.89.208.16
|
||||
hostname: dooris
|
||||
hw-address: "bc:24:11:b3:93:9c"
|
||||
|
|
@ -115,9 +118,15 @@ kea_dhcp__dhcp4:
|
|||
- ip-address: 10.89.212.42
|
||||
hostname: t-mix
|
||||
hw-address: "40:a5:ef:d9:eb:93"
|
||||
- ip-address: 10.89.212.137
|
||||
hostname: ccchh-buba
|
||||
hw-address: "b8:27:eb:29:bd:77"
|
||||
- ip-address: 10.89.212.86
|
||||
hostname: fritz-fon
|
||||
hw-address: "00:1f:3f:c9:e5:b2"
|
||||
- ip-address: 10.89.212.210
|
||||
hostname: esphome
|
||||
hw-address: "7e:3c:f0:77:8a:f4"
|
||||
- ip-address: 10.89.212.211
|
||||
hostname: hauptraum-esphome
|
||||
hw-address: "e8:db:84:e8:18:d2"
|
||||
|
|
@ -246,10 +255,18 @@ kea_dhcp__dhcp6:
|
|||
subnet: "2a07:c481:1:33::/64"
|
||||
pools:
|
||||
- pool: "2a07:c481:1:33::1:1 - 2a07:c481:1:33::FFFF:FFFF"
|
||||
reservations:
|
||||
- ip-address: "2a07:c481:1:33::1c"
|
||||
hostname: dooris
|
||||
hw-address: "bc:24:11:b3:93:9c"
|
||||
- id: 2
|
||||
subnet: "2a07:c481:1:34::/64"
|
||||
pools:
|
||||
- pool: "2a07:c481:1:34::1:1 - 2a07:c481:1:34::FFFF:FFFF"
|
||||
reservations:
|
||||
- ip-address: "2a07:c481:1:34::66"
|
||||
hostname: esphome
|
||||
hw-address: "7e:3c:f0:77:8a:f4"
|
||||
- id: 3
|
||||
subnet: "2a07:c481:1:36::/64"
|
||||
pools:
|
||||
|
|
@ -288,6 +305,12 @@ kea_dhcp__dhcp6:
|
|||
- ip-address: "2a07:c481:1:36::f"
|
||||
hostname: pbs
|
||||
hw-address: "BC:24:11:D6:2C:81"
|
||||
- ip-address: "2a07:c481:1:36::14"
|
||||
- ip-address: "2a07:c481:1:36::21"
|
||||
hostname: unifi
|
||||
hw-address: "BC:24:11:25:77:60"
|
||||
- ip-address: "2a07:c481:1:36::31"
|
||||
hostname: light
|
||||
hw-address: "72:61:ea:e6:49:e3"
|
||||
- ip-address: "2a07:c481:1:36::32"
|
||||
hostname: club-assistant
|
||||
hw-address: "7a:55:61:c3:a2:89"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue