Firehol: Difference between revisions
From Andreida
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
FIREHOL_LOG_PREFIX="firehol: " |
FIREHOL_LOG_PREFIX="firehol: " |
||
server_mySsh_ports="tcp/ |
server_mySsh_ports="tcp/23" |
||
client_mySsh_ports="default" |
client_mySsh_ports="default" |
||
interface any world |
interface any world |
||
protection strong |
|||
policy drop |
policy drop |
||
Line 22: | Line 23: | ||
server ICMP accept |
server ICMP accept |
||
server mySsh accept |
server mySsh accept |
||
</pre> |
|||
server https accept |
|||
server imaps accept |
|||
server smtp accept |
|||
server imap accept |
|||
server smtps accept</pre> |
Latest revision as of 18:27, 23 March 2021
- Firehol logging into custom log file instead of /var/log/messages
- Firehol, custom services
- firehol not starting when the system boots
- Firehol Fehlermeldung von get-iana: Failed to find reserved IPs
- Firehol throws messages about loadable kernel modules
- Firehol, restrict server to accept only one ip
default firehol.conf
version 6 FIREHOL_LOG_PREFIX="firehol: " server_mySsh_ports="tcp/23" client_mySsh_ports="default" interface any world protection strong policy drop client all accept server ICMP accept server mySsh accept server https accept server imaps accept server smtp accept server imap accept server smtps accept