Re: [Dnsmasq-discuss] Request to have an official Dnsmasq mirror on GitHub

2021-01-21 Thread Wang Shanker
It seems that someone has already built one, and the owner is willing to give the ownership. https://github.com/dnsmasq/dnsmasq Cheers, Miao Wang > 2021年01月21日 17:46,- Neustradamus - 写道: > > Hello all, > > I wish you a Happy New Year! > > To have a perfect development of Dnsmasq, it is

Re: [Dnsmasq-discuss] [EXTERNAL] Re: UEFI PXE Boot Issue: dhcp-option 60

2020-12-07 Thread Wang Shanker
Hi, In theory, `dhcp-pxe-vendor` cannot prevent the special handling of dhcp-option 60 when replying to pxe clients. However, dnsmasq identifies a pxe client by matching "PXEClient" string sent in the requests. By using this setting, you can specify a dummy string for this like DUMMY6789, and

Re: [Dnsmasq-discuss] [EXTERNAL] UEFI PXE Boot Issue: dhcp-option 60

2020-12-07 Thread Wang Shanker
ys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=4ded96209e8346711f9d0b9e13a835d42835853d > help in this case and how? > > Thanks, > -swanand > > -Original Message- > From: Wang Shanker > Sent: Monday, December 7, 2020 7:37 PM > To: Swanand Vaidya > Cc: Geert Stappers ; >

Re: [Dnsmasq-discuss] [EXTERNAL] UEFI PXE Boot Issue: dhcp-option 60

2020-12-07 Thread Wang Shanker
on = 28 > == > > -swanand > > -Original Message- > From: Swanand Vaidya > Sent: Monday, December 7, 2020 7:51 PM > To: Wang Shanker > Cc: Geert Stappers ; > dnsmasq-discuss@lists.thekelleys.org.uk &

Re: [Dnsmasq-discuss] UEFI PXE Boot Issue: dhcp-option 60

2020-12-07 Thread Wang Shanker
Hi, I also noticed your issue. Can you also test your configuration with a stable version? I wonder if you can provide some detailed information about the model of your DELL Server and the version of firmware. It would be nice if you can provide your configuration so I can test it in my

[Dnsmasq-discuss] [PATCH v2] pxe: support pxe clients with custom vendor-class

2020-12-03 Thread Wang Shanker
>From 606d638918edb0e0ec07fe27eb68d06fb5ebd981 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Fri, 4 Dec 2020 09:59:37 +0800 Subject: [PATCH v2] pxe: support pxe clients with custom vendor-class According to UEFI[1] and PXE[2] specs, PXE clients are required to have `PXEClient` identfier in the

Re: [Dnsmasq-discuss] [PATCH] pxe: support pxe clients with custom vendor-class

2020-12-03 Thread Wang Shanker
elease (2.82) What version of dnsmasq were you patching? > > Cheers, > > Simon. > > > > On 02/12/2020 12:23, Wang Shanker wrote: >> According to UEFI[1] and PXE[2] specs, PXE clients are required to have >> `PXEClient` identfier in the vendor-class field

[Dnsmasq-discuss] [PATCH] pxe: support pxe clients with custom vendor-class

2020-12-02 Thread Wang Shanker
According to UEFI[1] and PXE[2] specs, PXE clients are required to have `PXEClient` identfier in the vendor-class field of DHCP requests, and PXE servers should also include that identifier in their responses. However, the firmware of servers from a few vendors[3] are customized to include a