LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-28-2005, 08:49 AM   #1
ziggy1621
LQ Newbie
 
Registered: Apr 2005
Location: FL
Distribution: FC4
Posts: 20

Rep: Reputation: 0
FC4 as DHCP server


hello all. I thought I did this right, but obviously not. My windows box is not picking up an IP address from the FC4 box. Below is my dhcpd.conf file.. and yes the service is started

PHP Code:
ddns-update-style interim;
ignore client-updates;
authoritatve;
subnet 192.168.1.0 netmask 255.255.255.0 {

# --- default gateway
    
option routers            192.168.1.254;
    
option subnet-mask        255.255.255.0;

#    option nis-domain        "domain.org";
#    option domain-name        "domain.org";
    
option domain-name-servers    192.168.1.254;
    
option broadcast-address    192.168.1.255;
    
option time-offset        -18000;    # Eastern Standard Time
#    option ntp-servers        192.168.1.1;
#    option netbios-name-servers    192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#    option netbios-node-type 2;

    
range 192.168.1.150 192.168.1.200;
    default-
lease-time 21600;
    
max-lease-time 43200;

    
# we want the nameserver to appear at a fixed address
    
host ns {
        
next-server marvin.redhat.com;
        
hardware ethernet 12:34:56:78:AB:CD;
        
fixed-address 207.175.42.254;
    }

thanks in advance.

ziggy
 
Old 12-28-2005, 09:12 PM   #2
comprookie2000
Gentoo Developer
 
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Blog Entries: 5

Rep: Reputation: 58
Here is all I have in mine;
Code:
authoritative;
ddns-update-style interim;
subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.100 192.168.0.250;
    default-lease-time 259200;
    max-lease-time 518400;
    option subnet-mask 255.255.255.0;
    option broadcast-address 192.168.0.255;
    option routers 192.168.0.1;
    option domain-name-servers 192.168.0.1;
}
I don't have this;
Code:
 # we want the nameserver to appear at a fixed address
    host ns {
        next-server marvin.redhat.com;
        hardware ethernet 12:34:56:78:AB:CD;
        fixed-address 207.175.42.254;
    }
I would try it without
 
Old 12-29-2005, 06:43 AM   #3
ziggy1621
LQ Newbie
 
Registered: Apr 2005
Location: FL
Distribution: FC4
Posts: 20

Original Poster
Rep: Reputation: 0
Thanks man, I got it working... I think the problem was I was trying to "Repair" the connection to get the windoze box to get an IP, but in fact I had to go ahead and "Disable" then "Enable" it for it to actually grab. **shrug** It works!

thx

ziggy
 
  


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
FC4 DHCP not receiving IP bvknapp Linux - Hardware 4 10-28-2005 11:36 AM
Help me!: How can I fix the error when setting up DHCP with FC4 ? jindo Linux - Networking 6 07-22-2005 04:09 AM
FC4 DHCP Configuration to eth0 babyj Linux - Newbie 4 06-26-2005 01:32 AM
FC4 dhcp configuring eth0 babyj Linux - Networking 4 06-25-2005 01:05 AM
XP Pro Build 2600/sp1 v.1105 DHCP Client to Redhat 8.0 DHCP Server - Problems atomant Linux - Networking 5 06-28-2003 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:22 AM.

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