Difference between revisions of "SchoolOnffLine: Setup Hostname sekolah.sch.id"

From OnnoWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
isi dengan
 
isi dengan
  
  127.0.0.1     localhost
+
  127.0.0.1       localhost
  192.168.0.254 sekolah.sch.id sekolah mahara.sekolah.sch.id www.sekolah.sch.id
+
::1            localhost ip6-localhost ip6-loopback
+
  192.168.0.254   sekolah.sch.id sekolah www.sekolah.sch.id
# The following lines are desirable for IPv6 capable hosts
+
  fe00::0         ip6-localnet
::1    ip6-localhost ip6-loopback
+
  ff00::0         ip6-mcastprefix
  fe00::0 ip6-localnet
+
  ff02::1         ip6-allnodes
  ff00::0 ip6-mcastprefix
+
  ff02::2         ip6-allrouters
  ff02::1 ip6-allnodes
 
  ff02::2 ip6-allrouters
 
ff02::3 ip6-allhosts
 
  
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[SchoolOnffLine: Desktop Berbasis Ubuntu menggunakan Remastersys]]
 
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
 
* [[Remaster Ubuntu untuk SchoolOnffLine Menggunakan UCK]]
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]
 
* [[SchoolOnffLine: Server Berbasis Sabily 9.04]]

Latest revision as of 12:52, 14 August 2011

Set /etc/hostname

echo sekolah.sch.id > /etc/hostname

Set /etc/hosts

vi /etc/hosts

isi dengan

127.0.0.1       localhost
::1             localhost ip6-localhost ip6-loopback
192.168.0.254   sekolah.sch.id sekolah www.sekolah.sch.id
fe00::0         ip6-localnet
ff00::0         ip6-mcastprefix
ff02::1         ip6-allnodes
ff02::2         ip6-allrouters

Pranala Menarik