I am attempting to connect to the lab but am having difficulty. I have attached a picture of my code.
For the first part, looks like TCP is almost DOA. UDP, however, is not connecting because a service/listener might be occupying port 1194.
Try sudo ss -antlp | grep :1194
, you should get a good idea of what’s using that port.
1 Like