DaniM Posted August 21, 2019 Share Posted August 21, 2019 The Problem I hava a Tetra model MK5.8 and running Parrot OS parrot 5.2.0-2parrot1-amd6 and is not connecting for intial set up. Attempt 1 I followed the steps: Windows / Linux# Download the latest WiFi Pineapple TETRA firmwarehttps://www.wifipineapple.com/downloads Plug the TETRA into your computer using the included USB Y cable Browse to http://172.16.42.1:1471 Follow the onscreen instructions to complete setup For troubleshooting I did: NOTE: For each attempt I did a factory reset by hNOTE: For each attempt I did a factory reset by holding the button 10 seconds.NOTE: For each attempt I did a factory reset by holding the button 10 seconds.olding the button 10 seconds.ifconfig showed no IPv4 so I ran wph6 script to set up network, no joy. (I got the script from https://github.com/hak5darren/wp6/blob/master/wp6.sh). eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether e8:6a:64:9e:1e:6e txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 70 bytes 11700 (11.4 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 16 memory 0xec200000-ec220000 eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet6 fe80::ed9d:9bee:79e:9c30 prefixlen 64 scopeid 0x20<link> ether 00:13:37:a6:b8:22 txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 32 bytes 5216 (5.0 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 1548 bytes 162044 (158.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 1548 bytes 162044 (158.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.11.32 netmask 255.255.255.0 broadcast 192.168.11.255 inet6 fe80::29d0:b079:e2ec:16e3 prefixlen 64 scopeid 0x20<link> ether 42:ac:07:08:66:9e txqueuelen 1000 (Ethernet) RX packets 2448641 bytes 3658150406 (3.4 GiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 406635 bytes 45784802 (43.6 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 Attempt 2 Assing a static IP to the eth1 interface in /etc/network/interfaces and restarted services, no joy. iface eth1 inet static address 172.16.42.42 netmask 255.255.255.0 network 172.16.42.0 broadcast 172.16.42.255 Attempt 3 Connected only through RJ cable and power, no joy NOTE: For each attempt I did a factory reset by holding the button 10 seconds, before continuing with the other one. Link to comment Share on other sites More sharing options...
Just_a_User Posted August 21, 2019 Share Posted August 21, 2019 1 hour ago, DaniM said: I hava a Tetra model MK5.8 and running Parrot OS parrot 5.2.0-2parrot1-amd6 and is not connecting for intial set up. It looks like eth1 isn't getting an IP from the tetra.Have you tried on another machine? to rule out yours being the problem. Your not powering it up while holding the reset button down for 10 seconds are you? That would put it into firmware recovery (uboot) mode which is different to a factory reset. if you are then the Tetra will take the IP 192.168.1.1 so you must manually set yours to 192.168.1.2 or so. but then you would only use that to flash a factory firmware and not an upgrade firmware file. https://docs.hak5.org/hc/en-us/articles/360010471774-Firmware-Recovery Link to comment Share on other sites More sharing options...
Cap_Sig Posted August 21, 2019 Share Posted August 21, 2019 2 hours ago, DaniM said: NOTE: For each attempt I did a factory reset by holding the button 10 seconds, before continuing with the other one. Like @Just_a_User mentioned, are you preforming factory recovery by holding button? This is not needed for setup. Also I have seen some linux systems (and depending on hardware) only allow one Ethernet connection. Might try it with no other Ethernet connections to you system other than USB ETH1 from tetra. Link to comment Share on other sites More sharing options...
DaniM Posted August 21, 2019 Author Share Posted August 21, 2019 @Just_a_User, it looks like eth1 isn't getting an IP from the tetra.Have you tried on another machine? to rule out yours being the problem. Yes I have tried in a windows and in a Kali same problem Your not powering it up while holding the reset button down for 10 seconds are you? I did actually, so what shall I do then? That would put it into firmware recovery (uboot) mode which is different to a factory reset. if you are then the Tetra will take the IP 192.168.1.1 so you must manually set yours to 192.168.1.2 or so. but then you would only use that to flash a factory firmware and not an upgrade firmware file. Link to comment Share on other sites More sharing options...
Just_a_User Posted August 21, 2019 Share Posted August 21, 2019 1 hour ago, DaniM said: I did actually, so what shall I do then? It depends, if you want to attempt a firmware recovery then follow these instructions : - https://docs.hak5.org/hc/en-us/articles/360010471774-Firmware-Recovery Making sure you upload a recovery firmware not an upgrade file. if you are on a network where your router is also using 192.168.1.1 then you will need to disconnect from that while connecting to the tetra @ 192.168.1.1 Link to comment Share on other sites More sharing options...
DaniM Posted August 21, 2019 Author Share Posted August 21, 2019 1 hour ago, Just_a_User said: It depends, if you want to attempt a firmware recovery then follow these instructions : - https://docs.hak5.org/hc/en-us/articles/360010471774-Firmware-Recovery Making sure you upload a recovery firmware not an upgrade file. if you are on a network where your router is also using 192.168.1.1 then you will need to disconnect from that while connecting to the tetra @ 192.168.1.1 I only what to do the initial set up Link to comment Share on other sites More sharing options...
Just_a_User Posted August 21, 2019 Share Posted August 21, 2019 10 hours ago, DaniM said: I only what to do the initial set up in that case don't power the tetra up with the reset button held down. But it might also fix your issue or give you further insight. Especially if you have not tested if you can reach uboot yet. if you can reach uboot recovery page at least you know the usb ethernet hardware is working. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.