https://bugzilla.novell.com/show_bug.cgi?id=842360 https://bugzilla.novell.com/show_bug.cgi?id=842360#c4 --- Comment #4 from Marius Tomaschewski <mt@suse.com> 2013-09-26 10:59:51 UTC --- OK, thanks! I've applied your configuration with small modifications and it works for me so far: + #include "/etc/named.keys"; + ddns-updates off; - zone eregion.home. { primary 192.168.238.6; key DHCP_UPDATER; } - zone 238.168.192.in-addr.arpa. { primary 192.168.238.6; key DHCP_UPDATER; } + #zone eregion.home. { primary 192.168.238.6; key DHCP_UPDATER; } + #zone 238.168.192.in-addr.arpa. { primary 192.168.238.6; key DHCP_UPDATER; } Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Copyright 2004-2013 Internet Systems Consortium. Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: All rights reserved. Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: For info, please visit https://www.isc.org/software/dhcp/ Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Not searching LDAP since ldap-server, ldap-port and ldap-base-dn were not specified in the config file Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Wrote 0 leases to leases file. Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Listening on LPF/br0/52:54:00:69:15:31/192.168.238.0/24 Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Sending on LPF/br0/52:54:00:69:15:31/192.168.238.0/24 Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: No subnet declaration for eth1 (no IPv4 addresses). Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: ** Ignoring requests on eth1. If this is not what Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: you want, please write a subnet declaration Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10295]: in your dhcpd.conf file for the network segment Sep 26 12:41:48 trinity9.lab31.mat-home.net dhcpd[10193]: Starting ISC DHCPv4 4.x Server [chroot]..done trinity9:~ # ps ax | grep dhcpd 10296 ? Ss 0:00 /usr/sbin/dhcpd -4 -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid -chroot /var/lib/dhcp -lf /db/dhcpd.leases 10579 pts/0 S+ 0:00 grep --color=auto dhcpd trinity9:~ # netstat -aunp | grep 67 udp 0 0 0.0.0.0:67 0.0.0.0:* 10296/dhcpd BTW: It complains about eth1 a bit because the kernel still has cached results. With: echo "net.ipv6.conf.eth1.disable_ipv6 = 1" >> /etc/sysconfig/network/ifsysctl [the bridge port] this should be better... It is better to use DHCPD_INTERFACE="br0", because the dhcpd requires a restart, when the br0 interface is restarted [removed+created]. Then the /etc/sysconfig/network/if-up.d/60-dhcpd-restart-hook is able to restart the dhcpd on br0 restarts. Without this, the server may remain bound to the removed bridge ifindex and will receive no packets any more after a bridge restart. Can you provide the log messages from a server start / output of: journalctl --no-pager -u dhcpd.service as well? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.