Difference between revisions of "Melihat / list interface terpasang"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (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...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | Melihat list interface terpasang. | |
ip link show | ip link show | ||
− | + | atau | |
netstat -i | netstat -i | ||
− | + | Jika tahu nama interface-nya, dapat menggunakan perintah, | |
ifconfig eth0 | ifconfig eth0 | ||
iwconfig wlp1s0 | iwconfig wlp1s0 | ||
− | + | 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