summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-04-12 13:25:04 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-04-12 13:25:04 +0200
commit3310cb4d4ef7acd51df426d5777159b816fed7a2 (patch)
tree561cf1af3c57daaafb0ec2b5a776c29a9619bb61 /config/obr/dhcpd.conf
parentd95c5ae2c9bc0a86ad470ebb6d7af16ba2bdeb1d (diff)
downloadOpenBSD-firewall-3310cb4d4ef7acd51df426d5777159b816fed7a2.tar.gz
OpenBSD-firewall-3310cb4d4ef7acd51df426d5777159b816fed7a2.tar.bz2
synched configuration and updated README before upgrading to OpenBSD 6.1
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 3421c88..ebaa745 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -96,5 +96,10 @@ shared-network LAN {
hardware ethernet 00:1c:b3:c3:74:8c;
fixed-address 192.168.1.20;
}
+
+ host eurobuild5 {
+ hardware ethernet b8:27:eb:15:62:14;
+ fixed-address 192.168.1.21;
+ }
}
}