3
I am trying to use sshuttle
to disguise my IP address, however without success. I use the command
sshuttle -r <user>@<remote_server> 0.0.0.0/0 -e "ssh -i /home/felix/.ssh/id_rsa" --exclude <remote_server> --dns -v
If I check my IP at https://www.iplocation.net/
is shows the server IP. However, if I use https://www.whatismyip.com/
, they still show my computer IP and IP location.
How is this possible? And what can I do to really disguise my IP robustly?
There are no error messages in the terminal where sshuttle runs, not even when I use more -v.
1That is a strange quirk in sshuttle's configuration. Even if it's a /0, normally an IPv4 mask never becomes an IPv6 mask. – user1686 – 2019-10-28T09:19:58.427