
Configuring Server Connections
Most Linux and Unix systems default to the “weak host” model on all network interfaces, so no additional
configuration is usually necessary. For example, on FreeBSD and NetBSD, this behavior is controlled by the
setting of sysctl net.inet.ip.check_interface, which by default is set to 0 (“weak host”).
Windows XP and Windows 2003 use the “weak host” model on all IPv4 interfaces and the “strong host” model on
all IPv6 interfaces, and this is not configurable.
Windows Vista and Windows 2008 support “strong host” by default on all interfaces, but this is configurable for
individual interfaces. Use the following command to list interface status:
netsh interface [ipv4 | ipv6 ] show interface
The following three command are an example of changing the mode to “weak host” for the LAN and loopback
interfaces:
netsh interface ipv4 set interface "Local Area Connection"
weakhostreceive=enabled
netsh interface ipv4 set interface "Loopback" weakhostreceive=enabled
netsh interface ipv4 set interface "Loopback" weakhostsend=enabled
The interface names used in quotes above must match the interface names that appear in the Windows Network
Connections folder.
368
Copyright © 2013 Coyote Point Systems. A subsidiary of Fortinet, Inc.
Kommentare zu diesen Handbüchern