1
I have my own Ubuntu Server. The problem is that I cannot access the server on a lot of ports from my University. I want to see on which all ports I will be able to access. Right now what I'm doing is to make apache listen on different ports in the server and then port scan from my university to see if I can access it. So far I have discovered few ports like that which I can access. Is there someway to like open all ports or make apache listen on all the ports?
tcpdump -nnq src host <campus-external-ip> and not port ssh
this solved the problem for me – Michael – 2011-11-16T04:34:36.927Where are you running your Ubuntu server? Is it behind a DSL / Cable modem. Are you sure that the modem / router have their ports open or port forwarding setup? – Lord Loh. – 2012-10-23T03:45:46.290