mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
IPv6 Support
This commit is contained in:
parent
a50fa85ef0
commit
b907bea69e
180 changed files with 5056 additions and 351 deletions
17
install/rhel/6/firewallv6/ports.conf
Normal file
17
install/rhel/6/firewallv6/ports.conf
Normal file
|
@ -0,0 +1,17 @@
|
|||
PROTOCOL='TCP' PORT='20'
|
||||
PROTOCOL='TCP' PORT='21'
|
||||
PROTOCOL='TCP' PORT='22'
|
||||
PROTOCOL='TCP' PORT='25'
|
||||
PROTOCOL='TCP' PORT='53'
|
||||
PROTOCOL='UDP' PORT='53'
|
||||
PROTOCOL='TCP' PORT='80'
|
||||
PROTOCOL='TCP' PORT='443'
|
||||
PROTOCOL='TCP' PORT='110'
|
||||
PROTOCOL='UDP' PORT='123'
|
||||
PROTOCOL='TCP' PORT='143'
|
||||
PROTOCOL='TCP' PORT='3306'
|
||||
PROTOCOL='TCP' PORT='5432'
|
||||
PROTOCOL='TCP' PORT='8080'
|
||||
PROTOCOL='TCP' PORT='8433'
|
||||
PROTOCOL='TCP' PORT='8083'
|
||||
PROTOCOL='TCP' PORT='12000:12100'
|
11
install/rhel/6/firewallv6/rules.conf
Normal file
11
install/rhel/6/firewallv6/rules.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
RULE='1' ACTION='ACCEPT' PROTOCOL='ICMPV6' PORT='0' IP6='::/0' COMMENT='PING' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='2' ACTION='ACCEPT' PROTOCOL='TCP' PORT='8083' IP6='::/0' COMMENT='VESTA' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='3' ACTION='ACCEPT' PROTOCOL='TCP' PORT='3306,5432' IP6='::/0' COMMENT='DB' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='4' ACTION='ACCEPT' PROTOCOL='TCP' PORT='143,993' IP6='::/0' COMMENT='IMAP' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='5' ACTION='ACCEPT' PROTOCOL='TCP' PORT='110,995' IP6='::/0' COMMENT='POP3' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='6' ACTION='ACCEPT' PROTOCOL='TCP' PORT='25,465,587,2525' IP6='::/0' COMMENT='SMTP' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='7' ACTION='ACCEPT' PROTOCOL='TCP' PORT='53' IP6='::/0' COMMENT='DNS' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='8' ACTION='ACCEPT' PROTOCOL='UDP' PORT='53' IP6='::/0' COMMENT='DNS' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='9' ACTION='ACCEPT' PROTOCOL='TCP' PORT='21,12000-12100' IP6='::/0' COMMENT='FTP' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='10' ACTION='ACCEPT' PROTOCOL='TCP' PORT='80,443' IP6='::/0' COMMENT='WEB' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
||||
RULE='11' ACTION='ACCEPT' PROTOCOL='TCP' PORT='22' IP6='::/0' COMMENT='SSH' SUSPENDED='no' TIME='00:00:00' DATE='2017-01-22'
|
Loading…
Add table
Add a link
Reference in a new issue