Translations:Wi-Fi Old/16/en: различия между версиями

Материал из Wiren Board
(Новая страница: «Below is the text of the file, which shows the settings for connecting to networks with different encryption settings. The file is borrowed [https://www.raspberry…»)
 
м (FuzzyBot переименовал страницу Translations:Wi-Fi/16/en в Translations:Wi-Fi Old/16/en без оставления перенаправления: Часть переводимой страницы Wi-Fi.)
 
(нет различий)

Текущая версия на 15:56, 23 октября 2023

Определение сообщения (Wi-Fi Old)
Ниже дан текст файла, в котором показаны настройки для подключения к сетям с разными параметрами шифрования. Файл позаимствован [https://www.raspberrypi.org/forums/viewtopic.php?t=7592 здесь].
<syntaxhighlight lang="bash">
####################
#; start of wireless bits
#; this command stays for all configs
auto wlan0
###################
#; comments indicated by #;
#; commands indicated by #
#; remove the # to enable the command
####################
#; if using static IP then....#
#iface wlan0 inet static
# address UR_IP
#gateway UR_ROUTER_IP
#netmask 255.255.255.0
##################
#; otherwise use dhcp #
#iface wlan0 inet dhcp
###################
#; OPEN wireless config #
#wireless-essid UR_ESSID
#wireless-mode managed

Below is the text of the file, which shows the settings for connecting to networks with different encryption settings. The file is borrowed from here. <syntaxhighlight lang="bash">

    start of wireless bits
    this command stays for all configs

auto wlan0

    comments indicated by #;
    commands indicated by #
    remove the # to enable the command
    if using static IP then....#
  1. iface wlan0 inet static
  2. address UR_IP
  3. gateway UR_ROUTER_IP
  4. netmask 255.255.255.0
    otherwise use dhcp #
  5. iface wlan0 inet dhcp
    OPEN wireless config #
  6. wireless-essid UR_ESSID
  7. wireless-mode managed