Difference between revisions of "Tortixd"
From Atomicorp Wiki
(Created page with "= Introduction = Tortixd is the web console daemon for ASL. == Settings == There is currently only one user configurable setting for Tortixd. That is the Access Contro...") |
Revision as of 11:10, 4 March 2013
Introduction
Tortixd is the web console daemon for ASL.
Settings
There is currently only one user configurable setting for Tortixd. That is the Access Control List system for tortixd.
ACL system
If you want to block access to tortixd, except from certain IPs, just add the IPs to this file:
/etc/asl/firewall/tortixd-access-list
One IP or CIDR per line. For example:
1.2.3.4 10.0.0.0/8
Then reload the ASL security policy:
asl -s -f
This will block, and log, any access to port 30000 from IPs not on that list. Repeated attempts to connect will result in a shun of the offending IP as well.