Difference between revisions of "SchoolOnffLine: Konfigurasi /etc/dhcp3/dhcpd.conf DHCP Server"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 17: | Line 17: | ||
* [[SchoolOnffLine: Manual Administrator]] | * [[SchoolOnffLine: Manual Administrator]] | ||
* [[SchoolOnffLine: Server Berbasis Ubuntu]] | * [[SchoolOnffLine: Server Berbasis Ubuntu]] | ||
+ | |||
+ | [[Category: Linux]] | ||
+ | [[Category: Distro Linux]] | ||
+ | [[Category: SchoolOnffLine]] |
Latest revision as of 08:46, 11 May 2010
Konfigurasi DHCP Server
Ubah range alokasi IP address. Edit
# vi /etc/dhcp3/dhcpd.conf
Ubah
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; }