About remote access filters
- Last Updated: July 21, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
PAS for OpenEdge supports remote access filters that restrict access to the server based on the client IP address or host name.
RemoteHostValve—filters access based on the client host nameRemoteAddrValve—filters access based on the client IP address
Use the tcman feature command to enable or disable. For example:
Enable
|
Note: Enabling
RemoteHostValve requires DNS hostname
resolution, which can result in slower performance.Disable
|
Important: The filters are implemented as Apache Tomcat
valves in the conf/server.xml file of the instance. Do not
configure remote access filter expressions by editing
conf/server.xml directly. Use only the
tcman
feature command to enable or disable these features.