Network card remote wake-up and remote control with remote boot

Source: Internet
Author: User

Remote boot and remote control

Procedure Tform1.button2click (Sender:tobject);
Var
VBUF:ARRAY[0..101] of Char;
I,j:integer;
Begin
The format of the package is simple, in any location of the Ethernet packet,
Take 6 FF as the pilot, followed by the corresponding MAC address 16 times to repeat:
For i:=0 to 5 do Vbuf:=char ($FF);
For I:=0 to
Begin
j:=6+i*6;
VBUF[J]: =char ($00);
Vbuf[j+1]:=char ($13);
Vbuf[j+2]:=char ($D 4);
Vbuf[j+3]:=char ($04);
Vbuf[j+4]:=char ($55);
Vbuf[j+5]:=char ($);
End
NMUDP1. remotehost:= ' 192.168.1.255 ';
NMUDP1. Sendbuffer (Vbuf,length (VBUF));
End

The following is the requirements of the Netwaker, but also the remote boot requirements, the general now has support.

1. Hardware Requirements

Realize the network boot, need motherboard, network card, power supply 3 device support. First, you need to check the motherboard operating instructions to see if the motherboard supports wake-up on Internal Modem (WOM) or wake-up on LAN (WOL) technology, if the support indicates that the motherboard supports remote boot. Can realize remote wake, one of the most important part is the network card support WOL, the remote wake-up computer network card must support WOL, and to wake up the other computer network card does not have to support WOL. In addition, when a computer is installed with multiple network cards, only one of the pieces must be set to wake up remotely.

In addition, the computer must have an ATX 2.03 compliant power supply, and the +5vstandby current should be at least 720mA. Some early power supplies may only be designed to 500mA, and when the network is switched on, some of the larger NICs may fail to boot.

2.CMOS settings

First, the CMOS and network card settings are required to start the computer and enter the CMOS parameter settings. Select the Power Management Setup menu to enable the remote wake-up feature of this computer by setting the "Wake Up" and "Wake on PCI Card" entries to "enable". Some network cards require a jumper to set the "Wake-on-lan" function to "Enable".

Plug both ends of the WOL cable into the network card and the motherboard's 3-pole socket and connect the network card to the computer motherboard. If the motherboard supports the PCI 2.2 standard, simply turn on the "Wake on PCI Card" feature, without having to use the WOL cable connection. Then start the computer, install the NIC driver, and complete the network connection settings for the network card.

-----

Network card remote wake-up and remote control with remote boot

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.