Home Blog Archive Safety Debian: Port in Firewall free - how to

Debian: Port in Firewall free - how to

  • Sep 15, 2025
  • 449
  • 0

To Linux Debian a Port in the Firewall to give only a few clicks are required. Exactly how this works, we can tell you in this practical tip.

Port in Debian-Firewall-free – so it works

  • First, open the console as Administrator in Debian Linux.
  • To be able to Ports in the Firewall, you use the command "iptables-A".
  • An example: you Want to specify the UDP Port 33333 in the Firewall, use the command "iptables-A INPUT -p udp --dport 33333 -j ACCEPT".
  • For a TCP Port, replace the "udp" against a "tcp" and confirm with [Enter].
  • If you want to specify a different Port, you need to simply replace the "33333" against a different Port.
Debian: Ports in Firewall free
You will learn in the next tip, as in Debian, create a Backup can.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =