Please note that LinuxExchange will be shutting down on December 31st, 2016. Visit this thread for additional information and to provide feedback.

What is the command (Linux Mint Julia) to discover the IP Address of a computer connected to a wireless router?

asked 27 Apr '11, 02:58

Elad%20Lending's gravatar image

Elad Lending
3138
accept rate: 0%

edited 27 Apr '11, 08:10

Jazz's gravatar image

Jazz ♦
7811312




If you refer to the IP Address of your current computer, you're looking for ifconfig and iwconfig.

For discovering other computers on the network, I like to use nmap. Example:

nmap 192.168.1.1-255

Be aware that scanning the network with nmap might be perceived as an aggressive act in company environments, so be sure to use this only if you have the permission to.

link

answered 27 Apr '11, 08:01

Jazz's gravatar image

Jazz ♦
7811312
accept rate: 33%

ifconfig -a if you are on the PC in question and need to know the IP of it; otherwise sudo nmap -sS 192.168.1.1/24

(27 Apr '11, 14:14) Ron ♦

For your public IP, try this:

curl -s queryip.net/ip/

link

answered 01 May '11, 01:37

KenJackson's gravatar image

KenJackson
5113
accept rate: 0%

All the other answers are correct, depending on exactly what you're after. In addition wireless routers usually have a web management screen with "Current DHCP Leases", which tells you who is on your network. Or at least those that have been given an IP address - it does not tell you those that have allocated their own addresses for which nmap is the answer.

link

answered 02 Aug '11, 08:40

chrisjrob's gravatar image

chrisjrob
312
accept rate: 0%

Hi,you can simply check the internet IP address by visiting the site IP-Details.com .

link

answered 05 Nov '13, 07:36

Uahyag's gravatar image

Uahyag
111
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×23
×17

Asked: 27 Apr '11, 02:58

Seen: 7,107 times

Last updated: 05 Nov '13, 07:36

powered by OSQA