On Tue, Jan 27, 2009 at 2:07 PM, fooler mail <[email protected]> wrote: > hi ozzie, > > this is something to do with the arp protocol... do the following at > the root user account.. > > # sysctl -w net.ipv4.conf.eth0.arp_ignore=1 > # sysctl -w net.ipv4.conf.eth1.arp_ignore=1 >
one more thing.. before you ping those two ip addresses on your host.. be sure to clear your host's arp table to remove the entries of those two ip addresses... eg. both for windows and linux: arp -d 172.16.17.15 arp -d 172.16.17.95 fooler. _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List http://lists.linux.org.ph/mailman/listinfo/plug Searchable Archives: http://archives.free.net.ph

