此内容没有您所选择的语言版本。
24.2. Configure Red Hat JBoss Data Grid Interface Binding (Remote Client-Server Mode)
24.2.1. Interfaces 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Red Hat JBoss Data Grid allows users to specify an interface type rather than a specific (unknown) IP address.
link-local
: Uses a169.x.x.x
or254.x.x.x
address. This suits the traffic within one box.Copy to Clipboard Copied! Toggle word wrap Toggle overflow site-local
: Uses a private IP address, for example192.168.x.x
. This prevents extra bandwidth charged from GoGrid, and similar providers.Copy to Clipboard Copied! Toggle word wrap Toggle overflow global
: Picks a public IP address. This should be avoided for replication traffic.Copy to Clipboard Copied! Toggle word wrap Toggle overflow non-loopback
: Uses the first address found on an active interface that is not a127.x.x.x
address.Copy to Clipboard Copied! Toggle word wrap Toggle overflow