<div dir="ltr">Hello,<div><br></div><div>My setup is Sly on Spacemacs with Windows 10 running remote lisp on Linux over a corporate network. I have not found a Sly mailing list, and I hope I can get an answer here.</div><div><br></div><div>Emacs is running Sly on Spacemacs on Windows 10. Lisp is running on a Linux server. But Sly does not connect to the listening Lisp. Corporate network security policies have changed. I can ask for IT to accommodate me, but first I need to know what to ask for.</div><div><br></div><div>So far, I have opened a tunnel, and started a listening lisp (details below). </div><div><br></div><div>In Emacs I get:</div><div><br></div><font face="monospace">sly-connect RET RET RET<br>[sly] Connecting to Slynk on port 4005..<br>helm-M-x-execute-command: make client process failed: Connection timed out, :name, sly-9, :buffer, nil, :host, hal9000, :service, 4005, :nowait, nil, :tls-parameters, nil</font><br><div> </div><div>The session transcript:</div><div><font face="monospace">> ssh -L4005:localhost:4005 mirko@hal9000<br><br>[mirko@hal9000 .roswell]$ ros -L ccl-bin run --load start-slynk-server.lisp<br><br> Added SLYNK path to ASDF:*CENTRAL-REGISTRY*<br>SLYNK's ASDF loader finished.<br> Loaded ASDF system<br>;; Slynk started at port: 4005.<br><br> Created SLYNK server on port 4005<br> Set *USE-DEDICATED-OUTPUT-STREAM* to NIL<br>Clozure Common Lisp Version 1.11.5/v1.11.5  (LinuxX8664)<br><br>For more information about CCL, please see <a href="http://ccl.clozure.com">http://ccl.clozure.com</a>.<br><br>CCL is free software.  It is distributed under the terms of the Apache<br>Licence, Version 2.0.<br>?</font><br></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">My question is as follows:</font></div><div><ol><li><font face="arial, sans-serif">Do I need bi-directional traffic on 4005?</font></li><li>Do I need bi-directional traffic on 22? (after recent changes I cannot ssh or scp into my Windows machine)</li><li>What tools can I use to try to narrow down the cause of the problem? For instance, can I send a command to the lisp image, and see its effects on the lisp side?</li></ol></div><div><font face="arial, sans-serif">Thank you,</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Mirko</font></div><div><br></div></div>