|
Knowledge base
|
Firewall bar
|
Development program
|
Go
Generate your firewall!
/!\ Before we start, you shoul add this code to clean your table (more stable)
#!/bin/sh
#rules initialisation
sudo iptables -F
sudo iptables -X
The menu
generator -
Copy to clipboard
block all trafic by default
keep active connections
allow localhost
set conf. at startup (Security)
allow FTP trafic (client)
allow FTP trafic (server)
allow SSH trafic (client)
allow SSH trafic (server)
allow TELNET trafic (client)
allow TELNET trafic (server)
allow DNS trafic (client)
allow DNS trafic (server)
allow DHCP/BOOTP trafic (client)
allow DHCP/BOOTP trafic (server)
allow TFTP trafic (client)
allow TFTP trafic (server)
allow HTTP trafic (client)
allow HTTP trafic (server)
allow POP trafic (client)
allow POP trafic (server)
allow IMAP trafic (client)
allow IMAP trafic (server)
allow SNMP trafic (client)
allow SNMP trafic (server)
allow LDAP trafic (client)
allow LDAP trafic (server)
allow HTTPS trafic (client)
allow HTTPS trafic (server)
allow SYSLOG trafic (client)
allow SYSLOG trafic (server)
allow LDAPS trafic (client)
allow LDAPS trafic (server)
allow VNC trafic (client)
allow VNC trafic (server)