#StandWithUkraine

#StandWithUkraine - We stand with people of Ukraine. Russia is not “just” attacking the Ukraine people.
This is a war against democratic values, human rights and peace. We can make impact and help with our donations.

Donate Option 1 Donate Option 2

Error -97- | Eve License Host

"proxy": "host": "proxy.company.com", "port": 8080

| Cause Category | Specific Issue | |----------------|----------------| | | Outbound port 443 or 8443 (license server port) blocked by firewall | | DNS Resolution | Cannot resolve license.eve-ng.net or custom on-prem license server | | Proxy Configuration | EVE cannot use the corporate proxy for outbound HTTPS | | Server Overload | EVE license server temporarily rate-limiting (rare) | | Date/Time Skew | System clock offset > 5 minutes from NTP | 4. Immediate Diagnostic Steps 4.1 Test Basic Connectivity # From EVE Pro host ping license.eve-ng.net telnet license.eve-ng.net 443 4.2 Check License File Integrity sudo cat /opt/unetlab/platform/eve.lic # Look for: "host":"license.eve-ng.net" or custom IP 4.3 Validate System Time date # Compare with current UTC. If offset > 300 sec -> fix NTP timedatectl 4.4 Review License Daemon Logs sudo tail -f /var/log/unetlab/license_daemon.log # Look for: "ERROR -97" or "Connection refused" 5. Resolution Steps Step 1 – Allow Outbound Access Ensure the EVE Pro host can reach the license server on TCP port 443 (HTTPS). If using on-prem license server , allow TCP port 8443 or custom port defined in eve.lic . eve license host error -97-

sudo iptables -A OUTPUT -p tcp --dport 443 -d license.eve-ng.net -j ACCEPT Edit /opt/unetlab/platform/eve.lic and add proxy settings: "proxy": "host": "proxy

Then restart license service: