Starting Point Archetype no route to host

I have tried different releases of impaket cant seem to get around this error

python3 mssqlclient.py ARCHETYPE/sql_svc:M3g4c0rp123@10.10.10.17 -windows-auth

Impacket v0.9.23.dev1+20210315.121412.a16198c3 - Copyright 2020 SecureAuth Corporation

Traceback (most recent call last):
File “/opt/impacket/examples/mssqlclient.py”, line 173, in
ms_sql.connect()
File “/home/jinjer/.local/lib/python3.9/site-packages/impacket/tds.py”, line 532, in connect
sock.connect(sa)
OSError: [Errno 113] No route to host

did you find out the fix for this?

Same issue here. Machine works fine, can ping it normally, then I reach that step and get the same error. Immediately afterwards, I am unable to even ping the machine, getting the “Desination Host Unreachable” response.
If I restart the machine I am able to ping it again, then I call on mssqlclient.py to authenticate again… and the issue repeats itself.