Carsten <mailto:carsten@xxxxxx> scribbled on Saturday, November 01, 2003 12:48 PM: > Dear all, > > my network card worked fine with the following configuration: > > DEVICE=eth0 > BOOTPROTO=none > IPADDR=192.168.1.3 > NETMASK=255.255.255.0 > ONBOOT=yes > GATEWAY=192.168.1.1 > TYPE=Ethernet > NETWORK=192.168.1.0 > BROADCAST=192.168.1.255 > > I introduced a second network card. kudzu recognized and configured: > > DEVICE=eth1 > BOOTPROTO=none > IPADDR=192.168.1.4 > NETMASK=255.255.255.0 > ONBOOT=yes > GATEWAY=192.168.1.1 > TYPE=Ethernet > NETWORK=192.168.1.0 > BROADCAST=192.168.1.255 > > Now, I am unable to ping the router 192.168.1.1. If I put ONBOOT=no in > device eth1 and restart the network, the ping to 192.168.1.1 responds. > > Any ideas? > > Something else: > Where about in the system may I find the relationship between the > network adapter and the files eth1 and eth0? > > In general: > Any link for a tutorial or easy to understand hints or FAQ? > > Regards, > Carsten Your problem is both cards are on the same network. It's sending the request from one but waiting on the other for the reply try changing eth1 address to 192.168.2.4 that would put it on a different network. Why would you need two cards on the same network anyway? If you want to run different services on differnet address use virtual ip's eth0:0 eth0:1. your eth files are located in '/etc/sysconfig/network-scripts/ifcfg-eth[0-9] -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list