在 Ubuntu Server 12.04 上设置 Dante

在 Ubuntu Server 12.04 上设置 Dante

我正在尝试设置和配置需要身份验证的 socks5 服务器。

我让 dante 在 ubuntu 上运行,并设置配置以便能够先无需身份验证进行连接:

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
}

在此之后我开始使用 dante

/etc/init.d/danted start

netstat -n -a显示:

tcp        0      0 10.135.9.111:1080       0.0.0.0:*               LISTEN

但是我无法从外部连接到它。

怎么了?

答案1

打开防火墙中的端口(如果您还没有这样做)。您可以使用防火墙 GUI 进行必要的更改。

相关内容