--- projects/cms/source/server/build/etc/system.conf 2002/02/11 15:16:35 1.60 +++ projects/cms/source/server/build/etc/system.conf 2002/03/20 12:56:37 1.63 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.60 2002/02/11 15:16:35 tdb Exp $ +# $Id: system.conf,v 1.63 2002/03/20 12:56:37 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -58,8 +58,11 @@ Queue.RemoveAlgorithm=FIRST # The default port to listen for new host connections FilterManager.listenPort=4567 +# Access control list +FilterManager.ACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW + ############################################################ #### Filter configuration ############################################################ @@ -78,8 +81,18 @@ RootFilter.name=root # The default parent filter (should almost always be the same as Filter.rootFilter) Filter.parentFilter=root +# The input methods to activate +# (comment or set to 0 to disable) +Filter.ActivateTCPReader=1 +Filter.ActivateUDPReader=1 +Filter.ActivateCORBAReader=1 +# Access control list for the TCP and UDP inputs +Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW +Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW + + ############################################################ #### Root filter interfaces configuration ############################################################ @@ -99,6 +112,10 @@ RootFilter.dbInterfaceName=database ClientInterface.listenPort=4510 # The name for the client interface ClientInterface.name=realtimeclients + +# Access Control List for TCP Clients +ClientInterface.TCPControlChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW +ClientInterface.TCPDataChannelACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW