Cześć.
Mam sobie urządzenie IoT które nie ma dostępu do internetu. Potrzebuję zrobić analizę ruchu tcpdumpem. Niesety z racji tego, że urządzenie jest okaleczone muszę zrobić instalację offline.
Oto info z urządzenia:
root@LTE65:/tmp# cat /proc/version
Linux version 4.4.92 (bmu4abt@ABTZ0GEO) (gcc version 5.4.0 (LEDE GCC 5.4.0 r3560-79f57e422d) ) #0 Tue Oct 17 17:46:20 2017
root@LTE65:/tmp# cat /proc/cpuinfo
system type : Atheros AR9330 rev 1
machine : TP-LINK TL-MR3020
processor : 0
cpu model : MIPS 24Kc V7.4
BogoMIPS : 265.42
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
Oto link do urządzenia https://wiki.openwrt.org/toh/tp-link/tl-mr3020
tcpdump ściągałem z tego linka https://archive.openwrt.org/snapshots/trunk/ar71xx/generic/packages/base/
Błąd podczas instalacji
root@LTE65:/tmp# opkg install tcpdump_4.9.2-1_ar71xx.ipk
Unknown package 'tcpdump'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for tcpdump found, but i ncompatible with the architectures configured
* opkg_install_cmd: Cannot install package tcpdump.
root@LTE65:/tmp# opkg install /tmp/tcpdump_4.9.2-1_ar71xx.ipk
Unknown package 'tcpdump'.
Collected errors:
* pkg_hash_fetch_best_installation_candidate: Packages for tcpdump found, but incompatible with the architectures configured
* opkg_install_cmd: Cannot install package tcpdump.
|