Firehol: Difference between revisions
From Andreida
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* [[Firehol throws messages about loadable kernel modules]] |
* [[Firehol throws messages about loadable kernel modules]] |
||
* [[Firehol, restrict server to accept only one ip]] |
* [[Firehol, restrict server to accept only one ip]] |
||
== default firehol.conf == |
|||
<pre> |
|||
version 6 |
|||
FIREHOL_LOG_PREFIX="firehol: " |
|||
server_mySsh_ports="tcp/30022" |
|||
client_mySsh_ports="default" |
|||
interface any world |
|||
policy drop |
|||
client all accept |
|||
server ICMP accept |
|||
server mySsh accept |
|||
</pre> |
Revision as of 16:39, 19 November 2020
- 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/30022" client_mySsh_ports="default" interface any world policy drop client all accept server ICMP accept server mySsh accept