- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
上次操作系统升级后无法通过 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
的。重新安装 sshuttle 并重置配置没有帮助。通过相同的配置在 ubuntu 17.10 上工作。
最佳答案
在 https://github.com/sshuttle/sshuttle/issues/150 上发布了一个解决方案
显然现在需要添加 -x <host>
到命令(在您的情况下,<host>
是 server
)。为我工作。
关于linux - sshuttle 连接错误 : packet_write_wait: Connection to <server> port 22: Broken pipe (archlinux),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47855135/
我正在使用 ParrotOS,目前正在 HTB 上做 prolabs Dante,但我在旋转时遇到了问题。 我已经使用 sudo apt-get install sshuttle 安装了 sshutt
在我安装了新版本的 ubuntu (18.04) 并安装了 sshittle 之后,我无法再使用 sshuttle 连接到我的服务器。我还检查了版本 (0.78.4) 是否与我在另一台设备上使用的版本
我已成功运行到同一台计算机的隧道,但无法使用 --dns 加载 sshuttle。没有它,它会加载并运行。这是命令行和控制台返回...有什么想法吗? 无论我做什么,我都无法让这个坏男孩在启用 --dn
有人可以向我解释使用一种优于另一种的好处吗?它们具有可比性吗? 我知道 sshuttle 充当出站通信的代理,但是它也可以用于转发连接吗? 例如,stunnel 可以用作在我的网络之外传输数据的反向代
sshuttle claims它解决了很多问题discussed problem的 TCP-over-TCP meltdown . sshuttle assembles the TCP stream
我需要容器能够使用 sshuttle 工具。我在主机或容器中尝试任何一种方式。但这些都行不通。这是我需要的:我在主机中运行: sshuttle -r mysshaccount@my.remote.se
关闭。这个问题需要debugging details .它目前不接受答案。 编辑问题以包含 desired behavior, a specific problem or error, and th
上次操作系统升级后无法通过 sshuttle 连接到服务器。它正常工作一年,但升级后出现此错误: sshuttle --dns -r root@server 0.0.0.0/0 -vv packet
我是一名优秀的程序员,十分优秀!