update bridgeport DNS/DHCP records
This commit is contained in:
parent
6831835a93
commit
605cc03cc3
2 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,7 @@ subnet 10.8.0.0 netmask 255.255.0.0 {
|
|||
fixed-address 10.8.1.26;
|
||||
}
|
||||
host bridgeport {
|
||||
hardware ethernet 00:13:21:68:04:7b;
|
||||
hardware ethernet 90:1b:0e:1d:23:09;
|
||||
fixed-address 10.8.1.29;
|
||||
}
|
||||
host 3printers1cups {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$ORIGIN .
|
||||
$TTL 180
|
||||
waw.hackerspace.pl IN SOA customs.hackerspace.pl. bofh.hackerspace.pl. (
|
||||
1552402223; serial
|
||||
1621022198; serial
|
||||
1800 ; refresh (30 minutes)
|
||||
1800 ; retry (30 minutes)
|
||||
604800 ; expire (1 week)
|
||||
|
@ -43,6 +43,7 @@ pap A 10.8.1.23
|
|||
dht01 A 10.8.1.25
|
||||
led A 10.8.1.26
|
||||
bridgeport A 10.8.1.29
|
||||
cnc CNAME bridgeport
|
||||
printers A 10.8.1.30
|
||||
telelele A 10.8.1.31
|
||||
vending A 10.8.1.32
|
||||
|
|
Loading…
Reference in a new issue