summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-05-10 19:53:22 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-05-10 19:53:22 +0200
commitd6687d1c61114276acda4ab232bbe3ec6e55a388 (patch)
tree040f181ca0f9b71273d8c378a28d9d78c5ce5cf2 /config/obr/dhcpd.conf
parent23327cfb576d431e62c875b61592766727cf879b (diff)
downloadOpenBSD-firewall-d6687d1c61114276acda4ab232bbe3ec6e55a388.tar.gz
OpenBSD-firewall-d6687d1c61114276acda4ab232bbe3ec6e55a388.tar.bz2
updated personal configuration
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 577ec5c..6eb30b1 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -54,6 +54,11 @@ shared-network LAN {
fixed-address 192.168.1.12;
}
+ host eurobuild3 {
+ hardware ethernet ea:6c:43:78:6a:b7;
+ fixed-address 192.168.1.12;
+ }
+
host europa10 {
hardware ethernet 00:03:BA:00:D5:9B;
fixed-address 192.168.1.13;
@@ -165,6 +170,11 @@ shared-network LAN {
fixed-address 192.168.1.32;
}
+ host euromon {
+ hardware ethernet b8:27:eb:7c:68:78;
+ fixed-address 192.168.1.33;
+ }
+
}
}