On Wed, 2007-04-25 at 18:13 -0700, James D. Parra wrote: > It is specific to the machine. Can't ping it from any subnet on the network. > It had a static IP on one NIC,
If you have multiple subnets and this server didn't have multiple IPs assigned from each subnet, a device(s) is(are) acting as a router(s). Forget about the other subnets but use a pc in the same subnet to test this. Try /sbin/ifconfig at the server to make sure the interface is there, as well as to see its MAC address. And, try /sbin/arp at the test linux pc (if it's a windows pc, arp -a) in the same subnet to see if it can get the server's MAC address. You may need to ping again the server to see that. By this point, you would have a good sense which part is not working as it should. Toshi -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
