BOOTP Error: No HOSTNAME is available

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 ,


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 on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.