So can Server B access Server A in any way? Can you even ping it?
If it's on the same network segment as Server B, but you just don't know the IP, try using nmap to discover it.
On Server B:
nmap a.b.c.0/24 will return a list of all the hosts on the /24 address space beginning with a.b.c.
Last edited by nowonmai; 11-04-2010 at 08:02 AM.
|