EdgeADC - Version 5.0.0.1986
User Guide
×
Menu

所需内容服务器配置

一般情况
     内容服务器默认网关应按正常方式配置。(不通过 ADC)
     内容服务器和负载平衡器必须位于同一子网内
视窗
     内容服务器需要在环回或别名中配置
通道或 VIP 的 IP 地址
o     网络度量必须为 254,以防止响应 ARP 请求
o     在 Windows Server 2012 中添加环回适配器 - 单击此处
o     在 Windows Server 2003/2008 中添加环回适配器 - 点击此处
     针对 Windows Real 服务器上配置的每个网络接口,在命令提示符下运行以下命令
netsh interface ipv4 set interface "Windows 网络接口名称" weakhostreceive=enable
netsh interface ipv4 set interface "Windows loopback interface name" weakhostreceive=enable
netsh interface ipv4 set interface "Windows loopback interface name" weakhostsend=enable
利纳克斯
     添加永久环回接口
     编辑"/etc/sysconfig/network-scripts"(/etc/sysconfig/网络脚本
ifcfg-lo:1
DEVICE=lo:1
IPADDR=x.x.x.x
NETMASK=255.255.255.255
BROADCAST=x.x.x.x
ONBOOT=yes
     编辑"/etc/sysctl.conf"
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.eth0.arp_ignore = 1
net.ipv4.conf.eht1.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2
net.ipv4.conf.eth0.arp_announce = 2
net.ipv4.conf.eth1.arp_announce = 2
     运行 "sysctl - p"