Hi!
I hope, I found it!
root@debian7kde:/home/vlad# nmap -sP 192.168.0.100-254
Starting Nmap 6.00 (
http://nmap.org ) at 2013-12-08 18:42 CET
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers
Nmap scan report for 192.168.0.100
Host is up.
Nmap scan report for 192.168.0.199
Host is up (0.00023s latency).
MAC Address: 00:xx:xx:xx:xx:xx (Eunicorn) [I checked this MAC. It was OK]
Nmap done: 155 IP addresses (2 hosts up) scanned in 5.89 seconds
root@debian7kde:/home/vlad# ping 192.168.0.199
PING 192.168.0.199 (192.168.0.199) 56(84) bytes of data.
64 bytes from 192.168.0.199: icmp_req=1 ttl=64 time=0.153 ms
64 bytes from 192.168.0.199: icmp_req=2 ttl=64 time=0.115 ms
64 bytes from 192.168.0.199: icmp_req=3 ttl=64 time=0.135 ms
64 bytes from 192.168.0.199: icmp_req=4 ttl=64 time=0.184 ms
64 bytes from 192.168.0.199: icmp_req=5 ttl=64 time=0.117 ms
64 bytes from 192.168.0.199: icmp_req=6 ttl=64 time=0.117 ms
^C
--- 192.168.0.199 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 4997ms
rtt min/avg/max/mdev = 0.115/0.136/0.184/0.029 ms
root@debian7kde:/home/vlad# ssh 192.168.0.199
ssh: connect to host 192.168.0.199 port 22: Connection timed out
root@debian7kde:/home/vlad# telnet 192.168.0.199
Trying 192.168.0.199...
telnet: Unable to connect to remote host: Connection timed out
What is the next step?
Best regards : -=L=-