I am trying to run a simple java server on a machine connected to a university network. Although when i check netstat the server only got Local Address and the Foreign Address is 0.0.0.0 . Is this because of a firewall ? How could i get around this ? Thanks .
p.s Im using TCP for the connection.
Only connections have foreign addresses. A socket that’s just listening for connections has no foreign address.