KONFIGURASI DHCP Server Di Debian 5
apt-get install dhcp3-server
2. Bila paket tidak tersedia update 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 Cari kata atau kalimat:
# 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 hilangkan tanda pagar(#) sehingga menjadi
# A slightly different configuration for an internal subnet.
Kemudian :
subnet 10.22.77.0 netmask 255.255.255.0{
range 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 ;
}
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