| | |
dhcpd.conf configuration
![]() |
•
•
Join Date: May 2006
Posts: 6
Reputation:
Solved Threads: 0
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?
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?
![]() |
Similar Threads
- help hosting website from home. (Domains and DNS)
- DDNS client: Multiple zone entries (Domains and DNS)
- DHCP with redhat 9 (*nix Software)
- FC4, DHCP server (*nix Software)
- PHP Tripod (PHP)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- Dhcpd.conf (*nix Software)
Other Threads in the *nix Software Forum
- Previous Thread: Volum control
- Next Thread: Printing without SMB
| Thread Tools | Search this Thread |





