Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I'm trying to set up and configure socks5 server that requires authentication.

I've got dante to run on ubuntu and set up configuration to be able to connect without authentication first:

internal: eth0 port = 1080
external: eth0
method: username none
user.privileged: root
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol:  tcp udp
}

after this I've started dante by

/etc/init.d/danted start

netstat -n -a shows:

tcp        0      0 10.135.9.111:1080       0.0.0.0:*               LISTEN

However, I can't connect to it from the outside.

What's wrong?

share|improve this question

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

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.