Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My mac and a windows (vista) laptop are on the same wireless network. When I try to ping the ip of the mac (168.192.1.106) from the windows command prompt I get

Reply from 192.168.1.111: Destination is unreachable.
Reply from 192.168.1.111: Destination is unreachable.
Reply from 192.168.1.111: Destination is unreachable.
Reply from 192.168.1.111: Destination is unreachable.

Ping statistics for 192.168.1.106
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss)

i'm not sure what's at 111 but why is the ping even trying to hit it? And i welcome suggestions how to diagnose this.

share|improve this question

closed as off topic by Perception, Martin R, Antonio Bakula, Danny Beckett, Roger Rowland May 18 at 2:50

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

nevermind. There's two wifi's here, the laptop was connected to a different one. When I switched it to the other, the machines found each other.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.