Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-19 Thread Petr Menšík
Any command line parameters are accepted as options in config file
without leading --. max-ttl=x can be used just like local-ttl=x.
dnsmasq.conf does not include all supported options, just add it
anywhere you want. To the beginning or to the end or to
/etc/dnsmasq.d/ttl.conf, does not matter.

It is supported when it is in the manual page. Just omit -- in conf file.

Cheers,
Petr

On 10/18/21 10:16, OMair Siddiquii wrote:
> ok, I have installed dnsmasq version 2.76 on centOS 7. what will be
> the command to execute to configure max ttl? I see in the dnsmasq.conf
> file there is only the local-ttl option.
>
>
>
>
>
> 
> *From:* Petr Menšík 
> *Sent:* Thursday, October 14, 2021 1:32 AM
> *To:* OMair Siddiquii ;
> dnsmasq-discuss@lists.thekelleys.org.uk
> 
> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>  
>
> Hello Omair,
>
> dnsmasq 2.48 in RHEL6 is quite old and does not contain support for
> max-ttl. That was added in dnsmasq 2.53 and would be present in RHEL7
> if you can consider upgrade. Even that version is receiving only
> important updates and is also rock-stable. I am afraid no supported
> parameter has the same effect. Only local-ttl and neg-ttl are
> supported for adjusting TTL in 2.48.
>
> Other option would be building your own build of dnsmasq, where you
> could build something more recent. RHEL6 would not receive any updates
> except critical bugs and security issues, it won't change in the
> distribution.
>
> Best Regards,
> Petr
>
> On 10/13/21 17:40, OMair Siddiquii wrote:
>> This is the max-ttl that I have configured manually in the config file.
>> when I tried to ran a command with -T --max-ttl it didn't work.
>>
>> ]# sed -e '56!d' /etc/dnsmasq.conf
>> max-ttl=30
>>
>> OS im using is Red Hat Enterprise Linux Server release 6.10 (Santiago)
>>
>> 
>> *From:* Dnsmasq-discuss
>> 
>> <mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk> on behalf of
>> Petr Menšík  <mailto:pemen...@redhat.com>
>> *Sent:* Tuesday, October 12, 2021 2:24 PM
>> *To:* dnsmasq-discuss@lists.thekelleys.org.uk
>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>> 
>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>>  
>>
>> Please report what is on line 56.
>>
>> Following command would print just that:
>>
>> sed -e '56!d' /etc/dnsmasq.conf
>>
>> I doubt that is about max-ttl option. Are you still using RHEL6 (or
>> derivate) for some reason? I thought every option is supported in
>> more recent versions. I would like to know what option were supported
>> in the old but is not in current version. Please Share.
>>
>> Cheers,
>> Petr
>>
>> On 10/11/21 19:41, OMair Siddiquii wrote:
>>>
>>>  1. I stopped DNSMASQ service.
>>>  2. I ran "dnsmasq --max-ttl=30"
>>>  3. Got this error "dnsmasq: bad command line options: try --help"
>>>  4. Tried to manually add max-ttl= in dnsmasq.conf
>>>  5. Got this error "Starting dnsmasq:
>>> dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"
>>>
>>>
>>> ------------------------------------
>>> *From:* Dnsmasq-discuss
>>> 
>>> <mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk> on behalf
>>> of Matus UHLAR - fantomas via Dnsmasq-discuss
>>> 
>>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>>> *Sent:* Monday, October 11, 2021 9:25 PM
>>> *To:* dnsmasq-discuss@lists.thekelleys.org.uk
>>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>>> 
>>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>>> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>>>  
>>> On 11.10.21 16:01, OMair Siddiquii wrote:
>>> >Even after upgrading to version 2.85 it didn't work.
>>>
>>> what exactly does "didn't work" mean?
>>> does dnsmasq still refuse to start?
>>> do you have any error message?
>>> did you try to stop it before starting?
>>>
>>>
>> -- 
>> Petr Menšík
>> Software Engineer
>> Red Hat, http://www.redhat.com/ <http://www.redhat.com/>
>> email: pemen...@redhat.com <mailto:pemen...@redhat.com>
>> PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
> -- 
> Petr Menšík
> Software Engineer
> Red Hat, http://www.redhat.com/ <http://www.redhat.com/>
> email: pemen...@redhat.com <mailto:pemen...@redhat.com>
> PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB

-- 
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-18 Thread Andrew Miskell via Dnsmasq-discuss
max-ttl would be the configuration option. It’s in the second screenshot 

> On Oct 18, 2021, at 3:16 AM, OMair Siddiquii  
> wrote:
> 
> 


___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-18 Thread OMair Siddiquii
ok, I have installed dnsmasq version 2.76 on centOS 7. what will be the command 
to execute to configure max ttl? I see in the dnsmasq.conf file there is only 
the local-ttl option.

[cid:2851c5a0-0e2d-4cda-bf42-127b61af5abe]

[cid:1c110b75-86d0-4c11-a9b7-586e8741e61c]


From: Petr Menšík 
Sent: Thursday, October 14, 2021 1:32 AM
To: OMair Siddiquii ; 
dnsmasq-discuss@lists.thekelleys.org.uk 

Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ


Hello Omair,

dnsmasq 2.48 in RHEL6 is quite old and does not contain support for max-ttl. 
That was added in dnsmasq 2.53 and would be present in RHEL7 if you can 
consider upgrade. Even that version is receiving only important updates and is 
also rock-stable. I am afraid no supported parameter has the same effect. Only 
local-ttl and neg-ttl are supported for adjusting TTL in 2.48.

Other option would be building your own build of dnsmasq, where you could build 
something more recent. RHEL6 would not receive any updates except critical bugs 
and security issues, it won't change in the distribution.

Best Regards,
Petr

On 10/13/21 17:40, OMair Siddiquii wrote:
This is the max-ttl that I have configured manually in the config file.
when I tried to ran a command with -T --max-ttl it didn't work.

]# sed -e '56!d' /etc/dnsmasq.conf
max-ttl=30

OS im using is Red Hat Enterprise Linux Server release 6.10 (Santiago)


From: Dnsmasq-discuss 
<mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk>
 on behalf of Petr Menšík <mailto:pemen...@redhat.com>
Sent: Tuesday, October 12, 2021 2:24 PM
To: 
dnsmasq-discuss@lists.thekelleys.org.uk<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
 
<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ


Please report what is on line 56.

Following command would print just that:

sed -e '56!d' /etc/dnsmasq.conf

I doubt that is about max-ttl option. Are you still using RHEL6 (or derivate) 
for some reason? I thought every option is supported in more recent versions. I 
would like to know what option were supported in the old but is not in current 
version. Please Share.

Cheers,
Petr

On 10/11/21 19:41, OMair Siddiquii wrote:

  1.  I stopped DNSMASQ service.
  2.  I ran "dnsmasq --max-ttl=30"
  3.  Got this error "dnsmasq: bad command line options: try --help"
  4.  Tried to manually add max-ttl= in dnsmasq.conf
  5.  Got this error "Starting dnsmasq:
dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"


From: Dnsmasq-discuss 
<mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk>
 on behalf of Matus UHLAR - fantomas via Dnsmasq-discuss 
<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
Sent: Monday, October 11, 2021 9:25 PM
To: 
dnsmasq-discuss@lists.thekelleys.org.uk<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
 
<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

On 11.10.21 16:01, OMair Siddiquii wrote:
>Even after upgrading to version 2.85 it didn't work.

what exactly does "didn't work" mean?
does dnsmasq still refuse to start?
do you have any error message?
did you try to stop it before starting?



--
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com<mailto:pemen...@redhat.com>
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB

--
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com<mailto:pemen...@redhat.com>
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-13 Thread Petr Menšík
Hello Omair,

dnsmasq 2.48 in RHEL6 is quite old and does not contain support for
max-ttl. That was added in dnsmasq 2.53 and would be present in RHEL7 if
you can consider upgrade. Even that version is receiving only important
updates and is also rock-stable. I am afraid no supported parameter has
the same effect. Only local-ttl and neg-ttl are supported for adjusting
TTL in 2.48.

Other option would be building your own build of dnsmasq, where you
could build something more recent. RHEL6 would not receive any updates
except critical bugs and security issues, it won't change in the
distribution.

Best Regards,
Petr

On 10/13/21 17:40, OMair Siddiquii wrote:
> This is the max-ttl that I have configured manually in the config file.
> when I tried to ran a command with -T --max-ttl it didn't work.
>
> ]# sed -e '56!d' /etc/dnsmasq.conf
> max-ttl=30
>
> OS im using is Red Hat Enterprise Linux Server release 6.10 (Santiago)
>
> 
> *From:* Dnsmasq-discuss
>  on behalf of Petr
> Menšík 
> *Sent:* Tuesday, October 12, 2021 2:24 PM
> *To:* dnsmasq-discuss@lists.thekelleys.org.uk
> 
> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>  
>
> Please report what is on line 56.
>
> Following command would print just that:
>
> sed -e '56!d' /etc/dnsmasq.conf
>
> I doubt that is about max-ttl option. Are you still using RHEL6 (or
> derivate) for some reason? I thought every option is supported in more
> recent versions. I would like to know what option were supported in
> the old but is not in current version. Please Share.
>
> Cheers,
> Petr
>
> On 10/11/21 19:41, OMair Siddiquii wrote:
>>
>>  1. I stopped DNSMASQ service.
>>  2. I ran "dnsmasq --max-ttl=30"
>>  3. Got this error "dnsmasq: bad command line options: try --help"
>>  4. Tried to manually add max-ttl= in dnsmasq.conf
>>  5. Got this error "Starting dnsmasq:
>> dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"
>>
>>
>> 
>> *From:* Dnsmasq-discuss
>> 
>> <mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk> on behalf of
>> Matus UHLAR - fantomas via Dnsmasq-discuss
>> 
>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>> *Sent:* Monday, October 11, 2021 9:25 PM
>> *To:* dnsmasq-discuss@lists.thekelleys.org.uk
>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>> 
>> <mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
>> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>>  
>> On 11.10.21 16:01, OMair Siddiquii wrote:
>> >Even after upgrading to version 2.85 it didn't work.
>>
>> what exactly does "didn't work" mean?
>> does dnsmasq still refuse to start?
>> do you have any error message?
>> did you try to stop it before starting?
>>
>>
> -- 
> Petr Menšík
> Software Engineer
> Red Hat, http://www.redhat.com/ <http://www.redhat.com/>
> email: pemen...@redhat.com <mailto:pemen...@redhat.com>
> PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB

-- 
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-13 Thread OMair Siddiquii
This is the max-ttl that I have configured manually in the config file.
when I tried to ran a command with -T --max-ttl it didn't work.

]# sed -e '56!d' /etc/dnsmasq.conf
max-ttl=30

OS im using is Red Hat Enterprise Linux Server release 6.10 (Santiago)


From: Dnsmasq-discuss  on 
behalf of Petr Menšík 
Sent: Tuesday, October 12, 2021 2:24 PM
To: dnsmasq-discuss@lists.thekelleys.org.uk 

Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ


Please report what is on line 56.

Following command would print just that:

sed -e '56!d' /etc/dnsmasq.conf

I doubt that is about max-ttl option. Are you still using RHEL6 (or derivate) 
for some reason? I thought every option is supported in more recent versions. I 
would like to know what option were supported in the old but is not in current 
version. Please Share.

Cheers,
Petr

On 10/11/21 19:41, OMair Siddiquii wrote:

  1.  I stopped DNSMASQ service.
  2.  I ran "dnsmasq --max-ttl=30"
  3.  Got this error "dnsmasq: bad command line options: try --help"
  4.  Tried to manually add max-ttl= in dnsmasq.conf
  5.  Got this error "Starting dnsmasq:
dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"


From: Dnsmasq-discuss 
<mailto:dnsmasq-discuss-boun...@lists.thekelleys.org.uk>
 on behalf of Matus UHLAR - fantomas via Dnsmasq-discuss 
<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
Sent: Monday, October 11, 2021 9:25 PM
To: 
dnsmasq-discuss@lists.thekelleys.org.uk<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
 
<mailto:dnsmasq-discuss@lists.thekelleys.org.uk>
Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

On 11.10.21 16:01, OMair Siddiquii wrote:
>Even after upgrading to version 2.85 it didn't work.

what exactly does "didn't work" mean?
does dnsmasq still refuse to start?
do you have any error message?
did you try to stop it before starting?



--
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com<mailto:pemen...@redhat.com>
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-12 Thread Petr Menšík
Please report what is on line 56.

Following command would print just that:

sed -e '56!d' /etc/dnsmasq.conf

I doubt that is about max-ttl option. Are you still using RHEL6 (or
derivate) for some reason? I thought every option is supported in more
recent versions. I would like to know what option were supported in the
old but is not in current version. Please Share.

Cheers,
Petr

On 10/11/21 19:41, OMair Siddiquii wrote:
>
>  1. I stopped DNSMASQ service.
>  2. I ran "dnsmasq --max-ttl=30"
>  3. Got this error "dnsmasq: bad command line options: try --help"
>  4. Tried to manually add max-ttl= in dnsmasq.conf
>  5. Got this error "Starting dnsmasq:
> dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"
>
>
> 
> *From:* Dnsmasq-discuss
>  on behalf of Matus
> UHLAR - fantomas via Dnsmasq-discuss
> 
> *Sent:* Monday, October 11, 2021 9:25 PM
> *To:* dnsmasq-discuss@lists.thekelleys.org.uk
> 
> *Subject:* Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ
>  
> On 11.10.21 16:01, OMair Siddiquii wrote:
> >Even after upgrading to version 2.85 it didn't work.
>
> what exactly does "didn't work" mean?
> does dnsmasq still refuse to start?
> do you have any error message?
> did you try to stop it before starting?
>
>
-- 
Petr Menšík
Software Engineer
Red Hat, http://www.redhat.com/
email: pemen...@redhat.com
PGP: DFCF908DB7C87E8E529925BC4931CA5B6C9FC5CB
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread john doe

On 10/11/2021 7:41 PM, OMair Siddiquii wrote:

   1.  I stopped DNSMASQ service.
   2.  I ran "dnsmasq --max-ttl=30"
   3.  Got this error "dnsmasq: bad command line options: try --help"
   4.  Tried to manually add max-ttl= in dnsmasq.conf
   5.  Got this error "Starting dnsmasq:
dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"



What output do you get if you do:

$ dnsmasq --version

--
John Doe

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread OMair Siddiquii
  1.  I stopped DNSMASQ service.
  2.  I ran "dnsmasq --max-ttl=30"
  3.  Got this error "dnsmasq: bad command line options: try --help"
  4.  Tried to manually add max-ttl= in dnsmasq.conf
  5.  Got this error "Starting dnsmasq:
dnsmasq: bad option at line 56 of /etc/dnsmasq.conf [FAILED]"


From: Dnsmasq-discuss  on 
behalf of Matus UHLAR - fantomas via Dnsmasq-discuss 

Sent: Monday, October 11, 2021 9:25 PM
To: dnsmasq-discuss@lists.thekelleys.org.uk 

Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

On 11.10.21 16:01, OMair Siddiquii wrote:
>Even after upgrading to version 2.85 it didn't work.

what exactly does "didn't work" mean?
does dnsmasq still refuse to start?
do you have any error message?
did you try to stop it before starting?


>On 11.10.21 13:13, OMair Siddiquii wrote:
>>I am trying to add the max-ttl= parameter within the DNSMASQ config file
>> but unfortunately when I'm starting the dnsmasq service it fails to start
>> the dnsmasq process.  I am following the document mention in the link
>> below.  I am using DNSMASQ version 2.48 "Dnsmasq version 2.48  Copyright
>> (C) 2000-2009 Simon Kelley".  I also tried version 2.85 but it didnt work
>> either.  I would really appreciate any help.

>that's very old and very buggy version.
>according to the changelog, --max-ttl parameter was added in 2.53


--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread john doe

On 10/11/2021 6:01 PM, OMair Siddiquii wrote:

Even after upgrading to version 2.85 it didn't work.




Please provide the following:
- Line that is not working
- Output of error message

--
John Doe

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread Matus UHLAR - fantomas via Dnsmasq-discuss

On 11.10.21 16:01, OMair Siddiquii wrote:

Even after upgrading to version 2.85 it didn't work.


what exactly does "didn't work" mean?
does dnsmasq still refuse to start?
do you have any error message?
did you try to stop it before starting?



On 11.10.21 13:13, OMair Siddiquii wrote:

I am trying to add the max-ttl= parameter within the DNSMASQ config file
but unfortunately when I'm starting the dnsmasq service it fails to start
the dnsmasq process.  I am following the document mention in the link
below.  I am using DNSMASQ version 2.48 "Dnsmasq version 2.48  Copyright
(C) 2000-2009 Simon Kelley".  I also tried version 2.85 but it didnt work
either.  I would really appreciate any help.



that's very old and very buggy version.
according to the changelog, --max-ttl parameter was added in 2.53



--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread OMair Siddiquii
Even after upgrading to version 2.85 it didn't work.


From: Dnsmasq-discuss  on 
behalf of Matus UHLAR - fantomas via Dnsmasq-discuss 

Sent: Monday, October 11, 2021 7:23 PM
To: dnsmasq-discuss@lists.thekelleys.org.uk 

Subject: Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

On 11.10.21 13:13, OMair Siddiquii wrote:
>I am trying to add the max-ttl= parameter within the DNSMASQ config file
> but unfortunately when I'm starting the dnsmasq service it fails to start
> the dnsmasq process.  I am following the document mention in the link
> below.  I am using DNSMASQ version 2.48 "Dnsmasq version 2.48  Copyright
> (C) 2000-2009 Simon Kelley".  I also tried version 2.85 but it didnt work
> either.  I would really appreciate any help.

that's very old and very buggy version.
according to the changelog, --max-ttl parameter was added in 2.53

upgrade.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Silvester Stallone: Father of the RISC concept.

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread Matus UHLAR - fantomas via Dnsmasq-discuss

On 11.10.21 13:13, OMair Siddiquii wrote:

I am trying to add the max-ttl= parameter within the DNSMASQ config file
but unfortunately when I'm starting the dnsmasq service it fails to start
the dnsmasq process.  I am following the document mention in the link
below.  I am using DNSMASQ version 2.48 "Dnsmasq version 2.48  Copyright
(C) 2000-2009 Simon Kelley".  I also tried version 2.85 but it didnt work
either.  I would really appreciate any help.


that's very old and very buggy version.
according to the changelog, --max-ttl parameter was added in 2.53

upgrade.
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Silvester Stallone: Father of the RISC concept.

___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss


[Dnsmasq-discuss] How to Add max-ttl in DNSMASQ

2021-10-11 Thread OMair Siddiquii
Hi,

I am trying to add the max-ttl= parameter within the DNSMASQ config file but 
unfortunately when I'm starting the dnsmasq service it fails to start the 
dnsmasq process. I am following the document mention in the link below. I am 
using DNSMASQ version 2.48 "Dnsmasq version 2.48  Copyright (C) 2000-2009 Simon 
Kelley". I also tried version 2.85 but it didnt work either. I would really 
appreciate any help.

https://thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html
Man page of DNSMASQ - 
thekelleys.org.uk
NAME dnsmasq - A lightweight DHCP and caching DNS server. SYNOPSIS dnsmasq 
[OPTION]... DESCRIPTION dnsmasq is a lightweight DNS, TFTP, PXE, router 
advertisement and DHCP server. It is intended to provide coupled DNS and DHCP 
service to a LAN.
thekelleys.org.uk
Thanks.
Regards,
Omair S.
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss