Results 1 to 2 of 2

Thread: Loosing hope.. dhcp is not working :( HELP !

  1. #1
    Junior Member registered user
    Join Date
    Jul 2004
    Location
    Hollywood, Florida
    Posts
    18

    Loosing hope.. dhcp is not working :( HELP !

    I decided to take the plunge and rid myself of fedora core on my nat server..

    I had dhcp working as well as firestarter (handles nat & firewalling).

    So i did a knoppix hdinstall with the newest release...

    downloaded all relevant packages and setup the dhcpd.conf file... restarted the dhcp service... and I get errors...

    It refuses to start... so i read the syslog file and sure enough it says that i have an error in my script. I also made a point to look at the /etc/default/dhcp file and adde "eth1" to the list...

    here is my dhcpd.conf file:

    ddns-update-style interim;
    ddns-updates on;
    ddns-ttl 30;

    subnet 192.168.0.0 netmask 255.255.255.0 {
    range 192.168.0.110 192.168.0.120;
    default-lease-time 86400;
    max-lease-time 86400;
    option routers 192.168.1.1;
    option ip-forwarding off;
    option broadcast-address 192.168.0.255;
    option subnet-mask 255.255.255.0;
    option domain-name-servers 207.69.188.187,
    207.69.188.186;
    one-lease-per-client on;
    deny client-updates;
    }


    and here is my syslog error when i try to start dhcp..



    Jul 3 11:17:51 web_box init: Trying to re-exec init
    Jul 3 17:18:35 web_box dhcpd: /etc/dhcpd.conf line 1:
    expecting a parameter or declaration.
    Jul 3 17:18:35 web_box dhcpd: ddns-update-style
    Jul 3 17:18:35 web_box dhcpd: ^
    Jul 3 17:18:35 web_box dhcpd: Configuration file
    errors encountered -- exiting
    Jul 3 17:18:35 web_box dhcpd: exiting.
    Jul 3 17:20:14 web_box dhcpd: /etc/dhcpd.conf line 1:
    expecting a parameter or declaration.
    Jul 3 17:20:14 web_box dhcpd: ddns-update-style
    Jul 3 17:20:14 web_box dhcpd: ^
    Jul 3 17:20:14 web_box dhcpd: Configuration file
    errors encountered -- exiting
    Jul 3 17:20:14 web_box dhcpd: exiting.
    Jul 3 17:30:57 web_box dhcpd: /etc/dhcpd.conf line 1:
    expecting a parameter or declaration.
    Jul 3 17:30:57 web_box dhcpd: ddns-update-style
    Jul 3 17:30:57 web_box dhcpd: ^
    Jul 3 17:30:57 web_box dhcpd: /etc/dhcpd.conf line 2:
    expecting a parameter or declaration.
    Jul 3 17:30:57 web_box dhcpd: ddns-updates
    Jul 3 17:30:57 web_box dhcpd: ^
    Jul 3 17:30:57 web_box dhcpd: /etc/dhcpd.conf line 3:
    expecting a parameter or declaration.
    Jul 3 17:30:57 web_box dhcpd: ddns-ttl
    Jul 3 17:30:57 web_box dhcpd: ^
    Jul 3 17:30:57 web_box dhcpd: /etc/dhcpd.conf line
    15: expecting allow/deny key
    Jul 3 17:30:57 web_box dhcpd: ^Ideny client-updates;
    Jul 3 17:30:57 web_box dhcpd: ^
    Jul 3 17:30:57 web_box dhcpd: Configuration file
    errors encountered -- exiting
    Jul 3 17:30:57 web_box dhcpd: exiting.



    I hope someone can help me with this.

  2. #2
    Junior Member registered user
    Join Date
    Jul 2004
    Location
    Hollywood, Florida
    Posts
    18
    ok... nobody answered me but i figured out the problem...which led to MORE problems, which I also figured out...

    problem 1. DHCPD wont start and gives a ton of errors... I fixed it by removing the ddns line. I re-organized the file to look like this and it worked:

    dhcpd.conf:

    option subnet-mask 255.255.0.0;
    option broadcast-address 192.168.255.255;
    default-lease-time 86400;
    max-lease-time 86400;
    option routers 192.168.0.1;
    option domain-name-servers 207.69.188.187,
    207.69.188.186;
    option ip-forwarding off;
    one-lease-per-client on;

    subnet 192.168.0.0 netmask 255.255.0.0 {
    range 192.168.0.110 192.168.0.120;
    }

    I also had to edit the /etc/init.d/dhcp script to contain INTERFACES="eth1" instead of "eth0". Even though I added "eth1" to /etc/default/dhcp it did not set eth1 to be the dhcp network...

    lastly, after i had everything setup, i set the static IP on eth1 and rebooted. sure enough, knoppix set eth1 to dhcp again... so i could not figure out what script its doing that from... so i added my own network startup script to /etc/init.d and it goes like this:

    /etc/init.d/start_nat :

    #!/bin/bash

    ifconfig eth1 192.168.0.1 netmask 255.255.0.0

    /etc/init.d/./firestarter start #starts my firewall & Internet sharing for my network...
    /etc/init.d/./dhcp start # starts the dhcp server once everything else is up and running...


    I added the start_nat script to run levels 3 and 5... rebooted and BAAAAM !!!!!!! It works perfectly... all of my hosts are getting IP addresses and browsing the net ! YAY !

Similar Threads

  1. Replies: 16
    Last Post: 06-02-2005, 07:46 PM
  2. netgear ha501!!! Is there hope???
    By xaviers2002 in forum Networking
    Replies: 1
    Last Post: 09-25-2004, 06:31 AM
  3. An easy one (I hope!) for you guys
    By ryans in forum Hardware & Booting
    Replies: 2
    Last Post: 03-12-2004, 10:16 AM
  4. Replies: 0
    Last Post: 02-10-2004, 06:59 PM
  5. You're my last hope!
    By reilord in forum Networking
    Replies: 11
    Last Post: 01-26-2004, 02:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Vintage Datotek DCU Cryptography PCB 400-1176-001 Rev E Serial 0019 ADSP-2101  picture

Vintage Datotek DCU Cryptography PCB 400-1176-001 Rev E Serial 0019 ADSP-2101

$399.99



Vintage Apple Macintosh M0110 Keyboard with Coiled Cable & M0100 Mouse Bundle picture

Vintage Apple Macintosh M0110 Keyboard with Coiled Cable & M0100 Mouse Bundle

$180.00



Vintage Digital DECtalk DTC01-SP Speech Synthesizer Powers On – AS IS picture

Vintage Digital DECtalk DTC01-SP Speech Synthesizer Powers On – AS IS

$449.00



Vintage Promise EIDEMAX Enhanced IDE Disk Controller ISA Non-RAID Card Boxed picture

Vintage Promise EIDEMAX Enhanced IDE Disk Controller ISA Non-RAID Card Boxed

$34.99



Vintage Leading Edge LEP-9183SX/20 Laptop White Portable (FOR PARTS- READ) #99 picture

Vintage Leading Edge LEP-9183SX/20 Laptop White Portable (FOR PARTS- READ) #99

$130.00



Vintage HP 200LX Palmtop PC 2MB RAM MS-DOS Works w/ Case LCD Screen Lines READ picture

Vintage HP 200LX Palmtop PC 2MB RAM MS-DOS Works w/ Case LCD Screen Lines READ

$149.99



Vintage External SCSI Multi-Bay Tower Array Bundle 4 Seagate Cheetah ST39103LW picture

Vintage External SCSI Multi-Bay Tower Array Bundle 4 Seagate Cheetah ST39103LW

$300.00



Vintage Apple Macintosh SE/30 M5119 Monitor Only Powers On For Parts Or Repair picture

Vintage Apple Macintosh SE/30 M5119 Monitor Only Powers On For Parts Or Repair

$357.50



Apple  Mac OS9 Cloth Banner Think Different 64 x 24 inches NEW ORIGINAL Vintage picture

Apple Mac OS9 Cloth Banner Think Different 64 x 24 inches NEW ORIGINAL Vintage

$99.99



Vintage Apple Macintosh Quadra 840AV Computer w Keyboard Mouse  Cables G2U picture

Vintage Apple Macintosh Quadra 840AV Computer w Keyboard Mouse Cables G2U

$799.00