Hello,
I have an LVS that, when I activate pulse, loses its default route, and
can only see machines on its two local subnets, including the router.
Trying to ping outside either local subnet results in "connect: Network is
unreachable" each time.
Is this behavior normal, or do I have something configured improperly?
I'm using 0.4.12 on RedHat 6.2. My lvs.cfg file and last few lines of
rc.local follow.
Thank you,
Peter
lvs.cf:
primary = 192.168.1.1
nat_router = 192.168.1.2 eth1
service = lvs
virtual toaster.meansbusiness.com {
address = 209.198.101.185 eth0
active = 1
scheduler = rr
load_monitor = ruptime
server toaster01 {
address = 192.168.1.11
active = 1
}
server toaster02 {
address = 192.168.1.12
active = 1
}
server toaster03 {
address = 192.168.1.13
active = 0
}
}
rc.local:
echo "1" > /proc/sys/net/ipv4/ip_forward
echo "1" > /proc/sys/net/ipv4/ip_always_defrag
/sbin/ipchains -A forward -j MASQ -s 192.168.1.0/24 -d 0.0.0.0/0
|