<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
</head><body style="">
<div>
Hello everyone,
</div>
<div>
</div>
<div>
I've got some problem with dnsmasq and it seems bond0. I'm not sure this is why I'm asking some help.
</div>
<div>
</div>
<div>
I'm under gentoo using
</div>
<div>
net-dns/dnsmasq-2.66 USE="dbus dhcp idn ipv6 nls tftp -auth-dns -conntrack -dhcp-tools -lua -script (-selinux)" LINGUAS="-de -es -fi -fr -id -it -no -pl -pt_BR -ro" 0 kB
</div>
<div>
</div>
<div>
3 interfaces : enp1s0, enp7s0 and enp8s0. enps7s0 and enp8s0 are bonded. I used the kernel method. From the kernel documentation ifenslave is "has been".
</div>
<div>
</div>
<div>
Interface seem to work :
</div>
<div>
</div>
<div>
ip a
</div>
<div>
</div>
<div>
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
<br/> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
<br/> inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
<br/> valid_lft forever preferred_lft forever
<br/> inet6 ::1/128 scope host
<br/> valid_lft forever preferred_lft forever
<br/>2: enp7s0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
<br/> link/ether d0:50:99:0a:63:05 brd ff:ff:ff:ff:ff:ff
<br/>3: enp8s0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
<br/> link/ether d0:50:99:0a:63:05 brd ff:ff:ff:ff:ff:ff
<br/>4: sit0: <NOARP> mtu 1480 qdisc noop state DOWN
<br/> link/sit 0.0.0.0 brd 0.0.0.0
<br/>5: ip6tnl0: <NOARP> mtu 1452 qdisc noop state DOWN
<br/> link/tunnel6 :: brd ::
<br/>6: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
<br/> link/ether 64:66:b3:02:3c:91 brd ff:ff:ff:ff:ff:ff
<br/> inet 192.168.2.2/24 brd 192.168.2.255 scope global enp1s0
<br/> valid_lft forever preferred_lft forever
<br/> inet6 fe80::6666:b3ff:fe02:3c91/64 scope link
<br/> valid_lft forever preferred_lft forever
<br/>9: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
<br/> link/ether d0:50:99:0a:63:05 brd ff:ff:ff:ff:ff:ff
<br/> inet 10.0.0.1/8 brd 10.0.0.255 scope global bond0
<br/> valid_lft forever preferred_lft forever
<br/> inet6 fe80::d250:99ff:fe0a:6305/64 scope link
<br/> valid_lft forever preferred_lft forever
</div>
<div>
</div>
<div>
dnsmasq.conf
</div>
<div>
domain-needed
<br/>bogus-priv
<br/>filterwin2k
<br/>bridge-interface=bond0,enp7s0,enp8s0
<br/>interface=bond0
<br/>expand-hosts
<br/>domain=arcade.lan
<br/>resolv-file=/etc/resolv.dnsmasq.conf
<br/>listen-address=127.0.0.1
<br/>listen-address=10.0.0.1
<br/>dhcp-range=10.0.0.1,10.0.0.50,72h
<br/>dhcp-host=bc:5f:f4:fe:10:26,infinite
<br/>dhcp-host=outrun,10.0.0.10
<br/>dhcp-host=00:26:b0:e6:31:30,10.0.0.12
<br/>dhcp-host=WDTVLive,10.0.0.40
<br/>dhcp-host=00:14:38:d4:c4:21,printer,10.0.0.45
<br/>dhcp-host=00:22:6b:f7:1c:eb,camera,10.0.0.46
<br/>dhcp-host=90:f6:52:75:d8:70,10.0.0.49,infinite
<br/>dhcp-host=10:fe:ed:ff:f9:4e,10.0.0.50,infinite
<br/>dhcp-option=3,10.0.0.1
<br/>dhcp-option=6,208.67.222.222,8.8.8.8
<br/>dhcp-option=66,"10.0.0.1"
<br/>dhcp-option=67,syslinux.efi
<br/>dhcp-option=128,10.0.0.1
<br/>#dhcp-option-force=211,30i
<br/>pxe-service=x86PC, "Launch PXE_BIOS", pxelinux, 10.0.0.1
<br/>pxe-service=X86-64_EFI, "Launch PXE-UEFI", syslinux, 10.0.0.1
<br/>dhcp-option=42,0.0.0.0
<br/>dhcp-option=19,0 # option ip-forwarding off
<br/>dhcp-option=44,0.0.0.0 # set netbios-over-TCP/IP nameserver(s) aka WINS server(s)
<br/>dhcp-option=45,0.0.0. 0 # netbios datagram distribution server
<br/>dhcp-option=46,8 # netbios node type
<br/>dhcp-option=47
<br/>dhcp-match=mactels, option:client-arch, 7 #EFI x86-64
<br/>tftp-root=/tftproot/
<br/>tftp-lowercase
<br/>dhcp-leasefile=/var/lib/misc/dnsmasq.leases
<br/>server=/www.google.com/8.8.8.8
<br/>bogus-nxdomain=64.94.110.11
</div>
<div>
</div>
<div>
As you can see, I've already tried the solution bridge-interface=bond0,enp7s0,enp8s0.
</div>
<div>
</div>
<div>
I've got no dhcp response for my client.
</div>
<div>
</div>
<div>
Thanks. Best regards.
</div>
<div>
</div>
<div>
Happy easter.
</div>
<div>
</div>
</body></html>