Using the terminal I was wondering if it would be possible to see a list of all the active firewalls on a particular system that I have shelled into. I want to be able to see which ports are active pertaining to each firewall, so that I can change the restrictions.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
You could scan your localhost for open ports using a tool like nmap.
nmap can be built from source or installed from the repo of most (if not all) major distros. |
|||
|
|
|
A server doesn't use a firewall. You set up a firewall to block or allow ports. that's it. If you want to look at your firewall settings, try looking at the output of |
|||
|
|