Kак узнать MAC-адрес и IP-адрес на Android смартфоне?
Просмотр своего IP и MAC-адреса на Android-смартфоне.
Мы уже писали о том как на Android сменить MAC-адрес. В сегодняшней статье я расскажу как на Android узнать MAC-адрес. Я уверен что многие и не знают как и где это можно сделать. Прежде чем я покажу как на Android узнать свой MAC-адрес, я покажу как узнать свой IP.
Как на Android узнать IP-адрес?
Зайдем в Настройки:
Включим WiFi, нажав на зеленый переключатель.
Нажав на слово WiFi, вызовем список WiFi сетей.
Также в Android 4 версии, список сетей можно вызвать длинным нажатием на значок WiFi в панели уведомлений:
Теперь нажмем на сеть к которой в данный момент подключено ваше устройство.
На экране появится окно свойства подключения. В данном окне отобразится IP-адрес:
Как на Android узнать MAC-адрес?
Нажмем на кнопочку Меню и выберем Дополнительно:
Отобразятся MAC и IP адреса
В этой статье вы узнали как узнать MAC и IP адреса в Android-смартфоне. Если вам помогла статья нажмите на кнопку вашей статьи. Спасибо!
Источник
Android get MAC address from device IP Address
Previously, I have used proc/net/arp to find other devices on the network. API 29 does not give an application access to this file any longer. Also, it is more difficult to find the host device’s MAC address. I am able to find device IP addresses on the current network by scanning for services where devices will broadcast themselves. From this I am able to make a list of IP addresses active on the current network. How do I resolve a MAC address on Android after API 29. I have tried:
but this will only get the MAC address from the device I run it on. If I have an IP address of another device on the subnet, how can I resolve its MAC address?
Welcome to CodeRanch!
Why do you need the MAC address? Programmatic access was removed for a reason.
There are good reasons for wanting to get the MAC addresses of networked devices — Wake-On-Lan for example.
The output of the «ip» command (which you can run via Runtime.exec) has all kinds of useful information. «ip addr» has more data than you’ll get from NetworkInterface, for example. «ip neigh show» has MAC addresses of known hosts on the same network, especially after doing a subnet scan (meaning, making connections to those hosts).
Android API 30 curtails the «ip» command, unfortunately, also in the name of protecting MAC addresses. I have not found a workaround, so it may be gone for good.
I don’t know about Wake-on-LAN for Android devices. For one thing, I’ve gotten the impression that Android has been downplaying its Linux underpinnings of late.
A more practical need, however, would be to restrict access to a a sensitive wireless access point. Some WAP routers allow defining whitelists and/or blacklists of authorized client MAC addresses. For that matter, so do some wired routers.
On the other hand, I was reviewing Bluetooth Low Energy security this morning and was interested to learn that some BLE implementations can dynamically/randomly change their transceiver «MAC» addresses as a foil against identity tracking. Which is to say, for example, to be able to follow someone around by tailing their fixed MAC address. So similar logic may be in play for TCP/IP interfaces.
Bjoke: A «Bully Joke». A Statement or action made with malicious intent — unless challenged. At which point it magically transforms into «I was just funnin'» or «What’s the matter, can’t take a joke?»
Stephan van Hulst wrote: Welcome to CodeRanch!
Why do you need the MAC address? Programmatic access was removed for a reason.
I’m making a network scanning app on Android to keep track of devices on your network with WOL support as well as other features.
Tim Moores wrote: There are good reasons for wanting to get the MAC addresses of networked devices — Wake-On-Lan for example.
The output of the «ip» command (which you can run via Runtime.exec) has all kinds of useful information. «ip addr» has more data than you’ll get from NetworkInterface, for example. «ip neigh show» has MAC addresses of known hosts on the same network, especially after doing a subnet scan (meaning, making connections to those hosts).
Android API 30 curtails the «ip» command, unfortunately, also in the name of protecting MAC addresses. I have not found a workaround, so it may be gone for good.
Thank you! In what way does API 30 restrict the ip command? I can’t seem to find anything about this in release notes.
Bjoke: A «Bully Joke». A Statement or action made with malicious intent — unless challenged. At which point it magically transforms into «I was just funnin'» or «What’s the matter, can’t take a joke?»
Tim Holloway wrote: See if you can browse /sys/dev/*/address files.
Tom Pryer wrote: In what way does API 30 restrict the ip command? I can’t seem to find anything about this in release notes.
I’m making a network scanning app on Android to keep track of devices on your network with WOL support as well as other features.
Tim Holloway wrote: On the other hand, I was reviewing Bluetooth Low Energy security this morning and was interested to learn that some BLE implementations can dynamically/randomly change their transceiver «MAC» addresses as a foil against identity tracking. Which is to say, for example, to be able to follow someone around by tailing their fixed MAC address. So similar logic may be in play for TCP/IP interfaces.
Bjoke: A «Bully Joke». A Statement or action made with malicious intent — unless challenged. At which point it magically transforms into «I was just funnin'» or «What’s the matter, can’t take a joke?»
Tom Pryer wrote: I’m making a network scanning app on Android to keep track of devices on your network with WOL support as well as other features.
You have to understand that the reason programmatic access was removed is exactly because Android doesn’t want you to be able to track devices. Even if you find some way to do it now, you can be sure that they will plug that hole as soon as possible.
The only thing you can hope for is that Android will at some point add some special permission that users can grant to apps to let the apps track them. Anything other than that will not be future-proof and is fighting against the user’s right to privacy.
Tom Pryer wrote: I’m making a network scanning app on Android to keep track of devices on your network with WOL support as well as other features.
Android doesn’t want you to be able to track devices. fighting against the user’s right to privacy.
I couldn’t use a tool like this anyway. You can’t map a network by MAC address (which is probably best done using arp, anyway. MAC addresses are local to LAN segments. The mousetech.com network has separate wireless segments, a WAN segment, and 2 wired LAN segments, and that’s not especially complex for a business environment.
Also, offhand, I don’t know how to probe for WOL capability. My understanding is that’s it’s done via UDP packets outbound and I know of no protocols that can reliably query. Not that I’ve looked. But absent that, the best I could come up with would be to ping an IP to make sure it’s down, send WOL, ping again to see if anything woke up. And that forces the target awake (though it’s hard to query a sleeping target anyway). Plus, DHCP would make such a scheme more difficult still.
Bjoke: A «Bully Joke». A Statement or action made with malicious intent — unless challenged. At which point it magically transforms into «I was just funnin'» or «What’s the matter, can’t take a joke?»
Источник
Что такое IP-адрес/MAC адрес Android устройства и как его узнать?
IP-адресом называется уникальный адрес устройства в сети интернет. Для каждого смартфона, планшета, ноутбука он будет уникальным при подключении к интернету. Задаётся он Интернет-провайдером и не может повторяться, то есть, каждый смартфон/планшет получит свой уникальный IP.
Если вы не знаете точный IP-адрес вашего устройства, но вам это крайне необходимо знать, то можно воспользоваться одной из следующих инструкций.
У каждого мобильного устройства есть внутренний сетевой адрес, который необходимо для создания локальных сетей. Для его определения достаточно будет зайти в [Настройки] – [О телефоне] – и посмотреть строку, где указан IP-адрес.
Кроме внутреннего сетевого адреса, существует внешний адрес, предоставляемый поставщиком интернет услуг. Есть несколько способов для быстрого и успешного определения внешнего IP-адреса, они не отнимут у вас много времени.
Один из самых популярных сайтов, где можно просмотреть внешний IP-адрес, предоставляемый Интернет-провайдером. Достаточно зайти на стартовую страницу сайта и под надписью: «Ваш IP адрес» увидеть всю необходимую информацию.
Если по каким-то причинам 2Ip.ru не отображает ваш IP-адрес, то можно воспользоваться сайтом Whoer.net, который покажет не только сетевой адрес, но и текущий DNS, провайдера и браузер с которого осуществляется запрос.
С помощью утилиты IP Tools можно узнать, как внутренний, так и внешний IP-адреса вашего устройства. Она отображает все данные о соединении при каждом запуске приложения и позволяет узнать скорость подключения, уровень сигнала, город, а также координаты провайдера связи. В программе огромное количество данных и настроек, поэтому, если вам нужно знать, что-то кроме IP-адресов, то обязательно попробуйте IP Tools.
MAC-адрес представляет из себя уникальный идентификатор, который присваивается каждому сетевому устройству и позволяет обнаружить его в момент подключения к сети.
Он может понадобится при настройке MAC-фильтра в роутере, чтобы к точке доступа Wi-Fi могли подключаться только выбранные вами устройства и никакие больше. Посмотреть MAC-адрес своего андроид смартфона или планшета не составит труда, можно воспользоваться одним из следующих способов.
Заходим в [Настройки] – [О телефоне] – ищем пункт MAC-адрес Wi-Fi и записываем/запоминаем его. Для владельцев устройств от Xiaomi данный пункт находится по следующему адресу: [Настройки] – [О телефоне] – [Все параметры] – [Общая информация] – находим строчку MAC-адрес Wi-Fi.
Программа IP Tools позволяет узнать не только IP-адреса, но и MAC-адрес устройства. Достаточно лишь запустить приложение и найти строчку, напротив, которой будет написан MAC-адрес.
Источник