Ok, so I am using tsocks on my ubuntu machine, 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.