Your network configuration appears to be messed up. eth0 has a mask of 255.0.0.0, so it should capture addresses that match 10.*.*.*. eth2, however, is also on the 10.*.*.* network. And the broadcast and netmask for eth2 are inconsistent: you have 10.20.255.255 and 255.255.255.0, but only the following combinations are legal: 10.20.255.255 and 255.255.0.0, or 10.20.0.255 and 255.255.255.0. -- Dave |