3. Networking
On most modern networks, including the Internet, users locate other computers by name. This frees users from the daunting task of remembering the numerical network address of network resources. The most effective way to configure a network to allow such name-based connections is to set up a Domain Name Service (DNS) or a nameserver, which resolves hostnames on the network to numerical addresses and vice versa.
The kernel features the Netlink Drop Monitor (DROP_MONITOR) service that provides detailed network packet loss monitoring. Red Hat Enterprise Linux 5.6 features the new dropwatch
utility to interface with the drop monitor service, and return the results to userspace.
Ethernet bridge tables (ebtables
) is a firewalling tool to transparently filter network traffic passing a bridge. The filtering possibilities are limited to link layer filtering and basic filtering on higher network layers. ebtables
is a new package for the Red Hat Enterprise Linux 5.6 release.