03-11-04 03:36 PM
Hi Harley,
I tried the iptables method in Redhat Linux 8.0 (Kernel 2.4.18) to
solve arp-response problem. But looks like iptable method is not
working. What I did
1. In Linux box set the iptable rule as follow
# iptables -t nat -A PREROUTING -d 192.168.199.93 -j REDIRECT
where 192.168.199.93 is CLUSTER address and defined as follow
# ifconfig lo:1 192.168.199.93 netmask 255.255.255.255
The actual NIC address is "192.168.199.80" defined on eth0.
Now if I do ping from another box defined in same subnet (window box),
I can easily ping the cluster address(I checked arp was empty before
doing any ping.
Using tcpdump on eth0 in linux box, clearly show that linux reply the
arp .
I also set on linux box
# echo 1 /proc/sys/net/ipv4/ip_forward
I verified that iptables is functioning properly. If i set the rule
"-j DROP" , I can see packet being dropped in tcpdump(no reply of
ping).
Any idea what step I am missing.
Regards
Kamal
Harley Stenzel <hstenzel@us.ibm.com> wrote in message news:<c0qne7$518c$1@news.boulder.ibm.
com>...
> Fredrik Gundersen wrote:
>
> The advisors won't tell you if your Windows servers have their loopback
> addresses configured properly. (I'm assuming that you're using MAC
> forwarding, not NAT or CBR). I'd start there. Making sure that the
> extra route gets deleted and that each of your clusters has an alias on
> the loopback adapter. There's a good checklist in the manual that I
> referr to.
>
> Also, make sure that the route gets deleted on reboot.
>
>
> It mostly dosn't apply. You just have to ensure that your active &
> backup dispatchers (if you're using HA) don't have the cluster addresses
> configured on any of the interfaces, including loopback, at the same time.
>
>
> Yes, but it's quite involved and I don't think that it's the problem
> you're having. I don't want to further confuse the issue.
>
> Let me know if you really want to know, I'll write up the procedure.
>
> --Harley
>
[ Post a follow-up to this message ]
|