Thank, I will do some investigation. Regards
Lee -----Original Message----- From: Graeme Donaldson [mailto:[email protected]] Sent: 10 February 2011 12:39 To: Lee Archer Cc: [email protected] Subject: Re: Stopping HAproxy from OS detection On 10 February 2011 14:26, Lee Archer <[email protected]> wrote: > Hi all, is it possible to stop HAproxy from identifying itself as > running on Linux? I've run a few NMAP scans from external servers and > it always identifies itself as Linux. I really need it to not do > this. The website servers it is proxying for are running IIS so it isn't an > issue with these. > Any ideas? As far as I know, nmap uses TCP fingerprinting techniques (http://en.wikipedia.org/wiki/TCP/IP_stack_fingerprinting) to guess the operating system. This has nothing to do with haproxy. The wikipedia article on TCL fingerprinting mentions that there are tools for making fingerprinting attempts less successful, that's probably where you should look if its something you want to do. HTH, Graeme.

