Hey - quick question. After searching throught the internet and news
groups, I could not locate an answer to my networking problem. Let me
quickly explain:
We have two independent networks that should not be able to communicate
with hosts on the other subnet. However, I noticed today that this is
indeed not the case anymore and I am trying to locate some sort of
"network bridge" or source that is causing this to happen.
In using nmap, I can verify that a host on the other subnet is
reachable.
Example:
nmap -sP 192.16.0.23
Starting nmap V. 3.00 (
www.insecure.org/nmap/ )
Host (192.16.0.23) appears to be up.
However, I would like to track down the inadvertant host(s)/network
devices that is allowing this to take place. I want to see the "network
hops" so to speak. I am somewhat knew to nmap, but it seems to not
display the "network hops" with the various flag options. Tcpdump
doesn't show what I am looking for either. Traceroute times out of
course.
Any ideas? Any help would be appreciated.