Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-26-2006, 10:18 AM
|
#1
|
Member
Registered: May 2006
Posts: 39
Rep:
|
dhcpd.conf configuration
hello,
I am trying to configure my dhcpd.conf file to handle assigning multiple systems ip address' dynamically but i would like each system to mount a different root path. For example:
I want one system to connect with an ip of 192.168.0.1 and then mount /usr/local/boot1
and then if another system connects with an ip of 192.168.0.2 i would like it to mount /usr/local/boot2.
I also do not want to use any hardware ethernet recognition simply assigning dynamic ip addresses.
Below is simply a sample code of our actual config file:
subnet 192.168.0.0 subnet mask 255.255.255.0
{
range 192.168.0.1 192.168.0.100
option root-path "/usr/local/boot1";
}
Does anyone know how I would go about doing so?
|
|
|
07-28-2006, 08:08 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: Wales, UK
Distribution: Debian, Ubuntu
Posts: 1,075
Rep:
|
Quote:
Originally Posted by mcrosby
hello,
I am trying to configure my dhcpd.conf file to handle assigning multiple systems ip address' dynamically but i would like each system to mount a different root path. For example:
I want one system to connect with an ip of 192.168.0.1 and then mount /usr/local/boot1
and then if another system connects with an ip of 192.168.0.2 i would like it to mount /usr/local/boot2.
I also do not want to use any hardware ethernet recognition simply assigning dynamic ip addresses.
|
This seems an unusual requirement - without reserving by MAC address any client could have any IP address within the range. Is this for load balancing?
|
|
|
07-28-2006, 03:45 PM
|
#3
|
Member
Registered: Jun 2006
Location: Romania
Distribution: RH 9, FD 2,3,4,5 Debian
Posts: 37
Rep:
|
did u define the scope . read the dhcp doc ?
|
|
|
All times are GMT -5. The time now is 01:49 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|