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
  •  


(New) AMD Ryzen 7 5700X 8 Core 16 Thread AM4 Unlocked 3.4 GHz CPU OEM Tray picture

(New) AMD Ryzen 7 5700X 8 Core 16 Thread AM4 Unlocked 3.4 GHz CPU OEM Tray

$169.99



8-core 10-core GPU baseboard 8654 to PCIE 5.0x16 GPU expansion baseboard picture

8-core 10-core GPU baseboard 8654 to PCIE 5.0x16 GPU expansion baseboard

$377.77



Panasonic Toughbook CF19 MK8 Core i5 3610ME 2.7GHz 12GB RAM 512GB SSD Win 10 Pro picture

Panasonic Toughbook CF19 MK8 Core i5 3610ME 2.7GHz 12GB RAM 512GB SSD Win 10 Pro

$319.00



Apple MacBook Air 13.6” M2 8GB 256GB SSD 2022 MLY33LL/A 8‑Core CPU 8‑Core GPU picture

Apple MacBook Air 13.6” M2 8GB 256GB SSD 2022 MLY33LL/A 8‑Core CPU 8‑Core GPU

$529.95



HP - OmniBook 3 16

HP - OmniBook 3 16" 2K Touchscreen Laptop - Intel Core Ultra 5 (2025) - 8GB M...

$479.99



Lenovo LOQ 15 15.6

Lenovo LOQ 15 15.6" FHD 144Hz 8-Core i5-12450HX 16GB 512GB SSD GeForce RTX 4050

$799.00



Dell - XPS 13.4

Dell - XPS 13.4" 3K Touchscreen Laptop - Intel Core 5 Series 3 320 2026 - 8GB...

$699.99



AMD Ryzen 7 5800XT 3.80GHz 8 Core 16 Thread AM4 #U6325 (AR) picture

AMD Ryzen 7 5800XT 3.80GHz 8 Core 16 Thread AM4 #U6325 (AR)

$189.88



Dell Alienware m15 R7 AMD Ryzen 7 6800H 16GB DDR5 1TB SSD RTX 3070 Ti WIN 11 PRO picture

Dell Alienware m15 R7 AMD Ryzen 7 6800H 16GB DDR5 1TB SSD RTX 3070 Ti WIN 11 PRO

$920.00



Lenovo ThinkPad T480 Core i5-8250u 1.6GHz 8GB 256GB SSD 14

Lenovo ThinkPad T480 Core i5-8250u 1.6GHz 8GB 256GB SSD 14" ***Boot to Bios

$110.00