Network Unreachable on Lab4

Network Unreachable on Lab4

by Vincenzo Pecorella -
Number of replies: 1

Hello, 

I'm currently doing Lab4 on the VM. As suggested, I tried to run "ps aux | grep python" and it correctly returns that p4sv.pyc and p4bot.pyc scripts are running. 

However, when trying to connect to the server with my python script, it returns to me "Err 101, Network is unreachable"

What can I do for it? 

Thank you in advance!

In reply to Vincenzo Pecorella

Network Unreachable on Lab4

by Gaiëtan Renault -
Hello Vincenzo,

I'm guessing you are referring to Lab 3 Part 4. Your receiver script should not try to "connect" to the server. In part 4 we are working with a multicast (thus UDP & connection-less) server. For more help, please review previous labs on UDP :)

Best,
Gaiëtan.