Skip to main content
deleted 1 character in body
Source Link
HopelessN00b
  • 54k
  • 35
  • 140
  • 212

If you are connected to the system and can run a command as root then you can check the ooutputoutput of iptables

iptables -L -vn

this will list the firewall rules and which ports are open target ACCEPT and any explicitly closed ports target REJECT.

If you are connected to the system and can run a command as root then you can check the ooutput of iptables

iptables -L -vn

this will list the firewall rules and which ports are open target ACCEPT and any explicitly closed ports target REJECT.

If you are connected to the system and can run a command as root then you can check the output of iptables

iptables -L -vn

this will list the firewall rules and which ports are open target ACCEPT and any explicitly closed ports target REJECT.

Mod Removes Wiki by HopelessN00b
Source Link
user9517
  • 116.4k
  • 20
  • 222
  • 304

If you are connected to the system and can run a command as root then you can check the ooutput of iptables

iptables -L -vn

this will list the firewall rules and which ports are open target ACCEPT and any explicitly closed ports target REJECT.