MEMBUAT DHCP SERVER DEBIAN




1. Install paket dhcp server
# apt-get install dhcp3-server
2. Konfigurasi dhcp server
# mcedit /etc/dhcp3/dhcp.conf
Konfigurasi utama DHCP Server terletak pada /etc/dhcp3/dhcpd.conf.
optiondomain-name-servers ETH1;
subnet N.ETH1 netmask 255.255.255.0 {
range 192.168.254.1 192.168.254.10;
optiondomain-name-servers 192.168.254.1;
option domain-name “testing.com”;
option routers 192.168.254.1;
option broadcast-address 192.168.252.15;
default-lease-time 3600;
max-lease-time 7200;
}
keterangan: pada baris pertama merupakan subnet dan netmask, baris kedua adalah range ip address yang kita alokasikan untuk klien, baris ketiga pemberian DNS untuk klien, baris keempat adalah name buat klien, baris kelima merupakan router ip, baris keenam merupakan broadcast ip, baris ketujuh adalah default waktu sewa dan baris terakhir maksimum waktu sewa.
3. Konfigurasi interface default
# mcedit /etc/default/dhcp
Konfigurasi utama DHCP server terletak pada /etc/default/dhcp
INTERFACE=”eth0″
(interface yang digubakan sbg dhcp server)
Restart DHCP server
$ /etc/init.d/dhcp3-server restart jika tidak ada error, berarti konfigurasi telah benar.
4. Konfigurasi interface card
auto eth0
iface eth0 inet static
address 192.168.254.1
netmask 255.255.255.0
network 192.168.254.0
broadcast 192.168.254.255
gateway 192.168.254.1
5. Client konfigurasi
Rubah file berikut
# mcedit /etc/network/interfaces
masukkan konfigurasi:
auto eth0
iface eth0 inet dhcp
kemudian restart service networking
# /etc/init.d/networking restart
kemudian cek IP address
# ifconfig

4 komentar:

  1. Harrah's Casino and Resort - Jordan20 Retro
    At 세리에 Harrah's Resort, you'll find plenty air jordan 18 retro red shop of air jordan 18 retro yellow suede from me room and suite options and you'll enjoy the casino floor air jordan 18 stockx for sale as the casino hotel is located right show to buy air jordan 18 retro men on the waterfront.

    BalasHapus
  2. Bet365 Casino & Promos 2021 - JTM Hub
    Full list titanium earrings of Bet365 Casino & Promos 1xbet korean · 출장안마 Up to £100 in Bet Credits wooricasinos.info for new customers at bet365. Min deposit £5. Bet Credits available for use upon settlement of febcasino.com bets to value of

    BalasHapus

berkomentarlah dengan sopan !

Diberdayakan oleh Blogger.