Hi, Im getting this messages in the /var/log/messages about my dhcp server. I assume there is nothing to worry about, but just in case I have to ask. Are these messages fine? Do I need to specify the interface on which the dhcp server should listen to? ... dhcpd: Multiple interfaces match the same subnet: eth0 eth1 dhcpd: Multiple interfaces match the same shared network: eth0 eth1 LPF/eth1/00:a0:d1:e2:f5:1f/192.168.3/24 dhcpd: Multiple interfaces match the same subnet: eth0 eth1 dhcpd: Sending on LPF/eth1/00:a0:d1:e2:f5:1f/192.168.3/24 dhcpd: Multiple interfaces match the same shared network: eth0 eth1 dhcpd: Listening on LPF/eth0/00:a0:d1:e2:f5:1e/192.168.3/24 .... Thanks Jean
On Thu, 22 Feb 2007, Jean Figarella wrote:> Hi, Im getting this messages in the /var/log/messages about my dhcp server. I > assume there is nothing to worry about, but just in case I have to ask. Are > these messages fine? Do I need to specify the interface on which the dhcp > server should listen to? > > dhcpd: Multiple interfaces match the same subnet: eth0 eth1 > dhcpd: Multiple interfaces match the same shared network: eth0 eth1 > LPF/eth1/00:a0:d1:e2:f5:1f/192.168.3/24You have two interfaces configured to listen on the same subnet -- the problem is in your /etc/sysconfig/network-scripts/ifcfg-eth0 and ifcfg-eth0 overlapping -- fix that, restart the network, and restart the dhcp server, and the messages will disappear - Russ Herrold
At 09:42 AM 2/22/2007, Jean Figarella wrote:>Hi, Im getting this messages in the /var/log/messages about my dhcp >server. I assume there is nothing to worry about, but just in case I >have to ask. Are these messages fine? Do I need to specify the >interface on which the dhcp server should listen to? > >... >dhcpd: Multiple interfaces match the same subnet: eth0 eth1 >dhcpd: Multiple interfaces match the same shared network: eth0 eth1 >LPF/eth1/00:a0:d1:e2:f5:1f/192.168.3/24 > >dhcpd: Multiple interfaces match the same subnet: eth0 eth1 >dhcpd: Sending on LPF/eth1/00:a0:d1:e2:f5:1f/192.168.3/24 >dhcpd: Multiple interfaces match the same shared network: eth0 eth1 >dhcpd: Listening on LPF/eth0/00:a0:d1:e2:f5:1e/192.168.3/24 >....What's ifconfig report for the IP addresses and subnet masks of your multiple interfaces? And are these interfaces in fact cabled to the same switch/hub?>Thanks >Jean >_______________________________________________ >CentOS mailing list >CentOS at centos.org >http://lists.centos.org/mailman/listinfo/centos >