WiLake-Controller connection

Pages in this article

To obtain data from a controller and maintain the configuration up to date, WiLake needs to connect to the controller. To do so, you need to create a connection from WiLake, which generates some credentials to use in the controller.

It is important to authorise the WiLake egress IP in the controller, to allow WiLake to connect to it. The WiLake egress IP may change over time, and will be notified to you through the dashboard and via email.

To easily obtain the current egress IP (for example, to set up a firewall rule via a script), you can use the following command in PowerShell:

1(Resolve-DnsName egress.wilake.com ).IPAddress

Or the following command in Bash or other Unix shells with dig installed:

1dig +short app.wilake.com
2# 35.181.255.10
Last updated: 2024-02-21