Iptables: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 May 2025

  • curprev 15:4815:48, 15 May 2025Boiarino talk contribs 797 bytes +10 No edit summary
  • curprev 15:3415:34, 15 May 2025Boiarino talk contribs 787 bytes +787 Created page with "'''IPTABLES''' Show tables: iptables -vL -t filter iptables -vL -t nat iptables -vL -t mangle iptables -vL -t raw iptables -vL -t security Only first two seems relevant. Clear them: iptables -t filter -F iptables -t nat -F Set needed settings (we assumes loval network port is 'enp_bond', and uplink port is 'em1'): iptables -A INPUT -i lo -j ACCEPT iptables -A INPUT -i enp_bond -j ACCEPT iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT ipt..."