summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-07-04 18:11:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-07-04 18:11:16 +0200
commit5ff3b57e548a26330b423294cd65c777819589e4 (patch)
treeda0e09c1a4667e3f1da2f2ef0780fec8291f329e /config/obr/dhcpd.conf
parent28418d61b70c0e40f7076e52ace487bea6e978b0 (diff)
downloadOpenBSD-firewall-5ff3b57e548a26330b423294cd65c777819589e4.tar.gz
OpenBSD-firewall-5ff3b57e548a26330b423294cd65c777819589e4.tar.bz2
updated personal configuration
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 6eb30b1..8a3aa40 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -175,6 +175,17 @@ shared-network LAN {
fixed-address 192.168.1.33;
}
+ host eurobuild6 {
+ hardware ethernet 04:92:26:d3:fe:86;
+ fixed-address 192.168.1.34;
+ }
+
+ host wrt1 {
+ hardware ethernet 00:22:6B:73:CA:EC;
+ fixed-address 192.168.1.254;
+ }
+
+
}
}