Difference between revisions of "Setup IP Address Statik"

From OnnoWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
==Menggunakan Menu==
 
==Menggunakan Menu==
System -> Preferences -> Network Connections. Pastikan di situ Add konfigurasi IP address.
+
System -> Preferences -> Network Connections. Pastikan di situ Add konfigurasi [[IP address]]
  
  
 
==Menggunakan Shell==
 
==Menggunakan Shell==
  
  # ifconfig eth0 192.168.x.x netmask 255.255.255.0
+
  sudo ifconfig eth0 192.168.x.x netmask 255.255.255.0
  
  
Line 11: Line 11:
 
==Pranala Menarik==
 
==Pranala Menarik==
  
 +
* [[Konfigurasi Jaringan]]
 
* [[Linux Howto]]
 
* [[Linux Howto]]
  
 
[[Category: Linux]]
 
[[Category: Linux]]

Latest revision as of 07:45, 1 December 2010

Menggunakan Menu

System -> Preferences -> Network Connections. Pastikan di situ Add konfigurasi IP address


Menggunakan Shell

sudo ifconfig eth0 192.168.x.x netmask 255.255.255.0


Pranala Menarik