58 |
|
# The default port to listen for new host connections |
59 |
|
FilterManager.listenPort=4567 |
60 |
|
|
61 |
+ |
# Access control list |
62 |
+ |
FilterManager.ACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
63 |
|
|
64 |
|
|
65 |
+ |
|
66 |
|
############################################################ |
67 |
|
#### Filter configuration |
68 |
|
############################################################ |
87 |
|
Filter.ActivateUDPReader=1 |
88 |
|
Filter.ActivateCORBAReader=1 |
89 |
|
|
90 |
+ |
# Access control list for the TCP and UDP inputs |
91 |
+ |
Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
92 |
+ |
Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
93 |
|
|
94 |
+ |
|
95 |
+ |
|
96 |
|
############################################################ |
97 |
|
#### Root filter interfaces configuration |
98 |
|
############################################################ |
112 |
|
ClientInterface.listenPort=4510 |
113 |
|
# The name for the client interface |
114 |
|
ClientInterface.name=realtimeclients |
115 |
+ |
|
116 |
+ |
# Access Control List for TCP Clients |
117 |
+ |
ClientInterface.TCPControlChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
118 |
+ |
ClientInterface.TCPDataChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW |
119 |
|
|
120 |
|
|
121 |
|
|