From 352bcdd265c7fdfc4b10effd3eaedd873e362ca4 Mon Sep 17 00:00:00 2001 From: Shikha Jhala Date: Thu, 13 Jan 2022 14:53:11 -0500 Subject: [PATCH] BZ-2017416-2017418: Fixed port list description in the masquerade binding example --- modules/virt-configuring-masquerade-mode-cli.adoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/modules/virt-configuring-masquerade-mode-cli.adoc b/modules/virt-configuring-masquerade-mode-cli.adoc index 9077733d01..6136a0bcce 100644 --- a/modules/virt-configuring-masquerade-mode-cli.adoc +++ b/modules/virt-configuring-masquerade-mode-cli.adoc @@ -31,14 +31,19 @@ spec: interfaces: - name: red masquerade: {} <1> - ports: - - port: 80 <2> + ports: <2> + - port: 80 networks: - name: red pod: {} ---- <1> Connect using masquerade mode -<2> Allow incoming traffic on port 80 +<2> Optional: List the ports that you want to expose from the virtual machine, each specified by the `port` field. The `port` value must be a number between 0 and 65536. When the `ports` array is not used, all ports in the valid range are open to incoming traffic. In this example, incoming traffic is allowed on port 80. ++ +[NOTE] +==== +Ports 49152 and 49153 are reserved for use by the libvirt platform and all other incoming traffic to these ports is dropped. +==== . Create the virtual machine: +