Adding tulkas to the servers network.
This commit is contained in:
parent
588d4d4b0b
commit
5a4e7db0ef
3 changed files with 6 additions and 2 deletions
|
@ -155,6 +155,8 @@ set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-ma
|
|||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping nextcloud mac-address 'c8:1f:66:10:4d:b9'
|
||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping frodo ip-address '10.1.1.52'
|
||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping frodo mac-address 'dc:a6:32:09:76:4c'
|
||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping tulkas ip-address '10.1.1.53'
|
||||
set service dhcp-server shared-network-name SERVERS subnet 10.1.1.0/24 static-mapping tulkas mac-address '26:82:2F:16:7A:36'
|
||||
|
||||
# Trusted VLAN
|
||||
set service dhcp-server shared-network-name TRUSTED authoritative
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
$TTL 3600
|
||||
$ORIGIN 1.10.in-addr.arpa.
|
||||
@ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. (
|
||||
1685451246 ; serial number (epoch timestamp)
|
||||
1686507728 ; serial number (epoch timestamp)
|
||||
7200 ; refresh period
|
||||
3600 ; retry period
|
||||
1209600 ; expire time
|
||||
|
@ -33,6 +33,7 @@ $ORIGIN in-addr.arpa.
|
|||
44.1.1.10 IN PTR nahar.jahanson.tech.
|
||||
51.1.1.10 IN PTR nextcloud.jahanson.tech.
|
||||
52.1.1.10 IN PTR frodo.jahanson.tech.
|
||||
53.1.1.10 IN PTR tulkas.jahanson.tech.
|
||||
|
||||
; IOT
|
||||
18.3.1.10 IN PTR livingroom-vacuum.jahanson.tech.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
$TTL 3600
|
||||
$ORIGIN jahanson.tech.
|
||||
@ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. (
|
||||
1685450905 ; serial number (epoch timestamp)
|
||||
1686507728 ; serial number (epoch timestamp)
|
||||
7200 ; refresh period
|
||||
3600 ; retry period
|
||||
1209600 ; expire time
|
||||
|
@ -30,6 +30,7 @@ narya IN A 10.1.1.43
|
|||
nahar IN A 10.1.1.44
|
||||
nextcloud IN A 10.1.1.51
|
||||
frodo IN A 10.1.1.52
|
||||
tulkas IN A 10.1.1.53
|
||||
|
||||
; IOT
|
||||
livingroom-vacuum IN A 10.1.3.18
|
||||
|
|
Reference in a new issue