From 35d08f7cdaf53b9fbca7d649f54dddcc7ca57c01 Mon Sep 17 00:00:00 2001 From: bremner Date: Sat, 22 Sep 2018 18:56:13 +0000 Subject: [PATCH] Added a comment: Dropped the firewall, no change. Maybe it's IPv6? --- ..._1c079d165831b790676dc6bec0549773._comment | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_2_1c079d165831b790676dc6bec0549773._comment diff --git a/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_2_1c079d165831b790676dc6bec0549773._comment b/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_2_1c079d165831b790676dc6bec0549773._comment new file mode 100644 index 0000000000..8eb24f15bd --- /dev/null +++ b/doc/bugs/get_over_ssh_fails_with___fd__58__19__58___hClose__58___resource_vanished/comment_2_1c079d165831b790676dc6bec0549773._comment @@ -0,0 +1,21 @@ +[[!comment format=mdwn + username="bremner" + avatar="http://cdn.libravatar.org/avatar/22c2d800db6a7699139df604a67cb221" + subject="Dropped the firewall, no change. Maybe it's IPv6?" + date="2018-09-22T18:56:12Z" + content=""" +
+convex# iptables -L      
+Chain INPUT (policy ACCEPT)
+target     prot opt source               destination         
+
+Chain FORWARD (policy DROP)
+target     prot opt source               destination         
+
+Chain OUTPUT (policy ACCEPT)
+target     prot opt source               destination         
+convex# 
+
+ +The other difference is that the non-working machine is using IPv6 and IPv4, while the working machine is just IPv4 +"""]]