WHy i cant get an ip address from my dhcp server?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I installed DHCP server, DNS server, FTP server, and LAMP. but I can't get an IP address from my PC client to DHCP server
ddns-update-style none;
option domain-name "server.com";
option domain-name-servers ns.server.com;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.1 192.168.2.10;
option domain-name "server.com";
#option routers 192.168.1.1;
#option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 194.168.2.1, 8.8.8.8;
default-lease-time 600;
max-lease-time 7200;
dhcp
add a comment |Â
up vote
0
down vote
favorite
I installed DHCP server, DNS server, FTP server, and LAMP. but I can't get an IP address from my PC client to DHCP server
ddns-update-style none;
option domain-name "server.com";
option domain-name-servers ns.server.com;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.1 192.168.2.10;
option domain-name "server.com";
#option routers 192.168.1.1;
#option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 194.168.2.1, 8.8.8.8;
default-lease-time 600;
max-lease-time 7200;
dhcp
Please edit your question and add the content of your/etc/dhcp/dhcpd.conffile.
â Doug Smythies
Feb 1 at 16:11
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
Try adding anauthoritativedirective. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.
â Doug Smythies
Feb 1 at 21:16
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed DHCP server, DNS server, FTP server, and LAMP. but I can't get an IP address from my PC client to DHCP server
ddns-update-style none;
option domain-name "server.com";
option domain-name-servers ns.server.com;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.1 192.168.2.10;
option domain-name "server.com";
#option routers 192.168.1.1;
#option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 194.168.2.1, 8.8.8.8;
default-lease-time 600;
max-lease-time 7200;
dhcp
I installed DHCP server, DNS server, FTP server, and LAMP. but I can't get an IP address from my PC client to DHCP server
ddns-update-style none;
option domain-name "server.com";
option domain-name-servers ns.server.com;
default-lease-time 600;
max-lease-time 7200;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.1 192.168.2.10;
option domain-name "server.com";
#option routers 192.168.1.1;
#option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option domain-name-servers 194.168.2.1, 8.8.8.8;
default-lease-time 600;
max-lease-time 7200;
dhcp
dhcp
edited Feb 2 at 1:50
muru
131k19275471
131k19275471
asked Feb 1 at 16:05
vonn samson
11
11
Please edit your question and add the content of your/etc/dhcp/dhcpd.conffile.
â Doug Smythies
Feb 1 at 16:11
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
Try adding anauthoritativedirective. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.
â Doug Smythies
Feb 1 at 21:16
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43
add a comment |Â
Please edit your question and add the content of your/etc/dhcp/dhcpd.conffile.
â Doug Smythies
Feb 1 at 16:11
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
Try adding anauthoritativedirective. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.
â Doug Smythies
Feb 1 at 21:16
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43
Please edit your question and add the content of your
/etc/dhcp/dhcpd.conf file.â Doug Smythies
Feb 1 at 16:11
Please edit your question and add the content of your
/etc/dhcp/dhcpd.conf file.â Doug Smythies
Feb 1 at 16:11
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
Try adding an
authoritative directive. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.â Doug Smythies
Feb 1 at 21:16
Try adding an
authoritative directive. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.â Doug Smythies
Feb 1 at 21:16
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002111%2fwhy-i-cant-get-an-ip-address-from-my-dhcp-server%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Please edit your question and add the content of your
/etc/dhcp/dhcpd.conffile.â Doug Smythies
Feb 1 at 16:11
i just edited my question and insert an image og my /etc/dhcp/dhcpd.conf file. i hope you can help me
â vonn samson
Feb 1 at 18:06
Try adding an
authoritativedirective. Myself, I would move the other options stuff outside of your pool braces, but don't know if it actually matters. It would be easier for us if you would copy and paste directly into your question rather than have us look at a screen shot.â Doug Smythies
Feb 1 at 21:16
I put my actual configuration in my question. thank you for your help.
â vonn samson
Feb 2 at 1:43