LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-12-2017, 02:40 AM   #1
businesscat
Member
 
Registered: Jun 2017
Location: Spain
Distribution: RedHat 6.9 /Centos 8
Posts: 42

Rep: Reputation: Disabled
DHCP Unable to add forward map from XXXXXX to XXXXX timed out


Hello there,

I´m configuring a DHCP server with 2 hosts. By the moment, for incompatibility issues, only use one node.

But sometimes the messages logs shows the following error:

Jun 12 09:32:52 dhcp01 dhcpd: DHCPINFORM from [IP] via eth0
Jun 12 09:32:52 dhcp01 dhcpd: DHCPACK to [IP] (44:37:e6:e5:49:84) via eth0
Jun 12 09:32:55 dhcp01 dhcpd: DHCPINFORM from [IP] via eth0
Jun 12 09:32:55 dhcp01 dhcpd: DHCPACK to [IP] (50:26:90:17:71:7b) via eth0
Jun 12 09:32:55 dhcp01 dhcpd: DHCPINFORM from [IP] via eth0
Jun 12 09:32:55 dhcp01 dhcpd: DHCPACK to [IP] (50:26:90:17:71:7b) via eth0
Jun 12 09:32:56 dhcp01 dhcpd: DHCPINFORM from [IP] via eth0
Jun 12 09:32:56 dhcp01 dhcpd: DHCPACK to [IP] (50:26:90:17:71:7b) via eth0
Jun 12 09:32:58 dhcp01 dhcpd: Unable to add forward map from USER02 [IP] timed out
Jun 12 09:32:58 dhcp01 dhcpd: DHCPREQUEST for [IP] from a0:d3:c1:30:30:3d (USER02) via eth0
Jun 12 09:32:58 dhcp01 dhcpd: DHCPACK on [IP] to a0:d3:c1:30:30:3d (USER02) via eth0


conf dhcpd file:

Code:
## dhcpd.conf -- dhcp01.ine.es

ddns-update-style interim;
ignore client-updates;
authoritative;
#option option-150 code 150 = text ;
#log-facility local4;
#dhcp02
option dhcp-server-identifier 10.58.79.232;
#dhcp01
option dhcp-server-identifier 10.58.79.233;

#failover peer "failover01" {
#        primary;
#        address dhcp01.ine.es;
#        port 1068;
#        peer address alamo.ine.es;
#        peer port 1069;
#        max-response-delay 180;
#        max-unacked-updates 10;
#        mclt 600;
#        split 120;
#        load balance max seconds 3;
#}

subnet 10.58.72.0 netmask 255.255.248.0 {

        option routers                  10.58.79.230;
        option subnet-mask              255.255.248.0;

        option nis-domain               "domain.es";
        option domain-name              "domain.es";
        option domain-name-servers      10.59.172.46, 10.59.173.47;

        #option time-offset              -18000; # Eastern Standard Time
        option ntp-servers              10.59.172.46;

        option netbios-name-servers     dhcp01;
        option netbios-node-type 8;
        #min-lease-time 43200;
        #default-lease-time 86400;
        #default-lease-time 259200;
        default-lease-time 2592000; # 30 dias. Dessde 25/04/2017
        #max-lease-time 86400;
        #max-lease-time 259200;   
        max-lease-time 2592000;    
 24/04/2017
        one-lease-per-client true;




      
        pool {


                range 10.58.72.1 10.58.72.253;
                range 10.58.73.1 10.58.73.253;
                range 10.58.74.1 10.58.74.253;
                range 10.58.75.1 10.58.75.253;
                range 10.58.76.1 10.58.76.150;

                
#                failover peer "failover01";
                deny dynamic bootp clients;
        }

}
 
Old 06-12-2017, 04:52 AM   #2
smallpond
Senior Member
 
Registered: Feb 2011
Location: Massachusetts, USA
Distribution: Fedora
Posts: 4,140

Rep: Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263Reputation: 1263
Do you have two nics on the same subnet?
 
Old 06-12-2017, 05:24 AM   #3
businesscat
Member
 
Registered: Jun 2017
Location: Spain
Distribution: RedHat 6.9 /Centos 8
Posts: 42

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by smallpond View Post
Do you have two nics on the same subnet?
host1 has a one network interface, by the moment host2 is disabled.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind9 + DHCP - very few forward map updates, lot of reverse updates? rylan76 Linux - Networking 0 11-28-2012 08:44 AM
DNS 'unable to add reverse map': timed out g@z Linux - Networking 5 12-29-2011 05:53 AM
Unable to add forward map connection refused aleksandarotasevic Linux - Newbie 2 05-20-2010 11:54 PM
dhcpd - Unable to add forward map from host.domain.org elvisious Linux - Software 1 03-09-2009 07:57 AM
Unable to add forward map durwin Linux - Networking 0 06-26-2005 03:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration