Networking — Settings Tab

"In the Settings tab you can view and modify the parameters in use by the Abilis's network protocols."

Click Networking > Settings. A row of sub-tabs appears: Ports, Routings, NAT, ACL, IP Shaping, DHCP, DNS, FTP, HTTP.


Ports

"Set the parameters in use by the appliance network ports."

Ports table — all network ports with their type, interface, IP address, direction, and description.
Ports table — all network ports with their type, interface, IP address, direction, and description.

Each port represents a network interface on the Abilis. The table columns:

ColumnExampleWhat It Means
StatusOKGreen = active, red = inactive.
PortIp-1Internal port identifier.
SubtypeLAN / PPPLAN = local network, PPP = point-to-point (modem/WAN).
OverEth-1, EthLte-1, PoeCli-1, CELLKEY-1Physical interface — Ethernet, LTE, PoE, cellular.
IP Address192.168.001.001/24, DHCP, RETRIEVEFixed IP, or obtained via DHCP, or retrieved from the provider.
DirectionINSIDE / OUTSIDEINSIDE = your local network. OUTSIDE = the internet/WAN side.
DescriptionLAN, WAN DHCP, WAN ETHMOD, WAN ETHLTEHuman-readable label.
Abilis IP-address format. Throughout the web interface, IPv4 addresses are displayed with each octet zero-padded to three digits — 192.168.001.001 means 192.168.1.1, 127.000.000.001 means 127.0.0.1, and 000.000.000.000 is the wildcard address (any host / unspecified gateway). This is an Abilis display convention only; the values are ordinary IPv4 addresses. When you type a new address into a field, you can enter it either way — the form accepts 192.168.1.1 or 192.168.001.001.
Do not copy-paste these zero-padded addresses into other tools. Many third-party systems — Linux/BSD networking utilities (ping, ssh, curl, route), some firewalls, scripting languages, and parts of the Windows stack — interpret an octet with a leading zero as octal. For example 192.168.010.001 would be read as 192.168.8.1 (since 010 octal = 8 decimal), silently routing to the wrong host. Always strip the leading zeros before pasting an address into another system, a config file, or a browser URL bar.

Filters (dropdown and search search) are available on most columns. Click New + to add a port.


Routings

"Configure the pathways to determined network destination."

Routings table — showing CONNECTED routes with destinations, gateways, output ports, and status indicators.
Routings table — showing CONNECTED routes with destinations, gateways, output ports, and status indicators.

A dropdown at the top lets you filter: Show all routes, or filter by type.

Columns:

ColumnExampleMeaning
TypeCONNECTEDCONNECTED = auto-defined by the port. STATIC = manually defined.
Destination127.000.000.001/32, 192.168.001.000/24, anyWhere the traffic is going.
SourceanyWhere the traffic comes from (for source-based routing).
GatewayOUT-IPNext hop address.
Output portLOOP, R-ID, Ip-1, Ip-5, Ip-3Which port to send traffic through. OK = port is up, KO = port is down.
AD (Priority)0Administrative distance — lower = preferred route.
Description(blank)Optional label.

NAT

"Setup the translation of IP addresses when transiting through this appliance between the inside and the outside of the network."

NAT table — showing two default rules for DNS redirection and source NAT.
NAT table — showing two default rules for DNS redirection and source NAT.

Columns: PR, Inbound, Outbound, Type (Source/Destination), Pre-NAT Source Addr., /Port, Pre-NAT Destin. Addr., /Port, Post-NAT Address, /Port.

In the screenshot, two default rules exist:


ACL (Firewall)

"Set the list of permissions associated to determined system resources."

ACL table — two default Deny rules using the 'Firewall' list.
ACL table — two default Deny rules using the 'Firewall' list.

Columns: PR, Type (Allow/Deny), IPCOS, Source Addresses Range, Destination Addresses Range, Protocol, Port Selection, Port, Source Port, Description.

The two default rules in the screenshot:

These block all traffic to/from IP addresses in the Firewall blacklist. Click New + to add custom rules.

Test new ACL rules immediately after creating them. A wrong Deny rule could block your own access to the Abilis!

IP Shaping (Settings)

"The IP Shaping page allows to enable, setup and monitor the throttling of bandwidth-hungry users, with the purpose of improving the connection quality for other users."

IP Shaping Configuration — all settings for traffic throttling.
IP Shaping Configuration — all settings for traffic throttling.

The IP Shaping Configuration (IPSH) panel with Apply Changes button:

SettingDefaultWhat It Controls
EnabledMaster switch for IP Shaping.
Manage the top __ traffic-generating hosts5How many of the heaviest users are tracked for potential throttling.
Upload speed over __ Mb/s0Only throttle hosts uploading above this threshold (0 = any).
Download speed over __ Mb/s0Only throttle hosts downloading above this threshold (0 = any).
Traffic is throttled down if its average variance is under __ %50Only throttle if the traffic pattern is steady (low variance = consistent download, not bursty web browsing).
The average variance is calculated over the last __ seconds30Time window for measuring traffic variance.
The traffic throttling rate is adjusted up or down every __ seconds15How often the throttle is recalculated.

DHCP

"Enable and configure this appliance's IP address assignment services, as server or relay."

DHCP main page — protocol table showing one enabled DHCP Server on Ip-1.
DHCP main page — protocol table showing one enabled DHCP Server on Ip-1.

The main page shows two tables:

Click on a DHCP entry (e.g. Ip-1 | Lan_for_Ip-1) to open the detail panel with three sub-tabs:

Settings

DHCP Settings — Server mode, Pool, gateway, and DNS configuration.
DHCP Settings — Server mode, Pool, gateway, and DNS configuration.
FieldDefaultWhat It Controls
DHCP ModeServerDropdown: Server (Abilis hands out IPs directly) or Relay (forwards requests to another server).
PoolAUTOThe range of IP addresses available for automatic assignment.
Advanced DHCP optionsTick to reveal additional settings.

The Profile section below defines what settings DHCP clients receive:

FieldDefaultWhat Clients Get
Primary GatewayIp-1Default gateway (router) for internet access.
Primary DNSIp-1DNS server for resolving website names.
Secondary DNS#Backup DNS server (# = none).
Advanced profile optionsTick for more settings (lease time, domain name, etc.).

Manually assigned addresses

Manually assigned addresses — static MAC-to-IP reservations.
Manually assigned addresses — static MAC-to-IP reservations.

"Table of managed assignments MAC to IP" — click New + to reserve a specific IP for a specific device. Use this for printers, cameras, servers — anything that needs a fixed address.

Automatically assigned addresses

Automatically assigned addresses — devices that received an IP from the pool.
Automatically assigned addresses — devices that received an IP from the pool.

"Table of automatic IP address assignments" — shows devices that got their IP automatically. Columns:

ColumnExampleMeaning
MAC Address9C-2D-CD-D6-29-64Unique hardware identifier of the device.
IP Address192.168.001.100The IP address assigned to it.
Last Request19/01/2012 17:32:45When the device last requested/renewed its address.
Expiry On20/01/2012 03:...When the assignment expires (the device must renew before this time).

Buttons on each row: delete delete the assignment, + convert it to a manual (permanent) reservation.

Click Save after any changes, or Close to return to the DHCP main page.

HTTP Settings

HTTP Settings — basic configuration including listening port, HTTPS options, and session timeouts.
HTTP Settings — basic configuration including listening port, HTTPS options, and session timeouts.
HTTP Settings — Advanced tab showing detailed server parameters and security options.
HTTP Settings — Advanced tab showing detailed server parameters and security options.
Anteklab Technical Support Email: tem@antek.it
Tel: +39 0376 16262,27