network running two network cards in redhat 9
eth0 (realtek 8139 using the given 8139too module) is connected to the cable modem using DHCP (which works fine)
the internet works (which im now using on the machine to post)
when eth1 (netgear ea201) is activated with static:
ip 192.168.0.1
subnet 255.255.255.0
gateway 192.168.0.1
the internet no longer continues working, but now i can ping the internal network
in order to get the internet to work again, i have to deactivate both cards, and then activate eth0 again
it is not supposed to do this, correct? i should be able to have both the internet working and be able to ping the internal network simultaneously
it seems as if eth1 perhaps overrides eth0, not good
all network configuration has taken place with the gnome tool in redhat... (also accessible
by /usr/bin/neat)
any ideas? thanks in advance