Re: [Dnsmasq-discuss] Can't get DHCP part to work

2021-02-20 Thread Andrew Miskell
Do you mean that client machines don’t have internet access? If so, it doesn’t 
look like your specifying a gateway in your dhcp configuration so the clients 
don’t know where to send internet bound traffic. 


Sent from my iPhone

> On Feb 20, 2021, at 08:27, Wolfgang Paul Rauchholz  
> wrote:
> 
> 
> I run a home server under Oracle Linux 8 and want to replace named/dhcpd with 
> dnsmasq.
> maimed/dhcpd run just fine.
> When rebooting I don't have internet access from the LAN. 
> 
> My config is as follows. 
> /etc/resolv.conf
> search 
> nameserver 127.0.0.1
> 
> /etc/NetworkManager/conf.d/dns.conf
> [main]
> dns=dnsmasq
> 
> /etc/dnsmasq.conf
> server=80.58.61.250
> server=80.58.61.254
> address=//127.0.0.1 
> address=//10.5.2.1
> user=dnsmasq
> group=dnsmasq
> listen-address=::1,127.0.0.1,10.5.2.1
> domain=
> dhcp-range=10.5.2.75,10.5.2.150,12h
> dhcp-host=18:e8:29:c3:18:2d,10.5.2.2,amplifi
> dhcp-host=6C:02:E0:9F:8B:64,10.5.2.10,HP9F8B64
> dhcp-host=2C:59:E5:EF:93:07,10.5.2.11,HP3199D7
> dhcp-leasefile=/var/lib/dnsmasq/dnsmasq.leases
> dhcp-authoritative
> 
> Thanks for your help.
> 
> Wolfgang Rauchholz
> +34 627 994 977
> https://www.linkedin.com/in/wolfgangrauchholz/
> 
> ___
> Dnsmasq-discuss mailing list
> Dnsmasq-discuss@lists.thekelleys.org.uk
> http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss


Re: [Dnsmasq-discuss] Can't get DHCP part to work

2021-02-20 Thread Geert Stappers
On Sat, Feb 20, 2021 at 02:52:52PM +0100, Wolfgang Paul Rauchholz wrote:
> I run a home server under Oracle Linux 8 and want to replace named/dhcpd
> with dnsmasq.
> maimed/dhcpd run just fine.
> When rebooting I don't have internet access from the LAN.
> 
> My config is as follows.
> /etc/resolv.conf
> search 
> nameserver 127.0.0.1
> 
> /etc/NetworkManager/conf.d/dns.conf
> [main]
> dns=dnsmasq
> 
> /etc/dnsmasq.conf
> server=80.58.61.250
> server=80.58.61.254
> address=//127.0.0.1
> address=//10.5.2.1
> user=dnsmasq
> group=dnsmasq
> listen-address=::1,127.0.0.1,10.5.2.1
> domain=
> dhcp-range=10.5.2.75,10.5.2.150,12h
> dhcp-host=18:e8:29:c3:18:2d,10.5.2.2,amplifi
> dhcp-host=6C:02:E0:9F:8B:64,10.5.2.10,HP9F8B64
> dhcp-host=2C:59:E5:EF:93:07,10.5.2.11,HP3199D7
> dhcp-leasefile=/var/lib/dnsmasq/dnsmasq.leases
> dhcp-authoritative
> 


And which error messages are been  seen?
Which of those messages will be shared (with context) with us?
Karma bonus points for explaining  which part of DHCP doesn't work.


Groeten
Geert Stappers
-- 
Silence is hard to parse

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


[Dnsmasq-discuss] Can't get DHCP part to work

2021-02-20 Thread Wolfgang Paul Rauchholz
I run a home server under Oracle Linux 8 and want to replace named/dhcpd
with dnsmasq.
maimed/dhcpd run just fine.
When rebooting I don't have internet access from the LAN.

My config is as follows.
/etc/resolv.conf
search 
nameserver 127.0.0.1

/etc/NetworkManager/conf.d/dns.conf
[main]
dns=dnsmasq

/etc/dnsmasq.conf
server=80.58.61.250
server=80.58.61.254
address=//127.0.0.1
address=//10.5.2.1
user=dnsmasq
group=dnsmasq
listen-address=::1,127.0.0.1,10.5.2.1
domain=
dhcp-range=10.5.2.75,10.5.2.150,12h
dhcp-host=18:e8:29:c3:18:2d,10.5.2.2,amplifi
dhcp-host=6C:02:E0:9F:8B:64,10.5.2.10,HP9F8B64
dhcp-host=2C:59:E5:EF:93:07,10.5.2.11,HP3199D7
dhcp-leasefile=/var/lib/dnsmasq/dnsmasq.leases
dhcp-authoritative

Thanks for your help.

Wolfgang Rauchholz
+34 627 994 977
https://www.linkedin.com/in/wolfgangrauchholz/
___
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss