Difference between revisions of "Melihat / list interface terpasang"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 11: | Line 11: | ||
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