Skip to content

Instantly share code, notes, and snippets.

@ipkpjersi
Created June 11, 2023 00:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ipkpjersi/f38dfccc992abbebb3cfdcee780b742d to your computer and use it in GitHub Desktop.
Save ipkpjersi/f38dfccc992abbebb3cfdcee780b742d to your computer and use it in GitHub Desktop.
seedbox-server iptables
Chain INPUT (policy ACCEPT 10M packets, 2026M bytes)
pkts bytes target prot opt in out source destination
10M 2026M ufw-before-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
10M 2026M ufw-before-input all -- * * 0.0.0.0/0 0.0.0.0/0
10M 2026M ufw-after-input all -- * * 0.0.0.0/0 0.0.0.0/0
10M 2026M ufw-after-logging-input all -- * * 0.0.0.0/0 0.0.0.0/0
10M 2026M ufw-reject-input all -- * * 0.0.0.0/0 0.0.0.0/0
10M 2026M ufw-track-input all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ufw-before-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-before-forward all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-after-forward all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-after-logging-forward all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-reject-forward all -- * * 0.0.0.0/0 0.0.0.0/0
0 0 ufw-track-forward all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy ACCEPT 13M packets, 5876M bytes)
pkts bytes target prot opt in out source destination
13M 5877M ufw-before-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
13M 5877M ufw-before-output all -- * * 0.0.0.0/0 0.0.0.0/0
13M 5876M ufw-after-output all -- * * 0.0.0.0/0 0.0.0.0/0
13M 5876M ufw-after-logging-output all -- * * 0.0.0.0/0 0.0.0.0/0
13M 5876M ufw-reject-output all -- * * 0.0.0.0/0 0.0.0.0/0
13M 5876M ufw-track-output all -- * * 0.0.0.0/0 0.0.0.0/0
Chain ufw-after-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-after-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-after-logging-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-after-logging-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-after-logging-output (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-after-output (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-logging-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-logging-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-logging-output (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-before-output (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-reject-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-reject-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-reject-output (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-track-forward (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-track-input (1 references)
pkts bytes target prot opt in out source destination
Chain ufw-track-output (1 references)
pkts bytes target prot opt in out source destination
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment