Difference between revisions of "Setup IP Address Statik"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: ==Menggunakan Menu== System -> Preferences -> Network Connections. Pastikan di situ Add konfigurasi IP address. ==Menggunakan Shell== # ifconfig eth0 192.168.x.x netmask 255.255.255.0 ...) |
Onnowpurbo (talk | contribs) |
||
| (3 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== | ||
| − | + | 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]] | ||
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