Difference between revisions of "Melihat / list interface terpasang"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "while the above works, there are other options with less typing. ip link show or my favorite, netstat netstat -i you can also use ifconfig and iwconfig for additional in...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
while the above works, there are other options with less typing.
+
Melihat list interface terpasang.
  
 
  ip link show
 
  ip link show
  
or my favorite, netstat
+
atau
  
 
  netstat -i
 
  netstat -i
  
you can also use ifconfig and iwconfig for additional information or information about a specific device
+
Jika tahu nama interface-nya, dapat menggunakan perintah,
  
 
  ifconfig eth0
 
  ifconfig eth0
 
  iwconfig wlp1s0
 
  iwconfig wlp1s0
  
sort of depends on the sort of information you wish to display.
+
Untuk meng-up interface dapat di tambahkan "up"
 +
 
 +
ifconfig eth0 up
 +
iwconfig wlp1s0 up

Latest revision as of 12:52, 19 April 2018

Melihat list interface terpasang.

ip link show

atau

netstat -i

Jika tahu nama interface-nya, dapat menggunakan perintah,

ifconfig eth0
iwconfig wlp1s0

Untuk meng-up interface dapat di tambahkan "up"

ifconfig eth0 up
iwconfig wlp1s0 up