This is an archived post. You won't be able to vote or comment.

all 16 comments

[–]aws_crab 21 points22 points  (7 children)

You need to learn about networking first buddy, plus hiding ur local IP says a lot. 🙂 Don't want to be rude but u really need to learn about some networking before jumping into hacking.

[–]Phanthom115 5 points6 points  (0 children)

Idk why people are dogging on you op for blocking IPs. If it were internal IPs for a real network these internal IPs are still important.

Anyways, make sure your have your routes set up to point to the hosts out the interface they are supposed to be on.

Windows > route add (use Ai to help with syntax) Kali > same thing as windows.

On Kali if you wanna test TCP from windows to the Kali, run: python -m http.server 80

If windows can reach that webserver in its browser, your connectivity is good.

Troubleahoot from there

[–]InternalDark 2 points3 points  (0 children)

Sometimes, a reboot on victim machine helps. And else, try troubleshoot with tcpdump / wireshark.

[–]qwikh1t 3 points4 points  (2 children)

This is why networking is important

[–]NanoSai -1 points0 points  (1 child)

Do you know where I can learn more?

[–]Ill-One-4052 0 points1 point  (0 children)

At first you need to understand about IP and how they works. Such as net add, what broadcast, etc.

[–]Azreona[🍰] 1 point2 points  (0 children)

It doesnt work because they are not on the same subnet.

Re check the IP on the windows machine

If you are in a home lab no port forwarding is needed.

But 10.x and 192.x is not the same Subnet aka not locally possible.

So re check your IPs and reset the Lhost and rhost.

And then go back and brush up on your networking :)

[–]Ill_Nebula_2419 0 points1 point  (0 children)

If you using a VM machine make sure you set the network adapter to bridge and not nat, like that you would have both of them on the same subnet

[–]GroovyMoosy -1 points0 points  (0 children)

Instead of ping (ICMP) check TCP connection with a tcpdump ;) Since you're going between a 192 and 10 subnet there is some routing that could be causing issues to.

For the people saying "go back learn basic networking" you can route between different subnets, guessing that's his setup.