summaryrefslogtreecommitdiff
path: root/config/obr/dhcpd.conf
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-09-18 18:23:46 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-09-18 18:23:46 +0200
commit335220c954649aad4a709e977e9f5efc020071bf (patch)
treecdf7ad23760359d97107f04279e474417174e248 /config/obr/dhcpd.conf
parentc573e6a6461680dd6f4d6147b5cc8bed84b186b1 (diff)
downloadOpenBSD-firewall-335220c954649aad4a709e977e9f5efc020071bf.tar.gz
OpenBSD-firewall-335220c954649aad4a709e977e9f5efc020071bf.tar.bz2
some network restructuring
Diffstat (limited to 'config/obr/dhcpd.conf')
-rw-r--r--config/obr/dhcpd.conf11
1 files changed, 3 insertions, 8 deletions
diff --git a/config/obr/dhcpd.conf b/config/obr/dhcpd.conf
index 644de4e..c14a8a2 100644
--- a/config/obr/dhcpd.conf
+++ b/config/obr/dhcpd.conf
@@ -47,7 +47,7 @@ shared-network LAN {
fixed-address 192.168.1.10;
}
- host euroserver {
+ host eurobuild3 {
hardware ethernet 00:15:17:25:76:5C;
fixed-address 192.168.1.12;
}
@@ -72,7 +72,7 @@ shared-network LAN {
fixed-address 192.168.1.15;
}
- host europrint {
+ host euroserver {
hardware ethernet b8:27:eb:76:8e:67;
fixed-address 192.168.1.16;
}
@@ -82,15 +82,10 @@ shared-network LAN {
fixed-address 192.168.1.17;
}
- host eurobuild3 {
+ host eurobuild4 {
hardware ethernet b8:27:eb:54:5f:13;
fixed-address 192.168.1.18;
}
- host euroobr {
- hardware ethernet 52:54:00:31:2B:EE;
- fixed-address 192.168.1.19;
- }
-
}
}