This site is hosted and sponsored by hyve.com specialists in Cloud Hosting UK and VMware Hosting. If you are interested in our services please call us for chat on 0800 612 2524
Setup Linux Web Server to listen to Loadbalancer VIP#
- Edit kernal to stop ARP
vi /etc/sysctl.conf net.ipv4.conf.all.arp_ignore=1 net.ipv4.conf.eth0.arp_ignore=1 net.ipv4.conf.eth1.arp_ignore=1 net.ipv4.conf.all.arp_announce=2 net.ipv4.conf.eth0.arp_announce=2 net.ipv4.conf.eth1.arp_announce=
- Reload Kernel Changes
/sbin/sysctl -p
Edit vi /etc/sysconfig/network-scripts/ifcfg-lo:0
DEVICE=lo:0 IPADDR=188.65.39.6 NETMASK=255.255.255.255 ONBOOT=yes NAME=loopback
- Setup Web server to listen on new loopback ip VIP
- Check its listening:
netstat -ntulp
Back to Linux
Add new attachment
Only authorized users are allowed to upload new attachments.
«
This page (revision-3) was last changed on 18-Jun-2011 00:48 by Hyve Support