diff --git a/netinfra/dhcp/dhcpd-primary.conf b/netinfra/dhcp/dhcpd-primary.conf index 1cc3328..b633e9b 100644 --- a/netinfra/dhcp/dhcpd-primary.conf +++ b/netinfra/dhcp/dhcpd-primary.conf @@ -187,11 +187,6 @@ subnet 192.168.0.0 netmask 255.255.252.0 { hardware ethernet bc:24:11:1a:8f:6f; fixed-address 192.168.3.78; } - # ultix-offstage - host ultix-offstage { - hardware ethernet bc:24:11:1f:9d:83; - fixed-address 192.168.3.79; - } # ultix-highside host ultix-highside { hardware ethernet a0:4a:5e:ca:46:f3; diff --git a/netinfra/dhcp/dhcpd-secondary.conf b/netinfra/dhcp/dhcpd-secondary.conf index 99bd115..ef10f13 100644 --- a/netinfra/dhcp/dhcpd-secondary.conf +++ b/netinfra/dhcp/dhcpd-secondary.conf @@ -186,11 +186,6 @@ subnet 192.168.0.0 netmask 255.255.252.0 { hardware ethernet bc:24:11:1a:8f:6f; fixed-address 192.168.3.78; } - # ultix-offstage - host ultix-offstage { - hardware ethernet bc:24:11:1f:9d:83; - fixed-address 192.168.3.79; - } # ultix-highside host ultix-highside { hardware ethernet a0:4a:5e:ca:46:f3;