Article for advanced users
Information on this page is intended for users with advanced technical knowledge.Treon Gateway - Internal Network LAN
For Treon Aito Release 6.5 for Gateway
When using gateway in a closed network (no internet access) ping can be disabled or the ping address can be changed to an internal address that will answer ping (ICMP), so that the green LED responds to the success/failure of the internal networking instead of being permanently red.
Ping can be disabled or address modified using Configuration UI.
Or alternatively you can create a file like:
/etc/gw-system-manager.d/example.conf
[Networking]
# Enable/disable online check
OnlineCheckEnable = True
# Online check address. Comma separated list of addresses/ips that should be pinged
OnlineCheckAddress = google.com,8.8.8.8
Warning: It is recommended you use Configuration UI to do change this behaviour as it will overwrite changes done through SSH.