Project

General

Profile

Actions

Support #16963

closed

can not allocate ip from dhcp

Added by vanlos wang about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Triaged:
Fixed in Releases:
Found in Releases:

Description

I setup a foreman server and use it to discovery host, But host cannot allocate ip address from the dhcp on foreman server.
The smart proxy sctive features are TFTP, DHCP, Puppet, Puppet CA, Discovery, Dynflow, and SSH. And the Discovery service show me as following:

*Discovery

Version1.0.4
Data not available for Discovery*

The dhcp configurations is as following:
  1. dhcpd.conf
    omapi-port 7911;

default-lease-time 43200;
max-lease-time 86400;

ddns-update-style none;

option domain-name "tower.com";
option domain-name-servers 192.172.30.1;
option ntp-servers none;

allow booting;
allow bootp;

option fqdn.no-client-update on; # set the "O" and "S" flag bits
option fqdn.rcode2 255;
option pxegrub code 150 = text ;

  1. PXE Handoff.
    next-server 192.172.30.1;
    filename "pxelinux.0";

log-facility local7;

include "/etc/dhcp/dhcpd.hosts";

#################################
  1. tower.com #################################
    subnet 192.172.30.0 netmask 255.255.255.0 {

    option subnet-mask 255.255.255.0;
    option routers 192.172.30.1;
    }


Files

subnet_proxy.PNG View subnet_proxy.PNG 28.7 KB vanlos wang, 10/17/2016 02:41 AM
Actions

Also available in: Atom PDF