Web host forum - 564 Part IV . Implementing Network Services in
Monday, August 27th, 2007564 Part IV . Implementing Network Services in SUSE Linux Specifying both options puts a limit on the upper and lower lease time allowed for clients to hold the DHCP configuration. (Again, you add both options to /etc/ dhcpd.conf.) default-lease-time 43200 # 12 hours max-lease-time 86400 # 24 hours This example specifies a lower limit of 12 hours, and an upper limit of 24 hours until a lease is renewed on the client. Other DHCP Options DHCP is an extremely powerful configuration tool when you have many client machines that must be configured. It is not just limited to IP address allocation and can be extended to encompass a large proportion of network configuration, from WINS servers to network time servers. View the dhcp-options man page for more information on what options your DHCP server can present to your network clients. Starting and Stopping DHCP Clients To be able to use DHCP, your client machines must know how to actually send DHCP requests to the network for configuration. In SUSE, you can use the Network Configuration of YaST (Network Devices . Network Card) to configure a network interface to use DHCP. Another useful way to send a DHCP request is with ifup-dhcp and ifdown-dhcp. If you are using a wireless network, or you want to bring up a network interface temporarily using DHCP, then you can use the ifup-dhcp command: bible:~ # ifup-dhcp eth0 Starting DHCP Client Daemon on eth0… . . . This command starts the DHCP client and attaches it to the eth0 interface. In the event that you want to remove the DHCP client from a network interface, thus removing its dynamic network configuration, you need to use the ifdown-dhcp command: bible:~ # ifdown-dhcp eth0 This removes the DHCP client from the network card specified, in this case eth0.
We highly recommend you visit web and email hosting services if you need stable and cheap web hosting platform for your web applications.