From 38794016f9ff84ae50689a08c3f94a4c330078fb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Mon, 26 Nov 2018 11:50:48 +0100 Subject: [PATCH] Updated svc.usr.f29 (added tn-phone-sf to dhcpd). --- sources/svc.usr.f29/postinstall/install/etc/dhcp/dhcpd.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sources/svc.usr.f29/postinstall/install/etc/dhcp/dhcpd.conf b/sources/svc.usr.f29/postinstall/install/etc/dhcp/dhcpd.conf index 7a30e2b..f8e6982 100644 --- a/sources/svc.usr.f29/postinstall/install/etc/dhcp/dhcpd.conf +++ b/sources/svc.usr.f29/postinstall/install/etc/dhcp/dhcpd.conf @@ -51,6 +51,10 @@ subnet 10.228.0.0 netmask 255.255.0.0 { } # static hosts +host tn-phone-sf { + hardware ethernet 00:0b:82:67:2f:1c; + fixed-address 10.228.215.196; +} host db2svr { hardware ethernet 00:50:56:00:d4:2a; fixed-address 10.228.212.42; -- 2.54.0