View Single Post
Posts: 48 | Thanked: 191 times | Joined on Jan 2016 @ Münsterland, Germany
#30
Today I've had the time to install iptables-mod-tee and kmod-ipt-tee on my router.

and forwarded all traffic to my notebook where a wireshark was running with:

Code:
iptables -t mangle -A POSTROUTING -d 192.168.42.168 -j TEE --gateway 192.168.42.197
iptables -t mangle -A PREROUTING -s 192.168.42.168 -j TEE --gateway 192.168.42.197
By doing so, I could confirm with wireshark that the CoDI updater starts looking for updates here:
http://fota.planetcom.co.uk/stm32fla...e_versions.txt

Planet Computers has reacted for the "Digitime Issue" detected by ninji in the blog post I mentioned earlier. See: https://www.indiegogo.com/projects/c...r#/updates/all Update from Jan 15, 2020 • 7:32AM

The OTA-Updater is going to be fixed by Digitime, at least they say so.

There are also going to be new updates for android and the CoDi. Let's see if they also fix the MITM-Issue on the CoDi Updater.
 

The Following 7 Users Say Thank You to xelo For This Useful Post: