BOOTP Error: No HOSTNAME is available

This is a discussion about BOOTP Error: No HOSTNAME is available in the Linux Networking category; Hi all! I have a problem with booting via DHCP. I have a target MS7751RSE01 board and i am trying to boot Embedded linux via dhcp. I finally got everything to be working except the error No HOSTNAME is available.

Linux Networking 361 This topic was started by , . Last reply by ,


data/avatar/default/avatar09.webp

7 Posts
Location -
Joined 2004-02-10
Hi all!
 
I have a problem with booting via DHCP. I have a target MS7751RSE01 board and i am trying to boot Embedded linux via dhcp. I finally got everything to be working except the error No HOSTNAME is available.
I hope you guys have some ideas about this.
 

Code:
   #dhcpd.conf   allow bootp;   subnet 192.168.213.0 netmask 255.255.255.0 {     default-lease-time xx;     maximum-lease-time xx;     group {        host 192.168.213.216 { #this is the IP of my host. I also tried 127.0.0.0             hardware ethernet 02:00:00:00:00:33;            fixed-address 192.168.213.22;            filename "...";            option root-path "...";     }   }
Thanks everyone!

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 2
Created
Mar 2
Last Response
0
Likes
1 minute
Read Time
User
Users