packet:xrouter:manpages:examples:teleproxyacl
Example TELPROXY.ACL
- TELPROXY.ACL
# TELPROXY.ACL Egress control rules for Xrouter Telnet proxy # # (See MAN TELPROXY.ACL) # # Fields: <action> <source_ip>[/mask] <dest_ip>[/mask] <dest_port(s)> # # <action> PERMIT Allow egress # DENY Prevent egress # <source_ip> IP address of uplinked user # <dest_ip> IP address of target system # <mask> Either: No. of bits (0-32) to match from left to right # Or: Subnet mask in form n.n.n.n # <port(s)> One or more TCP service numbers (0-65535). Allowed # formats are "n", "n,n,n", "n-n" or combination thereof. # ; ; Allow LAN users to connect to anyone ;permit 192.168.0.0/24 0.0.0.0/0 0-65535 ;
packet/xrouter/manpages/examples/teleproxyacl.txt · Last modified: 2025/04/19 19:49 by m0mzf