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 08-17-2004, 04:17 PM   #1
scottsteibel
Member
 
Registered: Jul 2003
Location: Long Island, NY
Posts: 43

Rep: Reputation: 15
trying to set up a dhcp server to boot diskless workstations


I'm using suse 9.1 trying to set up a dhcp server to use to boot diskless workstations.

I think I have the floppy with the right image on it and when I boot the diskless workstation it does show the mac address of the nic and it then looks for the dhcp server. I might be ok there, I'll worry about using aan eprom in my next life.


I've edited the /etc/dhcpd.conf file following the example in the suse manual. When I check the syntax is says the file is ok, output below "

Checking syntax of /etc/dhcpd.conf:
Config is okay. Hope you also specified existent network devices
Lease file is okay

I'm not sure how to specify esistent network devices. I'm only working with two machines, the server and one diskless cclient. Both deskpro en's

Here is my /etc/dhcpd.conf file:

option domain-name "steibel.ter";
option routers 192.168.1.2;
option domain-name-servers 192.168.1.2;
option broadcast-address 192.168.1.255;
option subnet-mask 255.255.255.0;

default-lease-time 259200; # 3 days;
max-lease-time 604800; # 1 week;
ddns-update-style ad-hoc;

# these 10 addresses will be given out dynamically
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.4 192.168.1.8;
}

#this is the diskless workstation I want to boot

host linuxb {
hardware ethernet 00:90:27:ae:02:e6 ;
fixed-address 192.168.1.3;
}


I'm not using DNS so here is my hosts file:

hosts This file describes a number of hostname-to-address
# mappings for the TCP/IP subsystem. It is mostly
# used at boot time, when no name servers are running.
# On small systems, this file can be used instead of a
# "named" name server.
# Syntax:
#
# IP-Address Full-Qualified-Hostname Short-Hostname
#

127.0.0.1 localhost
192.168.1.2 linuxa.steibel.ter linuxa
192.168.1.3 linuxb.steibel.ter linuxb
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

fe00::0 ipv6-localnet

ff00::0 ipv6-mcastprefix
ff02::1 ipv6-allnodes
ff02::2 ipv6-allrouters
ff02::3 ipv6-allhosts

When I boot the Diskless, it waits for the dhcp server, but never gets anything from it.

Again. not sure how to specify esistent network devices.

Any suggestions? I tried bootp, but I was even more confused, been to LTSP. I'd like to do the via dhpc since I understand it a tiny bit.

Thanks
 
Old 08-17-2004, 05:13 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Moved: This thread is more suitable in Linux - Networking and has been moved accordingly to help your thread/question get the exposure it deserves.
 
  


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
Diskless server charafantah Linux - General 1 11-18-2005 12:31 AM
server runs redhat , workstations win 2k ,workstations cannot connect to internet snkambule Linux - Networking 7 04-27-2005 10:08 AM
About Diskless boot fongkakit Linux - Networking 1 07-19-2004 06:57 PM
Diskless Client Over NFS Using DHCP Question geogecko Linux - Newbie 1 01-10-2004 11:48 PM
many workstations, one music server - need opinions d33pdream Linux - General 4 03-05-2003 10:51 PM

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

All times are GMT -5. The time now is 10:20 AM.

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