DEV Community

Cover image for Find the Exact and all connected device's IPs on the virtual machine
KARAN JAIN
KARAN JAIN

Posted on

2 2 2 2 2

Find the Exact and all connected device's IPs on the virtual machine

The IP address 10.0.2.4 typically indicates that your Kali Linux virtual machine (VM) is using a NAT (Network Address Translation) network configuration. This setup assigns a private IP address to your VM, and the host machine acts as a bridge to access external networks.

If you want to identify the current IP address and ensure proper connectivity, follow these steps:

Image description

If you get the same problem as above or can't find the IP addresses of all the connected devices.

Image description

Step 1: Go to your virtual box

-->Go to settings.

Image description

Step 2:Go to the Network

-->Click on "Enabled network adapter".
-->Go to "Attached to:" and change NAT to bridged adapter.

Image description

Step 3:Go to Advanced

-->Enabled promiscuous mode
-->Set it to "Allowed all"
Image description
-->click on OK and you are good to go!!

Image description

-->you got all the devices exact IP addresses.

Image description

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (2)

Collapse
 
yugeshweb profile image
Yugesh β€’

awesome..!πŸ™Œ

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay