move from log02 to log01

This commit is contained in:
Stephen Smoogen 2014-12-06 18:37:27 +00:00
parent e39fccec20
commit 663cb1a40c
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@
-A OUTPUT -p tcp -m tcp -d 10.5.126.23 --dport 443 -j ACCEPT
# rsyslog out to log01
-A OUTPUT -p tcp -m tcp -d 10.5.126.29 --dport 514 -j ACCEPT
-A OUTPUT -p tcp -m tcp -d 10.5.126.13 --dport 514 -j ACCEPT
# SSH
-A INPUT -p tcp -m tcp -s 10.5.0.0/16 --dport 22 -j ACCEPT