I am using my server as a SOCKS host for my connection, I have like 20 IP address on the server but when I connect using SSH

i.e ssh -C -2 -D 4567 root@74.74.215.100

Then I use my Firefox to using this as SOCKS tunnel I always get the server's shared IP i.e(207.114.213.34)

The question is how to get my server to give me the IP I requested when connecting and not the shared IP

Knowing that I use WHM control panel and I have access to the root account so any tweak should be doable

My server is

CENTOS 5.7 i686 standard

Thanks

link|improve this question
Could you please explain your situation a little more? – quanta Oct 10 '11 at 2:10
In sshd_config on your server, what is "ListenAddress" set to? – barrycarter Oct 10 '11 at 4:27
Alright quanta: what am trying to do is when I request to connect "SSH" to my server that it gives me the IP that I requested through as the SOCKS tunnel but not matter which IP I use to connect it always gives me my server shared IP – bhappy Oct 10 '11 at 6:19
Barrycarter #AddressFamily any #ListenAddress 0.0.0.0 #ListenAddress :: I guess its commented sorry but am not an expert – bhappy Oct 10 '11 at 6:21
can anyone help? – bhappy Oct 11 '11 at 3:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.