Translations:How to find IP address/7/en: различия между версиями

Материал из Wiren Board
(Новая страница: «400px|thumb|IP addresses can be viewed by connecting to the console via [[Debug UART|Debug UART]] Connect to the controller through the […»)
 
 
(не показана 1 промежуточная версия 1 участника)
Строка 1: Строка 1:
[[File:Ifconfig ip.png|400px|thumb|IP addresses can be viewed by connecting to the console via [[Debug UART|Debug UART]]]]
[[File:Ifconfig ip.png|400px|thumb|IP addresses can be viewed by connecting to the console via [[Debug UART|Debug UART]]]]
Connect to the controller through the [[Special:MyLanguage/Debug UART|Debug UART]] port. Once connected, enter your login and password ( by default login:''root''; password ''wirenboard''), then run the command
Connect to the controller via the debug port [[Special:MyLanguage/Debug UART|Debug UART]]. After connecting, enter your login and password (by default ''root'' - ''wirenboard''), then enter the command
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
ifconfig
ifconfig

Текущая версия на 20:54, 22 сентября 2022

IP addresses can be viewed by connecting to the console via Debug UART

Connect to the controller via the debug port Debug UART. After connecting, enter your login and password (by default root - wirenboard), then enter the command

ifconfig

Find the output corresponding to the desired interface:

  • for Ethernet - eth0
  • for Wi-Fi - wlan0
  • for GPRS - ppp0

The address will be written after the words inet addr:.