on the linux console, type: i=1; \while [ $i != 254 ]; do \ ping -c 1 192.168.1.$i; \ i=`expr $i + 1`; \donearp -a That should give a list of all computers on that subnet 192.168.1.0. The MAC address
VPN between 2 networks with same IP address scheme (Windows)
Problem is, the routing does not work. Solution is: On DOS command prompt, type route add 192.168.1.84 MASK 255.255.255.255 192.168.1.160 …1.84 is the number of the computer you want to contact in the other network, …1.160 is the client IP