apt-get install dhcp3-server2. Bila paket tidak tersedia apdate cd dngan perintah
apt-cdroom add
3. Untuk mengambil paket dengan perintah :
apt-get update
4. Baru kemudian instal paket dhcp3:
apt-get install dhcp3-server
5. Edit dhcp3 dengan perintah :
nano /etc/dhcp3/dhcp.conf
6. Kemudian hilangkan tanda # :
# A slightly different configuration for an internal subnet.
subnet 10.22.77.0 netmask 255.255.255.0{
rage 10.22.77.0 10.0.0.20 jumlah ip dhcp yg digunakan
option domain-name_server 10.0.0.1
# option domain-name "tkj.com"
option routers 10.22.77.1
option broadcast-address 10.22.77.255
defauld-lease_time 600 ;
max-lease_time 7200 ;
}
Kemudian :nano /etc/defauld/dhcp3-server
Pada baris :
# Separate multiple interface with
space ,e.g."eth0 eth1".
INTERFACES= "eth0"
Kemudian simpan dan restart
Tidak ada komentar:
Posting Komentar