Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
This guide assumes you installed Zylon
using either Ubuntu 22.04 or Ubuntu 24.04 as the base OS.
For other setups, you must install UFW (Uncomplicated Firewall)
and adapt the commands accordingly.
- AI Web search
- MCP connections
- Database integrations that require internet access (e.g.: Google BigQuery, Snowflake, etc)
- Temporarily disable the firewall, run the update, re-enable the firewall
- Move to a completely airgap install procedure as described here
Configuring UFW
After any change don’t forget to enable the firewall!Logging
Note: UFW logging captures firewall activity and is required for most security compliance frameworks (SOC 2, ISO 27001, NIS2). Thelowlevel logs all blocked packets and policy violations — this is sufficient for audit and incident response without generating excessive noise from routine allowed traffic. Logs are written by the kernel and typically appear in one or more of the following locations depending on your system configuration:We recommend verifying which location is active on your system after enabling logging.
/var/log/ufw.log— whenrsyslogis active (default on Ubuntu)/var/log/syslog— fallback or alongsideufw.logon some configurations- Accessible via
sudo journalctl -k | grep UFWon systemd-based systems
Generic rules
These are the most restrictive rules that should be applied to your Zylon server. Generally, you shouldn’t need to modify them, unless you have specific networking requirements./etc/resolv.conf:
Google Single Sign-On (SSO) rules
If you are using Google SSO for authentication, you need to allow outgoing traffic to Google’s OAuth servers. The following script will fetch the current list of Google IP ranges and add the necessary UFW rules:Microsoft Entra rules
If you are using Microsoft Entra (Azure AD) for authentication, you need to allow outgoing traffic to Microsoft’s OAuth servers. The steps to allow Microsoft Entra are as follows:- Download the current list of Microsoft IP ranges from here
- Copy the file
ServiceTags_Public_YYYYMMDD.jsonto your server - Run the following script to generate and apply the necessary UFW rules:
Generic rules for other services:
If you are using other services that require internet access, like MCP servers, you will need to allow outgoing traffic to those services as well by their IP addresses. To figure out the IP addresses, you can use thenslookup or dig commands, for example: