Run these commands in a terminal, or make a bash script if you often need them! To turn off simply reboot your Jolla, of course the Developer Mode must be activated before. 3G connection —> USB tethering # # echo 1 > /proc/sys/net/ipv4/ip_forward # /sbin/iptables -t nat -A POSTROUTING -o rmnet0 -j MASQUERADE # /sbin/iptables -A FORWARD -i rmnet0 -o rndis0 -m state --state \ RELATED,ESTABLISHED -j ACCEPT # /sbin/iptables -A FORWARD -i rndis0 -o rmnet0 -j ACCEPT WiFi connection —> USB tethe...