- Linux wake on lan что это
- Linux wake on lan что это
- Ubuntu Documentation
- Enabling WoL in the BIOS
- Using an Integrated NIC
- Using a Non-Integrated NIC
- Enabling WoL in the NIC
- Determining whether the NIC supports WoL
- Enabling WoL in the NIC
- Testing Wake-On-LAN
- Command-line tools
- GTK+ tool
- Configure other operating systems
- Troubleshooting
- External Links
- ru WakeOnLan
- Аппаратная часть
- Прошивка / BIOS
- Настройка интерфейса
- stretch
- Squeeze
- После squeeze
- Отправка WOL сообщений
- WOL чувствительность
- WOL Persistence
- Kernel 2.6
- Debugging state with ethtool
- Conclusion
Linux wake on lan что это
опять перейдёт в состояние «d» и, если вам нужно, добавьте приведённую выше
команду куда-нибудь в /etc/rc.local.
Это может не работать (или не сработать второй раз), если выполнялся сброс (переинициализации) карты (в том числе — на ноутбуках после «сна»).
Лучше это делать из:
— Ubuntu/Ddebian: /etc/network/interfaces в post-up / pre-down
— AltLinux — в /etc/net/ifaces/ethX/ifup-post
— в других — в соотв. местах, выполняемых _каждый раз_ после инициализации устройства или перед его отключением.
1.4 , Р ( ? ), 12:58, 21/12/2010 [ответить] | + / – |
хочу через интернет. ))) |
1.6 , Alex ( ?? ), 01:17, 27/12/2010 [ответить] | + / – |
> девятый порт, помеченный в /etc/services как discard, что означает то, что > пакет с этого порта отправить не получится Бред, это просто название протокола, RFC863. |
1.7 , sam ( ?? ), 17:23, 29/12/2010 [ответить] | + / – |
Если на компьютере несколько сетевых карт обязательно нужно указать в параметр -i адрес Например, если нужно разбудить комп с адресом 192.168.2.34 в сети 192.168.2.0/24 то можно так и указать например широковещательный адрес сети Источник Linux wake on lan что этоКак настроить Wake On Lan в Linux-01 Всем привет сегодня расскажу как настроить Wake On Lan в Linux. WakeOnLan (WOL) — это технология позволяющая включить компьютер, методом отправки на него специального пакета данных, называемыми Magic Packet. Принцип работы этой технологии таков, что при выключении компьютера он переходит в дежурный режим и переводит сетевую карту в режим пониженного потребления, просматривая все поступающие пакеты из сети. Если сетевой адаптер обнаружит Magic Packet, он выдаст сигнал на включение компьютера. Примечание: для использования данной технологии необходима поддержка данной функции (технологии) сетевым адаптером, почти все современные сетевые адаптеры поддерживают данную технологию. В данном посте мы рассмотрим настройку данной функции на примере ОС Linux. 1. В первую очередь мы просмотрим список наших сетевых интерфейсов используя утилиту ethtool: В ответ получим список наших используемых сетевых интерфейсов (в моём случае он 1): eth0 Link encap:Ethernet HWaddr 6c:62:6d:f0:ce:b4 Нам необходим интерфейс который имеет доступ к внешней сети (в моём случае eth0). Теперь проверим поддерживает ли сетевой адаптер данную технологию и настроим её используя утилиту ethtool. Устанавливаем её: и запустим её, для просмотра информации о сетевом интерфейсе: В ответ мы получим всю информацию о нашем сетевом интерфейсе: Settings for eth0: Где Supports Wake-on: pg — означает что наш сетевой интерфейс поддерживает технологию Wake On Lan, Wake-on: d — но она отключена. Wake On Lan можно включить вручную 1 командой, но при каждой перезагрузке нашей машины он будет деактивироватся, для этого мы создадим и будем использовать специальный скрипт. Добавляем в скрипт строки: Даём права скрипту: Создаём символическую ссылку и делаем наш скрипт исполняемым: Проверяем что всё нормально вводим команду: Если ничего в ответ не получили, значит всё хорошо и можно проверить на практике. Вот так вот просто настроить Wake On Lan в Linux Источник Ubuntu DocumentationThis page explains how to enable use of Wake-on-LAN (WoL) in systems that have Ubuntu installed. Wake-on-LAN enables users to turn on a computer across a network from another network device. It can be very useful in situations where computers are not all next to each other or there are a lot of machines. WoL works by sending a packet of data called a Magic Packet™ to the target machine. When the packet is received, the target machine’s network device (Network Interface Controller or NIC) wakes-up the rest of the machine. In order to use WoL it must be supported and enabled as necessary in the BIOS, NIC and other network hardware (routers, switches etc). You may also need to configure some software if things don’t work out-of-the-box. Enabling WoL in the BIOSThis section may differ depending on whether or not you have a NIC integrated into your motherboard. Using an Integrated NICTo enable WoL in the BIOS, enter the BIOS setup and look for something called «Wake up on PCI event», «Wake up on LAN» or similar. Change it so that it is enabled. Save your settings and reboot. Using a Non-Integrated NICIf your NIC is not integrated into your motherboard, you will still have to configure your BIOS to allow devices to wake up your computer. Boot your computer and enter the BIOS settings menu. In one of the sub-menus there will hopefully be the option to allow USB and/or PCI devices to wake-up the computer. Enable the setting that is appropriate for your NIC. Save your settings and reboot. PCI NICs sometimes require a cable connection to the power supply in order to stay awake when the computer is off/asleep. Check your manual to see if yours does and install if necessary. Enabling WoL in the NICDetermining whether the NIC supports WoLFirst, determine which NIC will be used, and then check whether it supports the Magic Packet™ using where is the device name of your NIC, e.g. eth0. This command will output some information about your the capabilities of your NIC. If this output contains a line similar to the following: where contains the letter g, the NIC should support the WoL Magic Packet™ method (for the other letters look at man ethtool). Enabling WoL in the NICTo check whether WoL is enabled in the NIC, one could use If contains g and not d, then Magic Packet™ is enabled. However, if does contain d, WoL needs to be enabled by running the following command: On most systems, issuing this command is required after each boot. If the system’s networking is configured via ifupdown, then it is easy to add the line up ethtool -s wol g below the interface’s configuration stanza in /etc/network/interfaces. For example: This will ensure that WoL is enabled in the NIC on each boot. Fore more information see the interfaces manual. Testing Wake-On-LANTest WoL by powering off the system and trying to send it the magic packet using: Command-line toolsGTK+ toolConfigure other operating systemsIf the system dual-boots with other operating systems, they should be configured to also enable or, at least, not disable WoL in the NIC. This is beyond the scope of this document but here’s a starting point for Microsoft’s OS’s. TroubleshootingIf WoL is not working as expected, there are a number of lines of investigation to follow:
WakeOnLan (последним исправлял пользователь g1orgosp 2015-08-31 14:29:10) The material on this wiki is available under a free license, see Copyright / License for details Источник Немного заметок об особенностях работы Wake On LAN (WOL) в операционной системе Debian. Аппаратная частьВаш первый шаг к загрузке компьютера через сеть — убедиться, что ваша Ethernet-карта и материнская плата поддерживают какой-либо тип функции Wake On LAN. В особенности карты 3Com’s маркировки -NM (non managed) не поддерживают WOL, тогда как карты маркировки -M (managed) поддерживают. Есть две основные системы. Старый способ заключается в использовании 3-пинового коннектора Wake On LAN между вашей Ethernet-картой и материнской платой. Оба гнезда(англ.версия — «headers») обычно именуются ‘wol’. Более новая система использует Wake On LAN pin на PCI-шине, что устраняет необходимость в кабеле. Некоторые материнские платы поддерживают оба варианта и только предоставляют гнездо для обратной совместимости с Ethernet-картами, не поддерживающими PCI pin. Более новые материнские платы с встроенными сетевыми картами поддерживают Wake On LAN без необходимости каких-либо выводов / кабелей. Прошивка / BIOSВ хорошем BIOS в управлении питанием вы найдёте ясную, интуитивно понятную опцию «Wake On LAN». К сожалению, моя система не была столь ясной и имела несколько возможных вариантов. один казался работающим всегда, остальные — временами. Я строил по информации заимствованной у Mark Ivey, т.к. У меня тоже есть Shuttle XPC SK41G и я успешно использую опцию «PowerOn by PCI Card». 1 Настройка интерфейсаstretchДобавьте этот файл: перезагрузитесь. Проверьте работу: Директива Wake-on: g означает, что всё работает. SqueezeДля Squeeze ethtool параметры могут быть установлены непосредственно из /etc/network/interfaces. Результат выше может быть достигнут так: Скрипт /etc/network/if-up.d/ethtool будет заботиться о вызове ethtool по ifup. Читайте /usr/share/doc/ethtool/README.Debian для более полной информации. Дальше можете выключить систему и приготовить остальные системы, чтобы разбудить её. После squeezeПосле аппаратной активации Wake On LAN также необходимо активировать его в программном обеспечении. Это делается с использованием программы ethtool, которая говорит интерфейсу отвечать на волшебный пакет (the magic packet). Замените eth0 на имя вашего сетевого интерфейса: Это можно автоматизировать с помощью записи в /etc/network/interfaces: Это запускает ethtool после каждого подъёма интерфейса eth0, а также после его отключения, таким образом WOL должен работать даже в случае, когда сеть отключена некорректно. Отправка WOL сообщенийЯ установил пакет etherwake в контролирующей системе для отправки «Magic Packet» к моему компьютеру для пробуждения. Программа должна быть запущена от имени root для отправки пакета (Я использую sudo для её запуска). Также доступен wakeonlan — программа, использующая UDP-пакеты, а TCP, и не требующая прав root для запуска. Она также чуть более гибкая в настройке. WOL чувствительностьЯ нашёл, что не хочу каких-либо Wake On LAN настроек, за исключением Wake on «Magic Packet» (g). Я хочу только включать мою машину тогда, когда я ей это говорю, ни одноадресных (u), широковещательных (b) или многоадресных (m) сообщений. WOL PersistenceHardware looks up to spec, you think the BIOS is set right, but it still doesn’t work without some tweaking using the software. According to the Wake On Lan client FAQ most Linux drivers disable the WOL feature on boot 2 , so we need to get it going. Kernel 2.6With a 2.6 kernel we’re using /etc/modprobe.d. You may be using /etc/modprobe.conf, but if it’s not including /etc/modprobe.d you’re probably getting told about that each time you boot and some stuff may not be configured properly. I’m using /etc/modprobe.d and I added a file local.conf into the directory. It says: ethtool comes from the ethtool package, so you’ll need to install that unless your card supports a load option to set WOL. If that’s the case I’d make an local.conf file with the appropriate options line, maybe something like: If your kernel uses an initramfs image (eg. Debian stock kernels), also run update-initramfs -u (or update-initramfs -u -k all if necessary) to rebuild kernel initial ramdisk(s). Testing on another machine with a C3905B-TXNM and a 3C905C-TXM that uses the 3c59x module to drive them both I found that ethtool was unable to query them or set the WOL setting, but that the enable_wol=1 setting did work and was required. While I was messing with these settings, I noticed that both 8139too and 8139cp were loading, but loading just 8139cp alone failed since my chipset isn’t new enough so I blacklisted it. Debugging state with ethtoolAfter an hour struggling with why my system still didn’t work I started throwing in the ethtool query command all over the place to see what the deal was: I found that (at least with my 8139too driver on Debian 3.1/Sarge) the install line was working when I’d modprobe 8139too, but ifup also resets the WOL setting, so I added an up line to /etc/network/interfaces under eth0: I kept the ethtool command in /etc/modprobe.d/local.conf in case I boot and ifup isn’t executed before shutting down. ConclusionWake On LAN works on Debian and opens some new options up to me. I can log into my gateway and boot my desktop, grab what I need and then power it back off remotely. I’m using DHCP with MAC-to-IP mappings so I can look in that file on my gateway system to know the MAC address of the system I wish to wake up. If I didn’t have that I could keep a text file. My next feat is to have non-essential systems power-off (not just halt) on a power outage to extend the battery runtime for the essential systems and then use WOL to power the other systems back on after power is restored and the battery has hit some specific charge level. I think some settings with halt or APM or ACPI are not right on those systems. See OffAndOnAgain. Источник |