allow rsync from log01
This commit is contained in:
parent
e9c1adca55
commit
b496f4b9c4
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
---
|
||||
custom_rules: ['-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT']
|
||||
custom_rules: [
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT',
|
||||
# needed to allow rsync from log01
|
||||
'-A INPUT -p tcp -m tcp -s 10.3.163.39 --dport 873 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT'
|
||||
]
|
||||
datacenter: iad2
|
||||
eth0_ipv4_gw: 10.3.163.254
|
||||
eth0_ipv4_ip: 10.3.163.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue