Okay, die Lösung war einfacher als ich dachte
füge dies in / etc / tor / torrc ein
Log notice file /var/log/tor/tor-notices.log VirtualAddrNetwork 10.192.0.0/10 AutomapHostsSuffixes .onion,.exit AutomapHostsOnResolve 1 TransPort 9040 TransListenAddress 192.168.185.70 DNSPort 53 DNSListenAddress 192.168.185.70
die ip ist meine himbeere
echo "1" > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -s 192.168.185.39 -i eth0 -p tcp --syn -j REDIRECT --to-ports 9040
Ich muss nur ein Linux-Gerät routen, obwohl dies für mich ausreichend ist