`
hyaska
  • 浏览: 3219 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论

PXE wireless booting

阅读更多

原文出自http://codtech.com/wiki/index.php/PXE_wireless_booting

Introduction

From time to time, in the thin client, network booting, LTSP (Linux Terminal Server Project) and other related technologies mailing lists the same question arise: how do I boot off the network with a wireless card ?

Sometimes, the answer derives to the use of flash disk or other local boot methods,but strictly speaking this is not a wireless boting and the thin client is not thin anymore.

The approach presented here doesn't require the use of a hard disk, flash memory or other local storage device. The nature of the network boot is preserved.

Although, you need to add an additional piece of hardware which is a wireless bridge.

There's a subtle difference between access points and wireless bridges wich sometimes is not clear enough. Thus, our first step will be to depict this difference

Access points

Access points are the most common element in wireless networks.

The 802.11 standard defines an access point as a communication hub for users of a wireless device to connect to a wired distribution system, such as an Ethernet network. Access points also play a major role in providing access control and wireless security to users in the shared radio environment.

Wireless bridges

Unless the 802.11 standard doesn't specifically define a bridge some vendors offer wireless briges as a simplified and somewhat different from access points.

A bridge is a device that connects two networks that may use the same or a different Data Link Layer protocol (Layer 2 of the OSI Model). Bridges have been in use for decades, especially with wired networks.

Access points connect multiple users on a wireless LAN to each other and to a wired network while a bridge connects two different networks.

The simplest case is a basic Ethernet-to-wireless bridge. This type connects directly to a single device via an Ethernet port, and then provides a wireless connection to an access point.

These types of device provides the solution when the device (i.e: thin client) has an Ethernet port but no 802.11 NIC.

Image:Tip.png TIP:

Available Ethernet-to-wireless bridges

  • D-Link model number DWL-7700AP
  • Linksys model number WET54G
  • Cisco Aironet 1300 Series

 

Wireless network booting

Because, as far as I know, there's no wireless 802.11 NICs featuring PXE firmware, the Ethernet-to-wireless bridge is the only way to go to provide wireless network booting.

The thin client has the PXE firmware in the Ethernet card wich is connected to the Ethernet-to-wireless bridge. Thus, when de thin client broadcasts the PXE request it is bridged and forwarded to the wireless network access point, which in turn is connected to the wired network where the servers reside.

This solution is completely transparent for the thin client and servers.

Wireless security

Wireless security (ESSID, WEP, WPA, etc.) can be configured in the bridge so there's no need to store nor configure theses settings in the thin client.

External links

相关推荐

    pxelinux0.rar

    【PXE装机详解】 PXE(Preboot Execution Environment)是一种网络启动技术,它允许计算机通过网络接口(如以太网卡)从远程服务器获取操作系统安装所需的映像,然后进行安装或恢复操作。这种技术在大规模部署操作...

    PXE_ghost11.0

    PXE_ghost11.0是一款基于网络的克隆工具,主要用于大规模计算机系统的部署和更新。在IT行业中,这种工具极大地提升了IT管理员的工作效率,减少了手动安装操作系统和软件的时间与精力。接下来,我们将深入探讨PXE...

    Windows环境下配置 PXE & DHCP

    "Windows环境下配置PXE&DHCP" Windows环境下配置PXE&DHCP是指在Windows操作系统中配置PXE(Preboot Execution Environment)服务器和DHCP(Dynamic Host Configuration Protocol)服务器,以便实现网络启动和自动化...

    PXE网克/pxe启动maxdos/pxe启动winpe

    PXE网克/pxe启动maxdos/pxe启动winpe 1.tftp32d-3.28 简体中文 2.ghostcast server 11.5 3.masxdos7.5 PXE启动文件 4.winpe2.0 PXE启动文件

    centos6.7 PXE启动需要的pxelinux.0

    PXE(Preboot Execution Environment)启动是一种常见的无盘网络启动技术,它允许计算机通过网络从远程服务器获取操作系统映像进行安装,而无需物理介质如光盘或USB驱动器。在本场景中,我们关注的是使用PXE来安装...

    刷主板PXE工具

    【PXE技术详解】 PXE(Preboot Execution Environment)是一种在计算机启动时通过网络加载操作系统映像的技术。这项技术使得用户无需物理介质,如CD、USB驱动器或硬盘,即可远程部署操作系统。PXE通常用于大规模...

    pxe报错解决方法.docx

    PXE 报错解决方法 在计算机网络中,PXE(Preboot Execution Environment)是一种网络引导技术,允许计算机在没有操作系统的情况下通过网络启动。然而,在使用 PXE 技术时,可能会遇到一些报错问题。本文将详细介绍 ...

    Preboot Execution Environment (PXE) Specification -- Version 2.1

    Preboot Execution Environment (PXE) 是一种网络启动技术,它允许计算机通过网络从远程服务器获取操作系统映像并进行安装或启动。PXE 特别适用于大规模部署操作系统、更新和维护,因为它消除了对物理介质(如光盘或...

    PXE-1.4.2源码

    PXE(Preboot Execution Environment)是一种网络启动技术,允许计算机通过网络从远程服务器启动操作系统或执行其他程序。在深入探讨PXE-1.4.2源码之前,我们需要理解PXE的基本工作原理。 PXE是基于BOOTP...

    PXE远程安装文档

    PXE远程安装文档 PXE远程安装是基于DHCP、NFS、TFTP和PXE的远程安装技术。该技术可以实现无人值守安装Linux服务器。今天,我们将探讨基于DHCP+NFS+TFTP+PXE和基于多系统DHCP+HTTPD+TFTP+PXE两种远程安装方式。 ...

    pxe启动故障

    PXE 启动故障知识点总结 PXE(Preboot Execution Environment)是一种基于网络的启动技术,允许计算机从远程服务器上下载操作系统镜像并进行启动。然而,在PXE启动过程中可能会遇到一些错误代码,这些代码可能来自...

    VirtualBox PXE 启动 安装系统

    使用 VirtualBox 进行 PXE 启动安装 Linux 操作系统

    PXE网刻系统PXE网刻系统

    【PXE网刻系统】是一种基于网络的计算机操作系统安装技术,它允许管理员通过局域网(LAN)批量地为多台计算机安装操作系统。这个过程被称为网络启动或“网刻”,是一种高效、便捷的IT运维方法,尤其适用于大规模的...

    linux PXE的 搭建

    Linux PXE 的搭建 Linux PXE(Preboot Execution Environment)是一种网络启动技术,允许计算机从网络服务器上下载操作系统镜像,并将其安装到本地计算机上。在本文中,我们将详细介绍如何配置 PXE 服务器,并实现 ...

    pxe服务器架设新手指南

    【PXE服务器架设新手指南】 PXE(Preboot Execution Environment)服务器的建立是一个高效、自动化部署操作系统的方式,尤其在需要对多台服务器批量安装系统时。本指南将详细介绍如何搭建PXE服务器,包括必要的服务...

    PXE Spec

    标题:PXE Spec 描述与知识点: PXE(Preboot Execution Environment)规范是关于网络启动技术的一套标准,由Intel公司在1999年发布,版本为2.1。PXE技术允许计算机通过网络接口卡(NIC)进行引导,而无需本地存储...

    PXE全自动网络克隆软件

    在同一个局域网内, 一台电脑上开启奇东锐腾pxe全自动网克工具 ,你需要网刻得电脑设置成网卡启动。在你开启的电脑上看到有电脑联入后,开始就可以了, 很好用的. 奇东锐腾PXE全自动网克工具使用教程: 1、主机器...

    PXE.rar_Boot Pxe Univers_PXE NBP文件_boot.p_pxe_pxe.s

    【PXE.rar_Boot Pxe Univers_PXE NBP文件_boot.p_pxe_pxe.s】这个压缩包文件集合了与PXE(Preboot Execution Environment)启动相关的各种关键组件,包括PXE NBP(Network Boot Program)文件和其他辅助文件。PXE是...

    HDS_PXE.zip(灰大师PXE网启工具包)

    下载本工具包,再配合灰大师Win8pe,Win10pe之iso镜像一起使用,运行tinypxe网启服务。方便局域网客户端电脑通过pxe进入winpe环境工作,本工具支持legacy以及uefi pxe. 新老机型适用。

Global site tag (gtag.js) - Google Analytics