Thanks for responding.
> Any other system on the LAN can ping both cards in the multi-homed
> system, but not the linux system on the other subnet.
That means that forwarding/masquerading hasn't been enabled. To turn it
on using Red Hat 6.2, you should:
echo 'net.ipv4.ip_forward = 1' >> /etc/sysctl.conf
echo 'net.ipv4.ip_always_defrag = 1' >> /etc/sysctl.conf
/sbin/sysctl -p /etc/sysctl.conf
It will work proplerly immediately after the above commands, and after
future reboots, assuming you have the correct firewalling rules set up
(using ipchains). If you haven't set up ipchains, you could try using the
script at ftp://duke.eburg.com/pub/linux/init.firewall (as someone else
already mentioned).
I've done that and still no change. Any other ideas?
Thanks,
Anne
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.