LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Check Open Ports on DHCP Server (https://www.linuxquestions.org/questions/linux-networking-3/check-open-ports-on-dhcp-server-459072/)

moo-cow 06-28-2006 05:16 AM

Check Open Ports on DHCP Server
 
I connect to the internet through the DHCP server of my student dormitory. Unfortunately, they have blocked many ports like the one for aMule (TCP 4662). I have tried some other ports to use aMule with but all were blocked so I guess only few ports are permitted. How can I check which ports are allowed by the DHCP server?

Thx!
moo-cow

Agrouf 06-28-2006 06:11 AM

The DHCP server is the server which assigns ip addresses. The NAT or the firewall is what is blocking ports.
Anyway, you should use nmap for port scanning.
If you are able to surf the web, (like linuxquestions.org), that means the port 80 is open.

Have fun.

saini_mw 06-28-2006 07:08 AM

ofcourse nmap is the best

nmap x.x.x.x (ipaddress of machine to be scanned)

or if you want to save the output of this command into a file then you can use it like:-

nmap x.x.x.x > filename

Regards,

Harinder Singh

moo-cow 07-06-2006 01:50 PM

Thanks guys, that was exactly what I needed :)


All times are GMT -5. The time now is 04:57 PM.