TSOCKS error on Backtrack 5 Linux

0

I am running Backtrack 5 and when I tried installing tsocks with this tutorial (which was intended for Ubuntu, but I couldn't find one for Backtrack).

When I go through the steps and I try to run

tsocks ftp matthewdowney20.comyyr.com

… it returns:

root@root:~# tsocks ftp matthewdowney20.comyyr.com
06:47:53 libtsocks(9148): Only one default SOCKS server may be specified at line 50 in configuration file
06:47:53 libtsocks(9148): Server type may only be specified once for default server, at line 51 in configuration file
06:47:53 libtsocks(9148): Server port may only be specified once for default server, at line 52 in configuration file
06:47:53 libtsocks(9148): Error 111 attempting to connect to SOCKS server (Connection refused)
ftp: connect: Connection refused
ftp> 

John Dorian

Posted 2011-10-08T17:49:42.377

Reputation: 253

tsocks ping google.com returns tsocks ftp matthewdowney20.comyyr.com? – slhck – 2011-10-08T17:54:54.847

Also, what does your configuration file say? – slhck – 2011-10-08T18:01:08.290

No answers