Re: [Dnsmasq-discuss] How to reserve 2 IPv6 addresses for the same host?

2022-10-04 Thread Steve
st I found out how to do what I was asking for so it's not a total waste of time. The "solution" is to add the following section to /etc/systemd/network/eth1.network [DHCPv6] Hostname=pihole DUIDType=uuid DUIDRawData=00:02:00:00:ab:11:e5:57:e9:1f:92:75:89:50 On 10/3/22 10:26, Ste

[Dnsmasq-discuss] How to reserve 2 IPv6 addresses for the same host?

2022-10-03 Thread Steve
For years now I have been assigning both v4 and v6 addresses to my hosts this way dhcp-host=dmz,F0:4D:A2:2E:AB:C4,server-d, 192.168.2.2 dhcp-host=dmz,00:11:0A:5F:F7:FE,pihole, 192.168.2.3 and dhcp-host=id:00:02:00:00:AB:11:51:D7:96:BA:E4:CE:13:F5, server-d, [fdfc:5b34:b12::

Re: [Dnsmasq-discuss] v2.83 failed to send packet: Network is unreachable

2021-01-22 Thread Steve Hirsch
I’ve applied test1, test2, and test3 patches. So far, no “failed to send” log messages and everything appears to be working normally on Arch Linux (kernel 5.10.9). Thanks, Simon! P.S. Thanks for all of your work on this software! From: Simon Kelley Sent: Friday

Re: [Dnsmasq-discuss] v2.83 failed to send packet: Network is unreachable

2021-01-21 Thread Steve Hirsch
, doesn’t seem to be related to activity level…low levels of activity also generates errors. From: Lonnie Abelbeck<mailto:li...@lonnie.abelbeck.com> Sent: Thursday, January 21, 2021 6:42 PM To: dnsmasq list<mailto:dnsmasq-discuss@lists.thekelleys.org.uk> Cc: Steve Hirsch<mailto:steveh

[Dnsmasq-discuss] v2.83 failed to send packet: Network is unreachable

2021-01-21 Thread Steve Hirsch
After upgrading dnsmasq from version 2.82 to version 2.83 on Arch Linux (kernel 5.10.9), “failed to send packet: Network is unreachable” errors continually show up. However, name resolution still appears to work with v2.83. Downgrading back to v2.82, and the error messages go away. Dnsmasq is

[Dnsmasq-discuss] dnsmasq dies after about 20 minutes

2019-05-13 Thread Steve Lloyd
I am running dnsmasq on the lastest stretch on a rpi. For some reason dnsmasq dies after about 20 minutes, I can restart it and it will last another 20 minutes. Any insight on how to fix this would be much appreciated. Here is the status after it dies, followed by the resolvconf.conf *systemct

Re: [Dnsmasq-discuss] Using a variable in the address option in dnsmasq.conf

2018-03-02 Thread Steve Lloyd
If I update an external conf file will dnsmasq read in the changes in real time or do I have to restart it? On Fri, Mar 2, 2018 at 10:39 AM wrote: > On 03/02/2018 07:46 AM, Petr Menšík wrote: > > and then generate your file any way you need. For example in bash > > > > echo "# Autogenerated file

[Dnsmasq-discuss] Using a variable in the address option in dnsmasq.conf

2018-02-19 Thread Steve Lloyd
Is it possilbe to set a variable and then use it as follows? or is there a way to set and use a variable in the conf file for address entries? myip=10.0.1.6 address=/2o7.net/$myip address=/2mdm.net/$myip instead of address=/2o7.net/10.0.1.6 address=/2mdm.net/10.0.1.6

Re: [Dnsmasq-discuss] Same hostname in different domains with dhcp static assignments?

2016-01-26 Thread Steve Hindle
Turns out I needed dhcp-fqdn set... just setting the domain name isn't enough Sorry to have bothered ya On Tue, Jan 26, 2016 at 7:05 PM, Steve Hindle wrote: > Hi! > I seem to have an odd issue with static dhcp reservations on multiple > networks with the same hostname but differe

[Dnsmasq-discuss] Does dhcp-range accept/require an interface for ipv4

2016-01-26 Thread Steve Hindle
Hi! When dealing with multiple interfaces/subnet, should dhcp-range be given the interface? I only see it mentioned for ipv6 stuff in the manpage, but I'm finding stuff online that says to use: dhcp-range=eth1,172.16.49.101,172.16.49.254,14400 or: dhcp-range=interface:eth1,set:wifi,19

[Dnsmasq-discuss] Same hostname in different domains with dhcp static assignments?

2016-01-26 Thread Steve Hindle
Hi! I seem to have an odd issue with static dhcp reservations on multiple networks with the same hostname but different domains (eg ' foo.ipmi.example.com' and 'foo.hvm.example.com'). I am setting static assignments for both interfaces via: dhcp-host=,,, Basically seems to break DNS lookup for me

[Dnsmasq-discuss] Listing the current DNS servers and domain prefixes?

2015-10-10 Thread Steve Ash
#x27;t curently output this then I would like to file a suggestion that it include all upstream servers and what dns suffixes they are configured for as that would help this situation I think. Thanks so much! Steve ___ Dnsmasq-discuss mailing list

Re: [Dnsmasq-discuss] proxyDHCP + EFI PXE

2015-03-14 Thread Steve Wescott
This is due to Dnsmasq's use of DHCP Option 43. Many (most?) UEFI implementations do not seem to handle this the same as bios systems. While I have not seen any definitive answers as to what has changed, there are many complaints about this on various forums. Maybe changes were made to accomm

[Dnsmasq-discuss] dnsmasq as relay agent

2013-11-08 Thread steve
dhcp_eval() on the server side? Kind regards Steve ___ Dnsmasq-discuss mailing list Dnsmasq-discuss@lists.thekelleys.org.uk http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Re: [Dnsmasq-discuss] /etc/hosts query

2011-01-31 Thread Steve
ght like to look at the "localise-queries" dnsmasq > option, which will make dnsmasq's replies rather more sane in this > situation. > Seems to be a common opinion about the hosts file :) I've added the localise-queries option too, in case I break the hosts file again. Thanks Steve

Re: [Dnsmasq-discuss] /etc/hosts query

2011-01-31 Thread Steve
as it was supposed to. Your fix was > the proper solution, just as the original behavior is what is to be > expected. > I thought that the hosts file was as created by the installer originally (ubuntu 9.04 I think), but it's entirely possible I messed it up somewhere along the line :) Thanks Steve

[Dnsmasq-discuss] /etc/hosts query

2011-01-26 Thread Steve
.1.4Shuttle shuttle and now it works as expected (returns 192.168.1.4) Was my hosts file wrong or have I missed something in the config? It seems to me that a response of 127.0.0.1 is always going to be wrong. Cheers Steve

Re: [Dnsmasq-discuss] tftp 'Permission denied' issue...

2010-05-17 Thread Steve Elliott
Niels, Thanks for your input on this issue... 1) Your test confirms that "nobody" cannot access the file from outside the CWD... [Steve@regret tmp]$ sudo -u nobody cp /home/Steve/Shared/workspace/xxx/xxx/bootrom.pxe.0 . cp: cannot stat `/home/Steve/Shared/workspace/xxx/xxx/boo

Re: [Dnsmasq-discuss] tftp 'Permission denied' issue...

2010-05-16 Thread Steve Elliott
file - dnsmasq is running as nobody ps uax | grep dnsmasq nobody3661 0.0 0.0 14828 628 ?S11:31 0:00 /usr/sbin/dnsmasq -s norese.com.au Steve 4057 0.0 0.0 102744 820 pts/0S+ 11:53 0:00 grep dnsmasq But dnsmasq-tftp still fails to read the file. I'm puzzled. Steve

Re: [Dnsmasq-discuss] tftp 'Permission denied' issue...

2010-05-15 Thread Steve Elliott
Simon, Thanks for the response. I do not have --tftp-secure. But I do launch with sudo /etc/rc.d/initd/dnsmasq So it seems that it will be run by root. Therefore I need world readable permission on my bootrom.pxe.0. I thought I had that! --- /home/Steve/Shared/workspace/xxx/xxx

[Dnsmasq-discuss] tftp 'Permission denied' issue...

2010-05-14 Thread Steve Elliott
7:68:69:63... May 14 16:01:27 regret dnsmasq-tftp[13285]: cannot access /home/Steve/Shared/workspace/xxx/xxx/bootrom.pxe.0: Permission denied May 14 16:01:27 regret dnsmasq-tftp[13285]: cannot access /home/Steve/Shared/workspace/xxx/xxx/bootrom.pxe.0: Permission denied ftp_root=/home/Steve/Shared/worksp

[Dnsmasq-discuss] windows' hostname

2009-12-02 Thread Steve Quezadas
he network" error. - Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-12 Thread Steve H.
t truly is a great tool :-) In 5 years of daily operation, its never given me a lick of trouble :-) Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-06 Thread Steve H.
address, and requires me to remember to add a new I.P. to the DNSMasq interface everytime I get a new sub-net. However, that would be less trouble then having to do that _and_ configure a relay for each new subnet. Thanks again for all the help, Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-04 Thread Steve H.
e to 'tricks' or 'problems' with my network setup. Mr. Kelley simply decided DNSMasq should be conservative, and provide as many safeguards as possible. Anyway, trying to bring this conversation back on topic. If I have 4 sub-nets configured to relay dhcp requests to 1 interface with DNSMAsq bound to it, does that interface require an I.P. address from all 4 subnets ? (i.e. will I have the same problem with dhcp relays? ) Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-04 Thread Steve H.
tell whats 'expected' on an interface from looking at its i.p. any more... Anyway, if no-one has a "yes, dnsmasq can do that and here's how" sort of thing, I guess I'll look at isc dhcpd. I'm rather bummed as I've been using DNSMasq for years, and its really awesome. I _love_ the DNS/DHCP integration - it makes it much easier to keep track of things when I can just do a DNS lookup to find them :-) Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-03 Thread Steve H.
orry about the addresses ... It just needs to send whatever was supplied in /etc/hosts. I realize it needs to check that the I.P. provided in /etc/hosts is in the range it's allowed to serve. But other then that - I can't see why it cares. Steve

Re: [Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-02 Thread Steve H.
Gaah - re-adding the mailing list.. On Saturday 02 February 2008 03:22:01 pm you wrote: > On Feb 2, 2008 3:48 PM, Steve H. wrote: > > On Saturday 02 February 2008 01:03:06 pm you wrote: > > > This won't work, because 1.2.3.4 is outside the local subnet of the > > >

[Dnsmasq-discuss] DNSMasq, DHCP, Shorewall, and Proxy Arp

2008-02-02 Thread Steve H.
o' for everything you want assigned from your hosts file Thanks! Steve

Re: [Dnsmasq-discuss] trouble setting up dnsmasq as local dns + dhcp server on ubuntu

2007-03-22 Thread Steve Romanow
when I get home this evening. Thanks Simon! Steve

[Dnsmasq-discuss] trouble setting up dnsmasq as local dns + dhcp server on ubuntu

2007-03-22 Thread Steve Romanow
nent files, with MAC addresses changed. /etc/hosts 127.0.0.1 localhost 192.168.0.2 cheryl-printer.slestak.homelinux.org cheryl-printer 192.168.0.11 steve-printer.slestak.homelinux.org steve-printer 192.168.0.21 cheryl-desktop.slestak.homelinux.org cheryl-desktop 192.168.0.23 e1505.slestak.hom

Re: [Dnsmasq-discuss] Crashes with 2.16?

2004-11-16 Thread Steve Grecni
2.17 fixes this crash, it's in debian/unstable already. Rory Campbell-Lange wrote: [Sorry about the missing threading on this post -- I've just subscribed.] Dnsmasq Version: 2.16-2 crashed on my Debian system over the weekend, causing much heartache. No sign of messages in the logs. Can't debu

[Dnsmasq-discuss] Re: Crashes with 2.16?

2004-11-08 Thread Steve Grecni
I too have been getting random silent crashes with 2.16 with nothing in syslog. I'm running debian/sid and dnsmasq 2.16-2. It happened once or twice before, but twice so far today. I'll have to try the debug.

Re: [Dnsmasq-discuss] Specifying a Gateway

2004-11-08 Thread Steve Elzinga
Thanks for the answer, it solved my problem! Steve --- Simon Kelley wrote: > Steve Elzinga wrote: > > Hello, > > > > I am afraid that this is a totally rookie question > but > > I could not find the information. How do I > specify a > > gateway add

[Dnsmasq-discuss] Specifying a Gateway

2004-11-08 Thread Steve Elzinga
the Linux computer. Any help is greatly appreciated. Thanks, Steve __ Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com