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.
|
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
分享到:
相关推荐
【PXE装机详解】 PXE(Preboot Execution Environment)是一种网络启动技术,它允许计算机通过网络接口(如以太网卡)从远程服务器获取操作系统安装所需的映像,然后进行安装或恢复操作。这种技术在大规模部署操作...
PXE_ghost11.0是一款基于网络的克隆工具,主要用于大规模计算机系统的部署和更新。在IT行业中,这种工具极大地提升了IT管理员的工作效率,减少了手动安装操作系统和软件的时间与精力。接下来,我们将深入探讨PXE...
"Windows环境下配置PXE&DHCP" Windows环境下配置PXE&DHCP是指在Windows操作系统中配置PXE(Preboot Execution Environment)服务器和DHCP(Dynamic Host Configuration Protocol)服务器,以便实现网络启动和自动化...
PXE网克/pxe启动maxdos/pxe启动winpe 1.tftp32d-3.28 简体中文 2.ghostcast server 11.5 3.masxdos7.5 PXE启动文件 4.winpe2.0 PXE启动文件
PXE(Preboot Execution Environment)网络克隆工具包是一种高效且便捷的系统部署技术,它允许通过网络对多台计算机进行同时的系统安装或恢复。本工具包包含GhostSrv、Tftpd32和maxdos.pxe启动文件,它们是实现PXE...
PXE(Preboot Execution Environment)启动是一种常见的无盘网络启动技术,它允许计算机通过网络从远程服务器获取操作系统映像进行安装,而无需物理介质如光盘或USB驱动器。在本场景中,我们关注的是使用PXE来安装...
【PXE技术详解】 PXE(Preboot Execution Environment)是一种在计算机启动时通过网络加载操作系统映像的技术。这项技术使得用户无需物理介质,如CD、USB驱动器或硬盘,即可远程部署操作系统。PXE通常用于大规模...
"网络克隆_PXE_ghost11.0" 提供的就是这样一种工具,它利用PXE(Preboot Execution Environment)技术和Ghost 11.0软件来实现远程硬盘克隆。 PXE是基于网络的启动技术,允许计算机通过网络启动,而无需从本地硬盘或...
PXE 启动文件制作详解 PXE(Preboot Execution Environment)是一种网络启动技术,允许计算机从远程服务器启动操作系统。PXE 启动文件是 PXE 网络多播技术的核心组件之一。本文将详细介绍如何制作 PXE 启动文件,...
PXE 启动故障知识点总结 PXE(Preboot Execution Environment)是一种基于网络的启动技术,允许计算机从远程服务器上下载操作系统镜像并进行启动。然而,在PXE启动过程中可能会遇到一些错误代码,这些代码可能来自...
PXE 报错解决方法 在计算机网络中,PXE(Preboot Execution Environment)是一种网络引导技术,允许计算机在没有操作系统的情况下通过网络启动。然而,在使用 PXE 技术时,可能会遇到一些报错问题。本文将详细介绍 ...
Preboot Execution Environment (PXE) 是一种网络启动技术,它允许计算机通过网络从远程服务器获取操作系统映像并进行安装或启动。PXE 特别适用于大规模部署操作系统、更新和维护,因为它消除了对物理介质(如光盘或...
下载本工具包,再配合灰大师Win8pe,Win10pe之iso镜像一起使用,运行tinypxe网启服务。方便局域网客户端电脑通过pxe进入winpe环境工作,本工具支持legacy以及uefi pxe. 新老机型适用。
PXE(Preboot Execution Environment)是一种网络启动技术,允许计算机通过网络从远程服务器启动操作系统或执行其他程序。在深入探讨PXE-1.4.2源码之前,我们需要理解PXE的基本工作原理。 PXE是基于BOOTP...
PXE远程安装文档 PXE远程安装是基于DHCP、NFS、TFTP和PXE的远程安装技术。该技术可以实现无人值守安装Linux服务器。今天,我们将探讨基于DHCP+NFS+TFTP+PXE和基于多系统DHCP+HTTPD+TFTP+PXE两种远程安装方式。 ...
使用 VirtualBox 进行 PXE 启动安装 Linux 操作系统
Tiny PXE Server包含可执行文件,一系列网络引导程序(的iPXE,GRUB4DOS,PXELINUX等),所包含的网络引导程序和其他一些有用的工具菜单。主要用于故障排除,启动实时系统(WinPE,Linux等)以进行恢复或获取数据。...
Linux PXE 的搭建 Linux PXE(Preboot Execution Environment)是一种网络启动技术,允许计算机从网络服务器上下载操作系统镜像,并将其安装到本地计算机上。在本文中,我们将详细介绍如何配置 PXE 服务器,并实现 ...
【PXE服务器架设新手指南】 PXE(Preboot Execution Environment)服务器的建立是一个高效、自动化部署操作系统的方式,尤其在需要对多台服务器批量安装系统时。本指南将详细介绍如何搭建PXE服务器,包括必要的服务...
在同一个局域网内, 一台电脑上开启奇东锐腾pxe全自动网克工具 ,你需要网刻得电脑设置成网卡启动。在你开启的电脑上看到有电脑联入后,开始就可以了, 很好用的. 奇东锐腾PXE全自动网克工具使用教程: 1、主机器...