LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-28-2005, 10:00 PM   #1
tj53
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse
Posts: 17

Rep: Reputation: 0
Create a BootP netboot server on an existing DHCP network?


Ok, I've literally spent weeks trying to get this to work, and despite my best efforts I just can't get this working. Anyways, I already have a router setup on my network which is acting as the DHCP server (DLink Dl-524). I'm trying to get a server (running Suse 9.3) which is on that network to act as a BootP server. (Already have NFS, and TFTP working flawlessly, DHCP net-booting is fine, but some legacy computers need bootp) I tried the bootps server in xinetd but for whatever reason no tests would successfully connect and no reply was ever received. So I moved on to using dhcpd and in the dhcpd.conf declaring "allow bootp;" But I can't get dhcpd to get onto the network because it is already in use specifically the problem is: "Can't bind to dhcp address: Address already in use... exiting."

Is there any way to work around this? And if that would work is it even possible to have the BootP server not be the actual DHCP server/router? (will forwarding ports 67 and 68 (bootp) on the router to the server work?) Thanks in advance for any help. I'm stumped.

Last edited by tj53; 07-28-2005 at 10:40 PM.
 
Old 07-29-2005, 10:46 AM   #2
tj53
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse
Posts: 17

Original Poster
Rep: Reputation: 0
Ok, so here is my current dhcpd.conf:

#Standard dhcpd options
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.1.255;
option routers 192.168.1.1;
allow bootp;
not authoritative;

# the subnet from which dhcp requests will come
subnet 192.168.1.0 netmask 255.255.255.0 {

# the host to boot in BootP
host iMac233 {
hardware ethernet 00:03:93:93:54:18;
fixed-address 192.168.1.4;
filename "/store/Netboot/yaboot";
server-name "192.168.1.8";
next-server 192.168.1.8;
{
{

Is there any option to make the server just listen on DHCP and only respond to BootP requests?
 
Old 08-02-2005, 04:26 PM   #3
tj53
LQ Newbie
 
Registered: Dec 2004
Distribution: Suse
Posts: 17

Original Poster
Rep: Reputation: 0
Come on, anyone? Would declaring "shared-network" work maybe?

Edit: Is it impossible or something? If this just isn't possible I'd really appreciate someone just saying it or something, 72 people so far and nothing?

Last edited by tj53; 08-02-2005 at 10:43 PM.
 
Old 04-22-2008, 12:51 AM   #4
cyent
Member
 
Registered: Aug 2001
Location: ChristChurch New Zealand
Distribution: Ubuntu
Posts: 398

Rep: Reputation: 87
Red face Not authoritative

Quote:
Originally Posted by tj53 View Post
Come on, anyone? Would declaring "shared-network" work maybe?

Edit: Is it impossible or something? If this just isn't possible I'd really appreciate someone just saying it or something, 72 people so far and nothing?
I have a similar problem, I'm on a largish campus where the central services provide a DHCP server and a bootp server.

Watching my log messages and the chatter on the wire via wireshark I conclude the main DHCP server hears my response, and slaps me down with a "not authoritative" message.

I see you have the "not authoritative" thing in your config as well. I suspect if you change that to "authoritative" one of following will happen.
* it works.
* everything else stops working.

Do let me know which!

I'm reluctant to experiment or quite a few other PC's on my subnet may stop working... :-)
 
  


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
Searching for Server (BOOTP/DHCP) <sleep> <sleep> .. .. Eileen Linux - Networking 12 10-21-2005 01:14 AM
BootP won;t work but DHCP will rhaley Linux - Networking 1 06-10-2005 11:37 AM
DHCP/BOOTP Relay Agent alex1856 Linux - Networking 2 03-12-2004 05:50 PM
BOOTP/DHCP relay agent alex1856 Linux - Software 0 03-11-2004 03:31 PM
how can i create subnets on dhcp server castify Linux - Networking 0 07-24-2003 03:13 AM

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

All times are GMT -5. The time now is 09:56 PM.

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