Skip to content

Commit 9c3f423

Browse files
committed
cater for new onti1 switch, and being able to talk to syslog
1 parent fc42ad9 commit 9c3f423

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

roles/openwrt/templates/dhcp.reservations.j2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ config cname
88
option cname 'www.rather.puzzling.org'
99
option target 'rather.puzzling.org'
1010

11+
{# Whilst these are now in external DNS, we still need to present them internally because we're authoritative DNS for rather.puzzling.org internally, plus resilience in face of external outage #}
1112
config cname
1213
option cname 'pve'
1314
option target 'webserver.rather.puzzling.org'
@@ -375,6 +376,12 @@ config host
375376
option dns '1'
376377
option ip '192.168.1.204'
377378

379+
config host
380+
option mac 'BC:24:11:18:E9:9C'
381+
option name 'syslog-4'
382+
option dns '1'
383+
option ip '192.168.4.204'
384+
378385
config host
379386
option mac 'CC:50:E3:68:28:B9'
380387
option name 'patiolights-power'

roles/openwrt/templates/dnsmasq.hosts.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
192.168.4.1 onti1
12
192.168.1.249 switch
23
192.168.1.254 gateway
34
192.168.1.254 gw

0 commit comments

Comments
 (0)