Sorry , still same problem .. I also tried socket.bind("", port). When trying to connect on client side i get this Traceback (most recent call last): File "/home/xxx/yyyy/Tech/raspberryPi_Lnx/code/new.py", line 10, in <module> s.connect((host, port)) socket.error: [Errno 113] No route to host >>> My...