>From 5c30726bd33230afccaaba6fc5a4aede34fa51c1 Mon Sep 17 00:00:00 2001 From: Shawn Wells Date: Sat, 7 Sep 2013 15:40:32 -0400 Subject: [PATCH] [bugfix] Updated APIPA addresses as identified by David Smith Dave noted that some of the APIPA addresses were typod as 169.245.0.0, vs correct 169.254.0.0. --- RHEL6/input/checks/network_disable_zeroconf.xml | 2 +- RHEL6/input/system/network/network.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RHEL6/input/checks/network_disable_zeroconf.xml b/RHEL6/input/checks/network_disable_zeroconf.xml index 1698103..cb8add4 100644 --- a/RHEL6/input/checks/network_disable_zeroconf.xml +++ b/RHEL6/input/checks/network_disable_zeroconf.xml @@ -6,7 +6,7 @@ Red Hat Enterprise Linux 6 Disable Zeroconf automatic route assignment in the - 169.245.0.0 subnet. + 169.254.0.0 subnet. diff --git a/RHEL6/input/system/network/network.xml b/RHEL6/input/system/network/network.xml index 9c30337..aab0382 100644 --- a/RHEL6/input/system/network/network.xml +++ b/RHEL6/input/system/network/network.xml @@ -36,7 +36,7 @@ communication over the loopback device, then disable this service. Zeroconf networking allows the system to assign itself an IP address and engage in IP communication without a statically-assigned address or even a DHCP server. Automatic address assignment via Zeroconf (or DHCP) is not -recommended. To disable Zeroconf automatic route assignment in the 169.245.0.0 +recommended. To disable Zeroconf automatic route assignment in the 169.254.0.0 subnet, add or correct the following line in /etc/sysconfig/network:
NOZEROCONF=yes
-- 1.7.1