SchoolOnffLine: Instalasi dan Konfigurasi Server Standard

From OnnoWiki
Revision as of 03:37, 5 September 2009 by Onnowpurbo (talk | contribs) (New page: apt-get install dhcp3-server ---- vi /etc/dhcp3/dhcpd.conf ddns-update-style none; option domain-name "sekolah.sch.id" option domain-name-servers 192.168.0.254, 203.34.118.10, 203....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
apt-get install dhcp3-server

vi /etc/dhcp3/dhcpd.conf
ddns-update-style none;
option domain-name "sekolah.sch.id"
option domain-name-servers 192.168.0.254, 203.34.118.10, 203.34.118.12, 208.67.222.222, 208.67.220.220;
default-lease-time   86400; # 24 jam
max-lease-time      172800; # 48 jam
authoritative;
subnet 192.168.0.0 netmask 255.255.255.0 {
       range 192.168.0.30 192.168.0.70;
       option routers 192.168.0.1;
       }