【发布时间】:2017-12-17 12:33:32
【问题描述】:
上次操作系统升级后无法通过 sshuttle 连接到服务器。它可以正常工作一年,但升级后出现此错误:
sshuttle --dns -r root@server 0.0.0.0/0 -vv
packet_write_wait: Connection to server port 22: Broken pipe
c : Waiting: 3 r=[5, 7, 9] w=[] x=[] (fullness=14/0)
c : Ready: 3 r=[9] w=[] x=[]
firewall manager: undoing IPv4 changes.
>> iptables -t nat -D OUTPUT -j sshuttle-12300
>> iptables -t nat -D PREROUTING -j sshuttle-12300
>> iptables -t nat -F sshuttle-12300
>> iptables -t nat -X sshuttle-12300
firewall manager: undoing /etc/hosts changes.
c : fatal: server died with error code 255
我已经在谷歌上搜索过,但大部分都是关于ClientAliveInterval、ClientAliveCountMax、ServerAliveInterval.reinstall sshuttle 和重置配置无济于事。通过相同的配置在 ubuntu 17.10 上工作。
【问题讨论】:
-
Stack Overflow 是一个编程和开发问题的网站。这个问题似乎离题了,因为它与编程或开发无关。请参阅帮助中心的What topics can I ask about here。也许Super User 或Unix & Linux Stack Exchange 会是一个更好的提问地点。
-
对于 serverfault.com 的好问题,但我之前从未提出过问题,不确定过程是什么。