Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 14th July 2011, 03:56 PM
mleppelman Offline
Registered User
 
Join Date: Jul 2011
Posts: 5
linuxfedorafirefox
DHCP server with fedora 14 no internet.

I am trying to set up a DHCP server for a network that does not go on the internet using fedora 14. I have tried several site and every one I look at has a different dhcpd.conf file. I have tried many and every time I try to start the service they fail. Like I said it does not go on the internet. No matter what I do when I try to start the dhcpd service it fails

[root@pcrepair ~]# service dhcpd start
Starting dhcpd: [FAILED]


here is my current config file


# specify domain name

option domain-name
"server.world";


# specify DNS's hostname or IP address

#option domain-name-servers
#dlp.server.world;


# default lease time

default-lease-time 600;

# max lease time

max-lease-time 7200;

# this DHCP server to be declared valid

authoritative;

# specify network address and subnet mask

subnet 10.1.5.0 netmask 255.255.255.0 {

# specify the range of lease IP address

range dynamic-bootp 10.1.5.200 10.1.5.254;

# specify broadcast address

option broadcast-address 10.1.5.255;

# specify default gateway

option routers 10.1.5.1;

}
Reply With Quote
  #2  
Old 12th August 2011, 03:08 AM
Redagadir Offline
Registered User
 
Join Date: Aug 2011
Posts: 95
windows_xp_2003firefox
Re: DHCP server with fedora 14 no internet.

why do you skip the line here
option domain-name
"server.world";
?

if it still doesn't work, please provide an excerpt of /var/log/messages
Reply With Quote
  #3  
Old 1st September 2011, 03:05 PM
Redagadir Offline
Registered User
 
Join Date: Aug 2011
Posts: 95
linuxubuntufirefox
Re: DHCP server with fedora 14 no internet.

here's an extract of my dhcpd.conf :

shared-network eth0 {
subnet 192.168.0.0 netmask 255.255.255.0 {
option domain-name-servers 192.168.0.1;
default-lease-time 1800;
max-lease-time 7200;

range 192.168.0.220 192.168.0.240;
}
}

servlet jsp

Last edited by Redagadir; 21st December 2011 at 07:51 AM.
Reply With Quote
Reply

Tags
dhcp, fedora, internet, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DHCP server using Fedora 13, How do I ? InTrance Using Fedora 1 10th November 2010 07:21 AM
DHCP Server and NAT Internet Access Igor Sotelo Servers & Networking 2 26th January 2009 06:04 AM
where is DHCP Server in Fedora 7? ImranIjaz Servers & Networking 10 22nd June 2007 04:12 PM
Where is DHCP Server in Fedora 7? ImranIjaz Servers & Networking 1 5th June 2007 09:02 AM
do i need a dhcp-server to connect to the internet via dhcp? parv Servers & Networking 8 21st August 2004 11:47 AM


Current GMT-time: 22:10 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat