Axiom can be configured to listen on a certain subnet(s)(network adapter) by creating a simple config file.
If the Axiom core is located on a machine that has network adapters, but you want to limit which subnets that have access to it, a simple config file can be created.
- Create the file, listener.config, in the same directory as the Axiom Core executable:
C:\Program Files\Canary Labs\Axiom\Axiom Core
2. Insert the following syntax:
<?xml version="1.0" encoding="utf-8" ?>
<config>
<ipaddress>*</ipaddress>
</config>
*Input the IP address to which you want client machines to connect on. If you want to listen to more than one IP (subnet(s)) address then an additional line (<ipaddress>*</ipaddress>) will need created for each address.
3. Save the file then restart the Axiom service.
Comments
0 comments
Article is closed for comments.