New IP address with TSOCKS
Posted
by
Matthew Downey
on Super User
See other posts from Super User
or by Matthew Downey
Published on 2011-09-10T05:18:00Z
Indexed on
2012/11/10
23:03 UTC
Read the original article
Hit count: 340
ip-address
|tor
I am using tsocks
on my Ubuntu machine and I have it all set up so that if I run
wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
in my normal shell I get my real IP address, and if I run
tsocks wget -q -O - checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
I get another IP address like I should.
My question is how do I make the tsocks
command return with a different 'different address'; in other words establish a new identity.
© Super User or respective owner