<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Apr 19, 2020 at 2:18 PM Luís Oliveira <<a href="mailto:luismbo@gmail.com">luismbo@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Sun, 19 Apr 2020 at 01:08, Mirko Vukovic <<a href="mailto:mirko.vukovic@gmail.com" target="_blank">mirko.vukovic@gmail.com</a>> wrote:<br>
> With Martin's help, I was able to establish a tunnel, start swank, and with a telnet session on the laptop verify that I can send commands to swank (see that other thread for details).<br>
><br>
> Nevertheless, sly-connect still fails. Stepping through the code, I came to a call to make-network-process, which is a C function.<br>
><br>
> The error message is<br>
> "make client process failed", "Connection timed out", :name, "sly-4", :buffer, nil, :host, "<a href="http://hal9000.us.tel.com" rel="noreferrer" target="_blank">hal9000.us.tel.com</a>", :service, 4005, :nowait, nil, :tls-parameters, nil<br>
<br>
Does telneting to <a href="http://hal9000.us.tel.com" rel="noreferrer" target="_blank">hal9000.us.tel.com</a> port 4005 work? </blockquote><div>I have a swank server listening on port 4005. telnet times out:</div><div>> telnet hal9000 4005<br>Trying 172.17.57.205...<br>telnet: Unable to connect to remote host: Connection timed out<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Why don't you<br>
connect to SWANK via the SSH tunnel you've established?<br>
<br></blockquote><div>If you mean by slime-connect, it times out. </div><div><br></div><div>If you mean by telnet, it works:</div><div>> telnet localhost 4005<br>Trying ::1...<br>Connected to localhost.<br>Escape character is '^]'.<br><br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-- <br>
Luís Oliveira<br>
<a href="http://kerno.org/~luis/" rel="noreferrer" target="_blank">http://kerno.org/~luis/</a><br>
</blockquote></div></div>