Dante服务器不接受连接

我已经在Centos 7上安装了dante-server(sockd)。这里是我的/etc/sockd.conf

 logoutput: /var/log/sockd.log internal: eth0 port = 1080 external: eth0 method: username user.privileged: root user.notprivileged: nobody client pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: error connect disconnect } client block { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error } pass { from: 0.0.0.0/0 to: 0.0.0.0/0 log: error connect disconnect } block { from: 0.0.0.0/0 to: 0.0.0.0/0 log: connect error } 

我从拖尾日志得到的是: Aug 29 06:59:50 (1504004390.602082) sockd[28929]: info: Dante/server[1/1] v1.4.1 running和我的netstat看起来像这样:

 Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:smtp 0.0.0.0:* LISTEN 1313/master tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN 6015/sshd tcp 0 0 dev1.myhost.:socks 0.0.0.0:* LISTEN 28929/sockd tcp6 0 0 localhost:smtp [::]:* LISTEN 1313/master tcp6 0 0 [::]:ssh [::]:* LISTEN 6015/sshd Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:smtp 0.0.0.0:* LISTEN 1313/master tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN 6015/sshd tcp 0 0 dev1.myhost.:socks 0.0.0.0:* LISTEN 28929/sockd tcp6 0 0 localhost:smtp [::]:* LISTEN 1313/master tcp6 0 0 [::]:ssh [::]:* LISTEN 6015/sshd tcp6 0 0 dev1.myhost.:socks [::]:* LISTEN 28929/sockd tcp6 0 0 dev1.infiniproxy.:socks [::]:* LISTEN 28929/sockd udp 0 0 0.0.0.0:mdns 0.0.0.0:* 6473/avahi-daemon: udp 0 0 0.0.0.0:42022 0.0.0.0:* 6473/avahi-daemon: udp 0 0 0.0.0.0:8497 0.0.0.0:* 943/dhclient udp 0 0 0.0.0.0:bootpc 0.0.0.0:* 943/dhclient udp6 0 0 [::]:44342 [::]:* 943/dhclient tcp6 0 0 dev1.myhost.:socks [::]:* LISTEN 28929/sockd tcp6 0 0 dev1.myhost.:socks [::]:* LISTEN 28929/sockd udp 0 0 0.0.0.0:mdns 0.0.0.0:* 6473/avahi-daemon: udp 0 0 0.0.0.0:42022 0.0.0.0:* 6473/avahi-daemon: udp 0 0 0.0.0.0:8497 0.0.0.0:* 943/dhclient udp 0 0 0.0.0.0:bootpc 0.0.0.0:* 943/dhclient udp6 0 0 [::]:44342 [::]:* 943/dhclient 

我正在testing我的浏览器。 我使用用户名root 。 日志文件不显示任何关于我想要做的连接。