[Dnsmasq-discuss] [suggestion] tiny embedded web server

2011-05-25 Thread Shantanu Gadgil
I am a fan of dnsmasq and use it a lot. The web-server idea doesn;t sound half-bad, now that PXELINUX has HTTP support (syslinux-4.10-pre14+) to load the kernel and initrd images This is more of a me too email from me. Maybe not immediately but soon enough ?!? :) :) Regards, Shantanu

Re: [Dnsmasq-discuss] [suggestion] tiny embedded web server

2011-05-25 Thread Shantanu Gadgil
Sorry about that ... being click-happy. The first line should have read: I am a fan of dnsmasq and use it a lot, although I need to depend on Apache for the HTTP part Regards, Shantanu - Original Message From: Shantanu Gadgil shantanugad...@yahoo.com To: dnsmasq-discuss

[Dnsmasq-discuss] [suggestion] tiny embedded web server

2011-06-29 Thread Shantanu Gadgil
quote - Boa/thttpd - Both small, but unmaintained for a while? - Monkeyd - very lightweight and pretty functional. Maintained. Appears to be the modern ultra-micro webserver of choice? - nginx - Who would have thought it was actually so small... 380KB for a reasonably standard install, 260KB

Re: [Dnsmasq-discuss] DHCP Relay, assign address from other vlan, with no dhcp listening on it

2011-09-10 Thread Shantanu Gadgil
Hi Vladimir, I assume you have tried with a simpler setup: *without tags in the range part*. Use the 'static' dhcp range method to assign the IPs based on mac address. Regards, Shantanu --- On Sat, 9/10/11, SpiderX spid...@spiderx.dp.ua wrote: From: SpiderX spid...@spiderx.dp.ua Subject:

Re: [Dnsmasq-discuss] DHCP Relay, assign address from other vlan, with no dhcp listening on it

2011-09-12 Thread Shantanu Gadgil
]: 2517313542 client provides name: laptop Sep 12 13:00:48 dnsmasq-dhcp[11194]: 2517313542 DHCPDISCOVER(vlan1033) 172.16.33.121 48:5b:39:36:a2:73 no address available With such results I assume that dhcp relay with dnsmasq don't work at all. Any ideas? On Sat, Sep 10, 2011 at 11:09 PM, Shantanu

[Dnsmasq-discuss] Compilation failure for v2.60 test version

2011-11-28 Thread Shantanu Gadgil
Hi, I got the following errors when trying to compile the v2.60. Some variable declarations are missing. I could get past a couple of errors, but then I was stumped while trying to fix the third, so I stopped! :) Regards, Shantanu --- snip -- ... ... cc -Wall -W -O2 -c dhcp6.c dhcp6.c: In

Re: [Dnsmasq-discuss] Compilation failure for v2.60 test version

2011-11-28 Thread Shantanu Gadgil
: Simon Kelley si...@thekelleys.org.uk Subject: Re: [Dnsmasq-discuss] Compilation failure for v2.60 test version To: dnsmasq-discuss@lists.thekelleys.org.uk Date: Monday, November 28, 2011, 1:08 PM On 28/11/11 07:18, Shantanu Gadgil wrote: Hi, I got the following errors when trying

[Dnsmasq-discuss] Feature Request: tftp-script

2012-03-18 Thread Shantanu Gadgil
Hi, I was wondering whether it would be possible to have hooks for the TFTP operations, just like the DHCP operations. This is just a rough thought for now ... When a TFTP request is made from the client (or is successful when the file is /actually/ provided), I want to be able to log the IP

Re: [Dnsmasq-discuss] Feature Request: tftp-script

2012-03-19 Thread Shantanu Gadgil
...@thekelleys.org.uk wrote: From: Simon Kelley si...@thekelleys.org.uk Subject: Re: [Dnsmasq-discuss] Feature Request: tftp-script To: dnsmasq-discuss@lists.thekelleys.org.uk Date: Monday, March 19, 2012, 4:48 PM On 18/03/12 07:09, Shantanu Gadgil wrote: Hi, I was wondering whether it would

Re: [Dnsmasq-discuss] Feature Request: tftp-script

2012-03-21 Thread Shantanu Gadgil
Hi, I think it would be OK to add different --*-script commands. So you can have 'dhcp6-script', 'tftp-script' ... possibly 'dns-script', etc, etc. I know that I would like to have a single script to deal with each of these, and that IS how I would do it. The way I would do (and usually is

Re: [Dnsmasq-discuss] Feature Request: tftp-script

2012-03-25 Thread Shantanu Gadgil
Hi, What I was suggesting in my previous post was ... lets consider the following as a possible scenario ... --- snip --- tftp-script=/path/to/mytftpscript dhcp-script=/path/to/mydhcpscript dhcp6-script=/path/to/mydhcp6script dns-script=/path/to/dnsscript dns6-script=/path/to/dns6script --- snip

Re: [Dnsmasq-discuss] Announce: dnsmasq-2.63

2012-08-17 Thread Shantanu Gadgil
--- On Fri, 8/17/12, Simon Kelley si...@thekelleys.org.uk wrote: From: Simon Kelley si...@thekelleys.org.uk Subject: [Dnsmasq-discuss] Announce: dnsmasq-2.63 To: Dnsmasq-discuss@lists.thekelleys.org.uk Date: Friday, August 17, 2012, 3:42 PM Dnsmasq 2.63 is now available from

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-08 Thread Shantanu Gadgil
If this is done, won't the autotools chain will be a prerequisite for dnsmasq to be built. Maybe OK for Linux OSes ... not necessary for other platforms/OSes (think Solaris, AIX, and even more obscure, etc). Why the overhead?!? I really like the *really really simple* Makefile based build and

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-09 Thread Shantanu Gadgil
Rodríguez crrodrig...@opensuse.org Subject: Re: [Dnsmasq-discuss] [PATCH] Add support for autotools To: dnsmasq-discuss@lists.thekelleys.org.uk Cc: dnsmasq-list dnsmasq-discuss@lists.thekelleys.org.uk Date: Sunday, September 9, 2012, 11:27 AM El dom 09 sep 2012 02:03:11 CLST, Shantanu Gadgil

Re: [Dnsmasq-discuss] [PATCH] Add support for autotools

2012-09-11 Thread Shantanu Gadgil
, 11:57 AM 2012/9/10 Simon Kelley si...@thekelleys.org.uk: On 09/09/12 06:57, Cristian Rodríguez wrote: El dom 09 sep 2012 02:03:11 CLST, Shantanu Gadgil escribió: If this is done, won't the autotools chain will be a prerequisite for dnsmasq to be built. Maybe OK for Linux OSes

Re: [Dnsmasq-discuss] using only DHCP and propagating upstream nameservers

2013-02-16 Thread Shantanu Gadgil
--- On Sat, 2/16/13, Ondřej Grover ondrej.gro...@gmail.com wrote: From: Ondřej Grover ondrej.gro...@gmail.com Subject: [Dnsmasq-discuss] using only DHCP and propagating upstream nameservers To: dnsmasq-discuss@lists.thekelleys.org.uk Date: Saturday, February 16, 2013, 1:24 PM Hello, I'd like

[Dnsmasq-discuss] Build failure: dnsmasq-2.67test15.tar.gz

2013-09-23 Thread Shantanu Gadgil
Hi, There are build failures using the following combination of COPTS: # make CC=gcc COPTS=-DNO_IPV6 -DNO_IPSET Regards, Shantanu ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk

[Dnsmasq-discuss] FTBFS version dnsmasq-2.67test17

2013-10-01 Thread Shantanu Gadgil
Compile options: make CC=gcc COPTS=-DNO_IPV6 -DNO_IPSET Regards, Shantanu ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

[Dnsmasq-discuss] probable enhancement in get_version

2015-02-10 Thread Shantanu Gadgil
Hi, dnsmasq v2.73test6 reports the version as v2.73test5 The line echo ${vers} | sort | head -n 1 | sed 's/^v//' could be: echo ${vers} | sort -r | head -n 1 | sed 's/^v//' Regards, Shantanu Gadgil ___ Dnsmasq-discuss mailing list Dnsmasq-discuss

Re: [Dnsmasq-discuss] Spelling fixes for dnsmasq

2017-02-02 Thread Shantanu Gadgil
On 02-Feb-2017 22:55, Simon Kelley wrote: Modulo that, and Neil's quible, I'd love to take this as a diff. That's what she said ?!? ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk

[Dnsmasq-discuss] CNAME with no IP treated as SUCCESS

2016-09-10 Thread Shantanu Gadgil
server ?!? *** I know I can use "server=/mydomain.net/8.8.8.8" in my Dnsmasq, but I still would need to get the Windows' AD to hand out my Dnsmasq as a nameserver (which is not possible). Regards, Shantanu Gadgil ___ Dnsmasq-discuss mailing

[Dnsmasq-discuss] yaml config file

2021-03-10 Thread Shantanu Gadgil via Dnsmasq-discuss
To the previous suggestion of using YAML as the config file ... >>> Please nooo!!! I use/like Dnsmasq a lot and using YAML will just kill me on >>> the inside>>> SPACE based indentation is *** TOML is fine in my opinion, but that's all it is, opinion of a _user_ nothing more!!! :) :)