You are not logged in.
i use pdanet on linux all the time. most apps you can set a proxy, but for apps that don't have a proxy settings you can use proxychains
open terminal
and your command will be proxychains + your app (e.g.:
proxychains firefox
or
proxychains qbittorrent
let me rewind
step 1: install proxychains
sudo apt install proxychains
step 2: configure /etc/proxychains.conf to contain the following text:
strict_chain
proxy_dns
[ProxyList]
socks5 192.168.49.1 8000
step 3: execute via proxychains, e.g.
proxychains apt update
proxychains transmission-gtk
Last edited by trissypissy (2024-03-24 08:27:04)
Offline
That looks like it would have solved my issue of needing to route apps through a proxy that didnt have settings for it, I'm assuming this would work for 'rclone' cloud syncing.
although I no longer have need for mobile tethering in my work truck nor do I have a Linux laptop anymore, Thank you for taking the time and posting this helpful information.
Offline
Hello i see that you dont use a linux laptop anymore, did you ever figure out how to have access to the internet in the linux terminal using pda net, i cant seem to make it work
Offline