Corosync + Securité

original/refs/heads/master
Pierre Coimbra 2019-11-01 18:12:38 +01:00 committed by Pierre Coimbra
parent 38895929df
commit 9f6b6831c7
No known key found for this signature in database
GPG Key ID: F9C449C78F6FAEE6
1 changed files with 21 additions and 19 deletions

View File

@ -29,10 +29,9 @@ coro eth3 tcpflags,nosmurfs,logmartians
### /etc/shorewall/policy
Définition de la politique globale du pare-feu
```
#SOURCE DEST POLICY LOGLEVEL RATE CONNLIMIT
#SOURCE DEST POLICY LOGLEVEL
$FW net ACCEPT
$FW coro ACCEPT
krkn net ACCEPT
ext net ACCEPT
@ -62,6 +61,9 @@ ACCEPT $FW krkn icmp
ACCEPT $FW ext icmp
ACCEPT $FW net icmp
ACCEPT $FW coro udp 5404,5405
ACCEPT coro $FW udp 5404,5405
ACCEPT krkn ext tcp 80,443
ACCEPT net $FW tcp 8006
```