
Tayga NAT64 Container on HEX S 2025 no ip command
Hi,
I'm trying to run Tayga https://github.com/apalrd/tayga as a docker container on a Hex S 2025 using this recompiled for Arm32 image https://hub.docker.com/r/axelrindle/tayga-nat64
Anyone had any success with it on this hardware?
Container starts but traceroute packets to a DNS64 synthesised address are looping back - looking at logs I see
/app/launch-nat64.sh: 36: ip: not found
/app/launch-nat64.sh: 37: ip: not found
/app/launch-nat64.sh: 38: ip: not found
Seems like the container image doesn’t have the linux 'ip' command available to it?
Edit: Working in a fashion
So I connected to the terminal console for the container, ran apt-get update, apt-get install iproute2 and restarted container and it now works. I guess its okish until there's a Tayga update or I need to redeploy the container
Next step is to figure out how to inject the iproute2 package on container pull