DSE - How to setup remote server with SSH
I am trying to setup a PC as remote farm for DSE compilations.
Currently I am getting the following:
Warning: [Errno 11001] getaddrinfo failed
Error: [Errno 11001] getaddrinfo failed
Error: Traceback (most recent call last):
File "server.py", line 103, in run_impl
File "f:\intelfpga\18.1\quartus\common\python\lib\socketserver.py", line 430, in __init__
self.server_bind()
File "f:\intelfpga\18.1\quartus\common\python\lib\socketserver.py", line 441, in server_bind
self.socket.bind(self.server_address)
socket.gaierror: [Errno 11001] getaddrinfo failedSettings Client side (Windows 10 - Quartus 18.1):
I tried all settings, where there is a reference to the remote PC with the IP address and hostname and tried all possible combinations.
The IP address looks like no LAN IP address, but it is a LAN IP address - Network: 192.9.200.0/24 the remote and local PC are in the same sub.
- Hostnames: Chattanooga-PC
- Quartus Root Path: C:\intelFPGA\18.1\quartus - tried with \\ and // at the beginning - This is the quartus folder on the remote PC
- SSH Client: made different attempts to use plink, with full path, with .exe and without any synthax
- Farm Operating System: windows
- Local to Remote Path Mapping: [Local path];[Shared Folder] - where [Shared Folder] is accessable from my local PC - with and without // at the beginning
- initial Working Directory: [Shared Folder]
Settings remote PC Windows 10 Quartus 18.1 with Trial license
- OpenSSH Server with optional Windows Features enabled
- SSH connection from local to remote PC is possible with putty
* Additional comment: I read some entries which mentioned the setup video: I got the same feeling, there is SSH mentioned but there is nowhere enough information to SSH in the video and it would be nice to know if it's even possible to use windows with LSF or how to test the cygwin ssh commands.
Also the Post editor in this forum is not to my liking. You click one time in the wrong place and the whole question is lost and the editor window is too small.