Change the IP of the instance to make it correspond to the one used in the example.
The .253 is chosen so that, if needed, in the future the network can be changed from a /24 to a /28. Signed-off-by: Michele Tartara <[email protected]> --- doc/design-os.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design-os.rst b/doc/design-os.rst index 5714efc..d805a68 100644 --- a/doc/design-os.rst +++ b/doc/design-os.rst @@ -236,7 +236,7 @@ last one in the instance, after all the user defined ones. On the host side, this interface will only be accessible to the host itself, and not routed outside the machine. On this network interface, the instance will connect using the IP: -169.254.169.1 and netmask 255.255.255.0. +169.254.169.253 and netmask 255.255.255.0. The host will be on the same network, with the IP address: 169.254.169.254. The way to create this interface depends on the specific hypervisor being used. -- 1.7.10.4
