Docs
udns
Frequently Asked Questions
How to use UDNS in a hybrid cloud?

How to use UDNS with Hybrid Cloud?

Currently only supports North China 1, Shanghai 2, Guangzhou.

The use of UDNS in Hybrid Cloud is basically the same as that in Public Cloud, with the only difference being:

Hybrid Cloud needs to direct traffic towards the UDNS service address to the intranet gateway IP on the managed CE side, which can be checked by using ip ro whether the local machine has such a configuration.

If not, a corresponding routing configuration is needed.

Configuration Example

ip ro add 100.90.90.0/24  via 192.168.135.1 dev eno6

In the example:

192.168.135.1 refers to the intranet gateway IP on the managed CE side.

eno6 refers to the network card of the managed machine.