Pages

Kamis, 01 November 2012

Konfigurasi DHCP Debian Lenny 5

1) apt-get install dhcp3-server
2) pico /etc/dhcp3/dhcpd.conf
        
         # If this DHCP server is the official DHCP server for the local
         # network, the authoritative directive should be uncommented.
         # authoritative; (hilangkan pagar didepannya)

         # A slightly different configuration for an internal subnet.
        # subnet 200.20.6.0 netmask 255.255.255.248 {
         # range 200.20.6.2 200.20.6.6;
         # option domain-name-servers 200.20.6.1;   (hilangkan tanda pagar dari subnet sampai bawah)
         # option domain-name "ajar.com;
         # option routers 200.20.6.0;
         # option broadcast-address 200.20.6.7;
         # default-lease-time 600;
         # max-lease-time 7200;
          # }