Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Open Ports

Is there a good way to tell what ports are open on the ASG's?


This thread was automatically locked due to age.
  • The easy way:
    1. temporarly turn off flood prevention and portscan detection (or create an exception)

    2. run nmap against the external interface from outside
    Or you can use an online scanner such as 'shields up', but they only scan common ports, iirc.

    The hard way:
    netstat -an 
    Will show all ports with listening services. Then filter that for whichever interface (e.g. External), and then check for related firewall rules with
    iptables -n -L

    Barry
  • as Barry said 
    Attack your system from outside